From 1fcc01cda4e6ae6200370cd109022ebe62fad68e Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Wed, 20 Dec 2023 15:26:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B6=E5=93=81=E4=B8=8A=E6=9E=B6=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/record.js | 2 +- mycomponents/qty/qty.vue | 2 +- .../record/productPutawayRecord.vue | 165 ++++++++++-------- static/config.json | 2 +- 4 files changed, 96 insertions(+), 75 deletions(-) diff --git a/common/record.js b/common/record.js index 353842eb..9b7af65f 100644 --- a/common/record.js +++ b/common/record.js @@ -26,7 +26,7 @@ export function createDetailInfo(data, pack) { Object.assign(detail, data) detail.balanceQty = Number(detail.qty) detail.stdPackQty = Number(pack.stdPackQty) - detail.stdPackUnit =pack.stdPackUnit + detail.stdPackUnit = pack.stdPackUnit detail.package = pack; return detail; } diff --git a/mycomponents/qty/qty.vue b/mycomponents/qty/qty.vue index b3a8f0cb..b7f2fdfc 100644 --- a/mycomponents/qty/qty.vue +++ b/mycomponents/qty/qty.vue @@ -1,7 +1,7 @@