From 636aaae0313528815905c0bd6acdfc265fc4acf1 Mon Sep 17 00:00:00 2001 From: 1178634255 <1178634255@qq.com> Date: Fri, 2 Jun 2023 17:37:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=AE=BE=E7=BD=AE=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/uploadManage/uploadModify.vue | 69 +++++++------------ 1 file changed, 24 insertions(+), 45 deletions(-) diff --git a/src/views/inout/uploadManage/uploadModify.vue b/src/views/inout/uploadManage/uploadModify.vue index d401bf0c..9cb35a3e 100644 --- a/src/views/inout/uploadManage/uploadModify.vue +++ b/src/views/inout/uploadManage/uploadModify.vue @@ -52,23 +52,24 @@ - + + + + + + + + + + + @@ -109,7 +110,10 @@ export default { this.configQuery.orderUnReceive=0; this.configQuery.orderScanFinish=1; } - } + }, + + + }, data() { return { @@ -128,35 +132,10 @@ export default { checkSp: null, checkChange: null, checkBalacne: null, - busTypes: [] + busTypes: [], + orderSources: [], // 存储用户选择的单据来源 + orderStatus:3,//单选框默认选择已完成单据选项 }, - options: [{ - value: '1', - label: 'web端新增单据' - }, { - value: '2', - label: '手持终端未校验单据' - }, { - value: '3', - label: '手持终端已校验单据' - }, { - value: '4', - label: 'UDIMS平台' - }, { - value: '5', - label: 'UDI扫码通' - }, { - value: '6', - label: '自助平台同步' - }, { - value: '7', - label: '缺量补单' - }, { - value: '8', - label: '平衡补单' - }], - value2: [], - } } };