From 25f8b6e28a70dfabc38e7e7c7267e0cac696ad0b Mon Sep 17 00:00:00 2001 From: A0010407 Date: Sun, 7 Apr 2024 15:41:18 +0800 Subject: [PATCH] =?UTF-8?q?2024-4-7=20=E5=9F=BA=E7=A1=80=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=A8=A1=E5=9D=97-=E4=BA=A7=E5=93=81-=E5=8A=A0=E6=8A=A5?= =?UTF-8?q?=E5=B7=A5=E6=B1=87=E7=8E=87+=E4=BC=98=E5=8C=96=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wms/product/index.vue | 49 +++++++++++++++++++++++++++++---- 1 file changed, 44 insertions(+), 5 deletions(-) diff --git a/src/views/wms/product/index.vue b/src/views/wms/product/index.vue index b1559a7..39c00f0 100644 --- a/src/views/wms/product/index.vue +++ b/src/views/wms/product/index.vue @@ -119,6 +119,12 @@ prop="productDescZh" width="350" /> + + --> + + + - {{ + {{ form.productCode }} + {{ + form.productDescZh + }} + + {{ + form.productGroup + }} + {{ + form.productGroupName + }} + {{ + form.mtart + }} + {{ + form.reportRate + }} {{ form.category }} @@ -507,7 +544,7 @@ export default { pageSize: 10, productCode: null, productDescZh: null, - productModel: null, + // productModel: null, productDescEn: null, ruleCode: null, oldProductCode: null, @@ -541,6 +578,7 @@ export default { convIssue: null, appendFlag: null, appendPercent: null, + reportRate: null, }, options: [ { @@ -595,7 +633,7 @@ export default { productId: null, productCode: null, productDescZh: null, - productModel: null, + // productModel: null, productDescEn: null, ruleCode: null, oldProductCode: null, @@ -634,6 +672,7 @@ export default { convIssue: null, appendFlag: null, appendPercent: null, + reportRate: null, }; this.resetForm("form"); },