|
|
|
@ -905,7 +905,6 @@ export default {
|
|
|
|
|
|
|
|
|
|
handleDetail(row) {
|
|
|
|
|
this.editQuery = row;
|
|
|
|
|
console.log(row);
|
|
|
|
|
},
|
|
|
|
|
deleteOrders(data) {
|
|
|
|
|
this.loading = true;
|
|
|
|
@ -1032,7 +1031,6 @@ export default {
|
|
|
|
|
this.relId = val.id;
|
|
|
|
|
this.isImportUdi = true;
|
|
|
|
|
this.thisData = val;
|
|
|
|
|
console.log("-----" + this.uuid + "-2222--" + this.relId);
|
|
|
|
|
this.selectLocalVisible = true;
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
@ -1044,7 +1042,6 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
handleSelectionChange(val) {
|
|
|
|
|
console.log("----" + val);
|
|
|
|
|
this.multipleSelection = val;
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
@ -1077,7 +1074,6 @@ export default {
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 10,
|
|
|
|
|
};
|
|
|
|
|
console.log("this.editQuery.isUseDy = " + this.editQuery.isUseDy);
|
|
|
|
|
|
|
|
|
|
this.getDetailList(ttquery);
|
|
|
|
|
this.getThirdSysDetail();
|
|
|
|
@ -1237,9 +1233,8 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
findMethod(query) {
|
|
|
|
|
console.log(query);
|
|
|
|
|
let cQuery = {
|
|
|
|
|
customerName: query,
|
|
|
|
|
companyName: query,
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 10,
|
|
|
|
|
};
|
|
|
|
|