|
@@ -241,7 +241,7 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- onLoad(options) {
|
|
|
|
|
|
+ onLoad(options) {debugger
|
|
this.binNumber = helper.erpWarehouse.binNumber
|
|
this.binNumber = helper.erpWarehouse.binNumber
|
|
this.warehouseName = helper.erpWarehouse.warehouseName
|
|
this.warehouseName = helper.erpWarehouse.warehouseName
|
|
this.compId = helper.erpWarehouse.compId
|
|
this.compId = helper.erpWarehouse.compId
|
|
@@ -249,7 +249,7 @@
|
|
computed: {
|
|
computed: {
|
|
...mapState(['hasLogin', 'userInfo']),
|
|
...mapState(['hasLogin', 'userInfo']),
|
|
},
|
|
},
|
|
- onShow() {
|
|
|
|
|
|
+ onShow() {debugger
|
|
let _data = uni.getStorageSync('erpContractNo')==''?{}:uni.getStorageSync('erpContractNo')
|
|
let _data = uni.getStorageSync('erpContractNo')==''?{}:uni.getStorageSync('erpContractNo')
|
|
if(helper.erpWarehouse.personCharge)
|
|
if(helper.erpWarehouse.personCharge)
|
|
this.detailData.agent = helper.erpWarehouse.personCharge
|
|
this.detailData.agent = helper.erpWarehouse.personCharge
|