From 74c464a2c24121400d693082a8ba707f6c60b82c Mon Sep 17 00:00:00 2001 From: 44673626 <44673626@qq.com> Date: Wed, 23 Mar 2022 19:30:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8D=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WMSOutputDetailWithCodeReport/index.vue | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/vue/src/views/ux/billManage/WMSOutputDetailWithCodeReport/index.vue b/vue/src/views/ux/billManage/WMSOutputDetailWithCodeReport/index.vue index ea409083..a69d246b 100644 --- a/vue/src/views/ux/billManage/WMSOutputDetailWithCodeReport/index.vue +++ b/vue/src/views/ux/billManage/WMSOutputDetailWithCodeReport/index.vue @@ -50,8 +50,22 @@ value="大众备件条码出库" > + + + + + - @@ -362,8 +375,8 @@ export default { tempsTabs.push({ label: "结算单", prop: "billNum", width: 180 }); tempsTabs.push({ label: "结算数量", prop: "qty", width: 120 }); - //tempsTabs.push({ label: "实际出库数量", prop: "outputQty", width: 180 }); - //tempsTabs.push({ label: "差异数量", prop: "diffQty", width: 120 }); + tempsTabs.push({ label: "实际出库数量", prop: "outputQty", width: 140 }); + tempsTabs.push({ label: "差异数量", prop: "diffQty", width: 120 }); tempsTabs.push({ label: "开票单价", @@ -462,7 +475,7 @@ export default { // this.$refs["formCount"].resetFields(); // }); this.JobversionValue = ""; - this.formTitle = "生成结算出库数据"; + this.formTitle = "生成数据"; this.isEdit = false; this.form = {}; this.dialogFormVisible = true;