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 > + + + + 编辑 + + + + + + + +