From e41255113071e6c93a0aa730ce5715360a53e99f Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 27 Oct 2023 17:42:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E7=BC=96=E5=8F=B7=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=95=86=E5=93=81=E6=9D=A1=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/nongKe/gather/select_warehouse.vue | 2 +- pages/product/addGoods/modifyPrice.vue | 8 ++++---- pages/product/addGoods/price.vue | 6 +++--- pages/product/addGoods/singleSpecification.vue | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pages/nongKe/gather/select_warehouse.vue b/pages/nongKe/gather/select_warehouse.vue index 7a03a32..ee4f268 100644 --- a/pages/nongKe/gather/select_warehouse.vue +++ b/pages/nongKe/gather/select_warehouse.vue @@ -24,7 +24,7 @@ - 商品编号: + 商品条码: 商品名称: diff --git a/pages/product/addGoods/modifyPrice.vue b/pages/product/addGoods/modifyPrice.vue index b85d292..fc47b41 100644 --- a/pages/product/addGoods/modifyPrice.vue +++ b/pages/product/addGoods/modifyPrice.vue @@ -40,8 +40,8 @@ - 商品编号 - + 商品条码 + @@ -114,7 +114,7 @@ - 商品编号 + 商品条码 @@ -171,7 +171,7 @@ export default { price: '', //售价 cost: '', // 成本价 ot_price: '', // 原价 - bar_code: '', // 商品编号 + bar_code: '', // 商品条码 weight: '', // 重量 volume: '', // 体积 extension_one: '', // 一级佣金 diff --git a/pages/product/addGoods/price.vue b/pages/product/addGoods/price.vue index 0dba6c6..f4c6d86 100644 --- a/pages/product/addGoods/price.vue +++ b/pages/product/addGoods/price.vue @@ -30,7 +30,7 @@ cost: '', // 成本价 stock: '', // 库存 ot_price: '', // 原价 - bar_code: '', // 商品编号 + bar_code: '', // 商品条码 weight: '', // 重量 volume: '', // 体积 image: '', @@ -68,9 +68,9 @@ }, { id: 5, - label: '商品编号', + label: '商品条码', type: 'input', - holder: '请填写商品编号', + holder: '请填写商品条码', model: 'bar_code' }, { diff --git a/pages/product/addGoods/singleSpecification.vue b/pages/product/addGoods/singleSpecification.vue index 0c4fe4f..672a913 100644 --- a/pages/product/addGoods/singleSpecification.vue +++ b/pages/product/addGoods/singleSpecification.vue @@ -26,7 +26,7 @@ price: '', // 售价 cost: '', // 成本价 ot_price: '', // 原价 - bar_code: '', // 商品编号 + bar_code: '', // 商品条码 weight: '', // 重量 volume: '', // 体积 image: '', @@ -60,9 +60,9 @@ moreThanList: [ { id: 5, - label: '商品编号', + label: '商品条码', type: 'input', - holder: '请填写商品编号', + holder: '请填写商品条码', model: 'bar_code' }, {