From 4ecb6f8803cb61e22cdf18915572191dc2a2b804 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 27 Mar 2023 16:55:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B8=E5=AF=B9=E9=80=81=E8=B4=A7=E5=8D=95?= =?UTF-8?q?=20=E5=AE=A1=E6=A0=B8=E9=80=81=E8=B4=A7=E5=8D=95=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=BC=96=E8=BE=91=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inout/order.js | 8 + src/views/inout/DialogCheck.vue | 379 +++++++++++++++++++++++++ src/views/inout/IoSupAduitOrder.vue | 41 ++- src/views/inout/IoSupSecAuditOrder.vue | 43 ++- 4 files changed, 469 insertions(+), 2 deletions(-) create mode 100644 src/views/inout/DialogCheck.vue diff --git a/src/api/inout/order.js b/src/api/inout/order.js index fc6656f..a32fa73 100644 --- a/src/api/inout/order.js +++ b/src/api/inout/order.js @@ -497,3 +497,11 @@ export function submitOrderToThrSys(params) { }); } +export function updateOrderDetailBiz(params) { + return axios({ + url: "/udiwms/inout/order/updateOrderDetailBiz", + method: "post", + data: params + }); +} + diff --git a/src/views/inout/DialogCheck.vue b/src/views/inout/DialogCheck.vue new file mode 100644 index 0000000..c4a9a8b --- /dev/null +++ b/src/views/inout/DialogCheck.vue @@ -0,0 +1,379 @@ + + + + + + 提交 + + + + + + 规格型号: + + + + + + + + + + + 物资名称: + + + + + + + + + + + + + 批次号: + + + + + + + + + + + 价格: + + + + + + + + + + + + 生产厂家: + + + + + + + + + + + 注册/备案号: + + + + + + + + + + 生产日期: + + + + + + + + + + 计量单位: + + + + + + + + + + + + + 送货数量: + + + + + + + + + + + 扫码数量: + + + + + + + + + + + + + + + 文件: + + + + + + + {{ choiceFile }} + + 只能上传 jpg,png,pdf,doc 文件,且不超过 10 MB + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/inout/IoSupAduitOrder.vue b/src/views/inout/IoSupAduitOrder.vue index ccc1fab..d5a9201 100644 --- a/src/views/inout/IoSupAduitOrder.vue +++ b/src/views/inout/IoSupAduitOrder.vue @@ -259,6 +259,18 @@ prop="certCode" show-overflow-tooltip > + + + + 编辑 + + + + + + + + { }); }, + + upload(row){ + this.currentManufacturer = row; + this.Upinvoice = true; + }, + closeCheckDialog(){ + this.Upinvoice = false; + }, handleSelectionChange(val) { this.currentRow = val; this.getOrderDetails(); diff --git a/src/views/inout/IoSupSecAuditOrder.vue b/src/views/inout/IoSupSecAuditOrder.vue index f5fb6a9..b414af7 100644 --- a/src/views/inout/IoSupSecAuditOrder.vue +++ b/src/views/inout/IoSupSecAuditOrder.vue @@ -285,6 +285,19 @@ prop="certCode" show-overflow-tooltip > + + + + 编辑 + + + + + + + +