|
@@ -1335,12 +1335,12 @@
|
|
}
|
|
}
|
|
this.weighingList.inOutTypeKey = 1
|
|
this.weighingList.inOutTypeKey = 1
|
|
} else if (this.outContractNo[i].inOutType == '移库出库') {
|
|
} else if (this.outContractNo[i].inOutType == '移库出库') {
|
|
- this.warehouseCount = '000' + Number(this.warehouseCount + 1)
|
|
|
|
|
|
+ var num = '000' + Number(this.warehouseCount + 1)
|
|
this.weighingList.number =
|
|
this.weighingList.number =
|
|
'YKCK' +
|
|
'YKCK' +
|
|
this.getTime() +
|
|
this.getTime() +
|
|
this.warehouseNo +
|
|
this.warehouseNo +
|
|
- this.warehouseCount.substring(this.warehouseCount.length - 4)
|
|
|
|
|
|
+ num.substring(num.length - 4,num.length)
|
|
this.weighingList.buyer = this.outContractNo[i].receiveWarehouse
|
|
this.weighingList.buyer = this.outContractNo[i].receiveWarehouse
|
|
this.weighingList.seller = this.outContractNo[i].sendWarehouse
|
|
this.weighingList.seller = this.outContractNo[i].sendWarehouse
|
|
this.weighingList.goodsName = data.goodsName
|
|
this.weighingList.goodsName = data.goodsName
|