|
@@ -859,6 +859,9 @@
|
|
|
} else if (this.contractNolist[i].inOutType == '贸易服务入库') {
|
|
|
this.gridList.inOutTypeKey = 5
|
|
|
} else if (this.contractNolist[i].inOutType == '退库') {
|
|
|
+ this.warehouseTradeCount = '000' + this.warehouseTradeCount
|
|
|
+ this.gridList.qualityNo = 'CGRK' + this.getdate() + this.commonWarehouseNo + this
|
|
|
+ .warehouseTradeCount.substring(this.warehouseTradeCount.length - 4)
|
|
|
if (this.contractNolist[i].contractNo) {
|
|
|
this.gridList.tips = '买方' + this.contractNolist[i].buyer
|
|
|
} else {
|