diff --git a/src/views/basic/CorpMaintain.vue b/src/views/basic/CorpMaintain.vue index 482e212..d1cb7c9 100644 --- a/src/views/basic/CorpMaintain.vue +++ b/src/views/basic/CorpMaintain.vue @@ -372,10 +372,6 @@ export default { value: 2, label: "供应商" }, - { - value: 5, - label: "医院客户" - }, { value: 4, label: "特殊往来" @@ -399,7 +395,7 @@ export default { selectSingleUnitVisible: false, list: [], sysList: [], - loading:false, + loading: false, total: 0, multipleSelection: [], thirdSys: [], diff --git a/src/views/business/stockOrderDelSearch.vue b/src/views/business/stockOrderDelSearch.vue index ca079b0..195af1d 100644 --- a/src/views/business/stockOrderDelSearch.vue +++ b/src/views/business/stockOrderDelSearch.vue @@ -957,7 +957,7 @@ export default { type: 'warning' }).then(() => { let orderIds = []; - orderIds.push(row.orderIdFk); + orderIds.push(row.billNo); let query = {orderIds: orderIds}; row.uploadStatus = 1; uploadSpms(query) @@ -984,7 +984,7 @@ export default { type: 'warning' }).then(() => { let orderIds = []; - orderIds.push(row.orderIdFk); + orderIds.push(row.billNo); let query = {orderIds: orderIds}; row.uploadStatus = 1; uploadSpms(query) diff --git a/src/views/userManage/bindPlatform.vue b/src/views/userManage/bindPlatform.vue index 03bf26b..cf3a13b 100644 --- a/src/views/userManage/bindPlatform.vue +++ b/src/views/userManage/bindPlatform.vue @@ -34,6 +34,7 @@ + @@ -128,7 +129,7 @@ > @@ -484,7 +485,7 @@ export default { }); }, unitChange(value) { - this.editLogin.unitId = value; + this.editLogin.unitId = value; }, intentPlatform(value) { this.editPlatformQuery.id = value;