From 5761d3c9706c3d2532d256d68d3f1940f55e32fb Mon Sep 17 00:00:00 2001 From: x_z Date: Thu, 1 Dec 2022 11:35:30 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=8D=95=E6=8D=AE=E5=88=B0=E8=87=AA=E5=8A=A9=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/stockOrderDelSearch.vue | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/views/business/stockOrderDelSearch.vue b/src/views/business/stockOrderDelSearch.vue index ca079b0..90dc6c3 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) @@ -972,10 +972,6 @@ export default { .catch(() => { }); }).catch(() => { - this.$message({ - type: 'info', - message: '已取消' - }); }); } else { this.$confirm('是否确认提交到 “' + row.corpName + '” 的UDI自助平台?', '提示', { @@ -984,7 +980,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) @@ -999,13 +995,8 @@ export default { .catch(() => { }); }).catch(() => { - this.$message({ - type: 'info', - message: '已取消' - }); }); } - } }, components: {