商品编号修改为商品条码
This commit is contained in:
parent
41be85f24e
commit
3e95d174f7
|
@ -24,7 +24,7 @@
|
|||
<u-popup :show="editGoodsShow" @close="editGoodsClose" :round="18" mode="center">
|
||||
<view class="edit_goods_box">
|
||||
<view class="edit_name flex_a_c edit_name_no">
|
||||
<text>商品编号:</text><input type="text" disabled placeholder="请输入商品名称" v-model="editGoodsCode">
|
||||
<text>商品条码:</text><input type="text" disabled placeholder="请输入商品条码" v-model="editGoodsCode">
|
||||
</view>
|
||||
<view class="edit_name flex_a_c edit_name_no">
|
||||
<text>商品名称:</text> <input type="text" disabled placeholder="请输入商品名称" v-model="editGoodsName">
|
||||
|
|
|
@ -40,8 +40,8 @@
|
|||
|
||||
<view v-if="item.more_thanFlag">
|
||||
<view class="multiSpecifica_container_item">
|
||||
<view class="multiSpecifica_container_item_label flex-start">商品编号</view>
|
||||
<view class="multiSpecifica_container_item_value"><input v-model="item.bar_code" type="text" placeholder="请填写商品编号" /></view>
|
||||
<view class="multiSpecifica_container_item_label flex-start">商品条码</view>
|
||||
<view class="multiSpecifica_container_item_value"><input v-model="item.bar_code" type="text" placeholder="请填写商品条码" /></view>
|
||||
</view>
|
||||
|
||||
<view class="multiSpecifica_container_item">
|
||||
|
@ -114,7 +114,7 @@
|
|||
|
||||
<view v-if="popupOpenModel">
|
||||
<view class="changePopup_container_content_item">
|
||||
<view class="changePopup_container_content_item_label">商品编号</view>
|
||||
<view class="changePopup_container_content_item_label">商品条码</view>
|
||||
<view class="changePopup_container_content_item_value"><input v-model="batchData.bar_code" type="text" placeholder="0.00" /></view>
|
||||
</view>
|
||||
|
||||
|
@ -171,7 +171,7 @@ export default {
|
|||
price: '', //售价
|
||||
cost: '', // 成本价
|
||||
ot_price: '', // 原价
|
||||
bar_code: '', // 商品编号
|
||||
bar_code: '', // 商品条码
|
||||
weight: '', // 重量
|
||||
volume: '', // 体积
|
||||
extension_one: '', // 一级佣金
|
||||
|
|
|
@ -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'
|
||||
},
|
||||
{
|
||||
|
|
|
@ -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'
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue