|
@@ -223,6 +223,9 @@
|
|
this.warehouseName = helper.erpWarehouse.warehouseName
|
|
this.warehouseName = helper.erpWarehouse.warehouseName
|
|
this.detailData.goodsName = uni.getStorageSync('erpContractNo').goodsName;
|
|
this.detailData.goodsName = uni.getStorageSync('erpContractNo').goodsName;
|
|
this.detailData.contractNo = uni.getStorageSync('erpContractNo').contractNo;
|
|
this.detailData.contractNo = uni.getStorageSync('erpContractNo').contractNo;
|
|
|
|
+ this.detailData.goodsNameKey = uni.getStorageSync('erpContractNo').goodsNameKey;
|
|
|
|
+ console.log(this.detailData.goodsNameKey,"keyzhi")
|
|
|
|
+ console.log(uni.getStorageSync('erpContractNoList'))
|
|
if(!this.detailData.contractNo){
|
|
if(!this.detailData.contractNo){
|
|
this.detailData.contractNo = '请选择合同编号'
|
|
this.detailData.contractNo = '请选择合同编号'
|
|
}
|
|
}
|
|
@@ -349,8 +352,11 @@
|
|
this.detailData.warehouseName = helper.erpWarehouse.warehouseName
|
|
this.detailData.warehouseName = helper.erpWarehouse.warehouseName
|
|
this.detailData.positionId = helper.erpWarehouse.baseId
|
|
this.detailData.positionId = helper.erpWarehouse.baseId
|
|
this.detailData.binNumber = this.binNumber
|
|
this.detailData.binNumber = this.binNumber
|
|
|
|
+ this.detailData.goodsNameKey = uni.getStorageSync('erpContractNo').goodsNameKey;
|
|
|
|
+ console.log(this.detailData.goodsNameKey,"|key值")
|
|
this.detailData.compId = helper.erpWarehouse.compId
|
|
this.detailData.compId = helper.erpWarehouse.compId
|
|
this.detailData.inOutFlag = 1
|
|
this.detailData.inOutFlag = 1
|
|
|
|
+ this.detailData.taskType = "出库任务"
|
|
let title = ""
|
|
let title = ""
|
|
if(num == 1 ){
|
|
if(num == 1 ){
|
|
this.detailData.statusFlag = 1
|
|
this.detailData.statusFlag = 1
|