diff --git a/src/views/basic/UdiInfoRelevance.vue b/src/views/basic/UdiInfoRelevance.vue index 9c4e1d0..7447f4c 100644 --- a/src/views/basic/UdiInfoRelevance.vue +++ b/src/views/basic/UdiInfoRelevance.vue @@ -246,7 +246,8 @@ > - - + + - @@ -292,6 +293,10 @@ export default { thirdId: "", keys: [], thirdSys: null, + manufactory: null, + price: null, + erpName: null, + measname: null, }, fromOptions: [], checked: true, @@ -415,6 +420,7 @@ export default { } this.combineQuery.manufactory = this.currentRow.manufactory; this.combineQuery.price = this.currentRow.price; + this.combineQuery.measname = this.currentRow.measname; combineUdi(this.combineQuery) .then((response) => { if (response.code == 20000) { diff --git a/src/views/thrsys/ThrInvWarehouse.vue b/src/views/thrsys/ThrInvWarehouse.vue index d4822b1..b207ed6 100644 --- a/src/views/thrsys/ThrInvWarehouse.vue +++ b/src/views/thrsys/ThrInvWarehouse.vue @@ -132,13 +132,13 @@ diff --git a/src/views/userManage/param/systemPDFModule.vue b/src/views/userManage/param/systemPDFModule.vue index 2251986..0aed962 100644 --- a/src/views/userManage/param/systemPDFModule.vue +++ b/src/views/userManage/param/systemPDFModule.vue @@ -138,7 +138,14 @@ placeholder="请输入"> - + + +