|
@@ -75,11 +75,13 @@
|
|
|
}
|
|
|
uni.setStorageSync('erpContractNoList', _list);
|
|
|
uni.setStorageSync('erpContractNo', item);
|
|
|
+ console.log(item)
|
|
|
+ return
|
|
|
uni.navigateBack({})
|
|
|
},
|
|
|
getContractNoList() {
|
|
|
this.$api.doRequest('get', '/warehouseBaseInfo/selectContractNoList', {
|
|
|
- // compId: this.compId,
|
|
|
+ compId: helper.erpWarehouse.compId,
|
|
|
flag: 7,
|
|
|
}).then(res => {
|
|
|
if (res.data.code == 200) {
|
|
@@ -89,7 +91,7 @@
|
|
|
}
|
|
|
})
|
|
|
this.$api.doRequest('get', '/warehouseBaseInfo/selectContractNoList', {
|
|
|
- // compId: this.compId,
|
|
|
+ compId: helper.erpWarehouse.compId,
|
|
|
flag: 6,
|
|
|
}).then(res => {
|
|
|
if (res.data.code == 200) {
|