|
|
|
@ -517,7 +517,6 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
storageChange(row) {
|
|
|
|
|
console.log(row);
|
|
|
|
|
this.formData.corpId = row.code;
|
|
|
|
|
this.formData.corpName = row.name;
|
|
|
|
|
},
|
|
|
|
@ -565,7 +564,6 @@ export default {
|
|
|
|
|
tQuery.editStatus = status;
|
|
|
|
|
tQuery.subErpOrders = this.codeArray;
|
|
|
|
|
// tQuery.billType = this.formData.bi;
|
|
|
|
|
console.log(tQuery);
|
|
|
|
|
inserThrOrderWeb(tQuery)
|
|
|
|
|
.then(response => {
|
|
|
|
|
this.loading = false;
|
|
|
|
@ -631,7 +629,6 @@ export default {
|
|
|
|
|
rData.forEach((obj, index) => {
|
|
|
|
|
this.codeArray.unshift(obj);
|
|
|
|
|
});
|
|
|
|
|
console.log(this.codeArray);
|
|
|
|
|
this.$refs.multipleTable.setCurrentRow(this.codeArray[0]);
|
|
|
|
|
this.currentRow = this.codeArray[0];
|
|
|
|
|
this.selectedIndex = 0;
|
|
|
|
@ -855,7 +852,6 @@ export default {
|
|
|
|
|
this.loading = true;
|
|
|
|
|
getThrOrderDetails(this.query) //查找该单号下的所有条码
|
|
|
|
|
.then((response) => {
|
|
|
|
|
console.log(response)
|
|
|
|
|
this.codeArray = response.data.list || [];
|
|
|
|
|
this.total = response.data.total || 0;
|
|
|
|
|
this.loading = false;
|
|
|
|
@ -889,7 +885,6 @@ export default {
|
|
|
|
|
this.formData.unitIdFk = event.erpId;
|
|
|
|
|
},
|
|
|
|
|
findMethod(query) {
|
|
|
|
|
console.log(query);
|
|
|
|
|
this.fromOptions = [];
|
|
|
|
|
let cQuery = {
|
|
|
|
|
key: query,
|
|
|
|
@ -932,7 +927,6 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
actionChange(item) {
|
|
|
|
|
console.log(item);
|
|
|
|
|
this.curAction = this.getActionItem(item);
|
|
|
|
|
this.locInChange();
|
|
|
|
|
this.findMethod();
|
|
|
|
|