|
|
|
@ -342,7 +342,6 @@ export default {
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|
handleErpChange(val) {
|
|
|
|
|
console.log(val);
|
|
|
|
|
this.currentRow = val;
|
|
|
|
|
},
|
|
|
|
|
hideSearch() {
|
|
|
|
@ -552,7 +551,6 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
handleSelectionChange(val) {
|
|
|
|
|
console.log("----" + val);
|
|
|
|
|
this.multipleUdiSelection = val;
|
|
|
|
|
},
|
|
|
|
|
getBasicThirdSys() {
|
|
|
|
@ -586,7 +584,6 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
created() {
|
|
|
|
|
console.log("-------------" + this.uuid);
|
|
|
|
|
this.getBasicThirdSys();
|
|
|
|
|
this.erpQuery.code = this.intentThirdId;
|
|
|
|
|
|
|
|
|
|