From acaeea2be437cf2bca37eb309d4b89b7d8dfba69 Mon Sep 17 00:00:00 2001 From: 44673626 <44673626@qq.com> Date: Thu, 6 Jan 2022 09:31:09 +0800 Subject: [PATCH] =?UTF-8?q?H=E5=B9=B3=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/views/ux/vw/dataInput/hq_h/index.vue | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/vue/src/views/ux/vw/dataInput/hq_h/index.vue b/vue/src/views/ux/vw/dataInput/hq_h/index.vue index 5b163733..5c981f11 100644 --- a/vue/src/views/ux/vw/dataInput/hq_h/index.vue +++ b/vue/src/views/ux/vw/dataInput/hq_h/index.vue @@ -281,11 +281,18 @@ export default { prop: "materialCode", width: 200, }); + tempsTabs.push({ + label: "验收单号", + prop: "acceptanceNo", + width: 130, + }); tempsTabs.push({ label: "验收单日期", prop: "acceptanceDate", width: 170, }); + tempsTabs.push({ label: "数量", prop: "price", width: 100 }); + tempsTabs.push({ label: "金额", prop: "amt", width: 100 }); tempsTabs.push({ label: "供应商", prop: "supplier", width: 120 }); tempsTabs.push({ label: "存储地点", @@ -297,8 +304,6 @@ export default { prop: "storageLocationDesc", width: 250, }); - tempsTabs.push({ label: "数量", prop: "price", width: 100 }); - tempsTabs.push({ label: "金额", prop: "amt", width: 100 }); tempsTabs.push({ label: "工厂", prop: "factory", width: 150 }); return tempsTabs; }, @@ -416,9 +421,7 @@ export default { // if (column.property === "state") { // return { 0: "其他", 2: "已结" }[row[column.property]]; // } - if ( - column.property == "acceptanceDate" - ) { + if (column.property == "acceptanceDate") { var date = row[column.property]; if (date == undefined) { return "";