|
|
@ -161,6 +161,11 @@ |
|
|
<Input v-model="addGoodsForm.productName" /> |
|
|
<Input v-model="addGoodsForm.productName" /> |
|
|
</FormItem> |
|
|
</FormItem> |
|
|
</Col> |
|
|
</Col> |
|
|
|
|
|
<Col span="6"> |
|
|
|
|
|
<FormItem label="排名" class="form-noheight"> |
|
|
|
|
|
<Input v-model="addGoodsForm.orderFiled" type="number" placeholder="排名" /> |
|
|
|
|
|
</FormItem> |
|
|
|
|
|
</Col> |
|
|
<Col span="6"> |
|
|
<Col span="6"> |
|
|
<FormItem label="店铺分类" class="form-noheight"> |
|
|
<FormItem label="店铺分类" class="form-noheight"> |
|
|
<Input v-model="editTitle" disabled /> |
|
|
<Input v-model="editTitle" disabled /> |
|
|
@ -379,6 +384,7 @@ |
|
|
categoryName:'', //商品分类名称 |
|
|
categoryName:'', //商品分类名称 |
|
|
productPicture:'', //商品图标 |
|
|
productPicture:'', //商品图标 |
|
|
productName:'', //商品名称 |
|
|
productName:'', //商品名称 |
|
|
|
|
|
orderFiled:'', //商品名称 |
|
|
lunchBox:0, //餐盒 |
|
|
lunchBox:0, //餐盒 |
|
|
startPayNum:'', //起售数量 |
|
|
startPayNum:'', //起售数量 |
|
|
attributeListPrice:[{ //商品规格 |
|
|
attributeListPrice:[{ //商品规格 |
|
|
@ -444,8 +450,8 @@ |
|
|
minWidth: 60, |
|
|
minWidth: 60, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: "起售数量", |
|
|
title: "排名", |
|
|
key: "startPayNum", |
|
|
key: "orderFiled", |
|
|
width: 100, |
|
|
width: 100, |
|
|
}, |
|
|
}, |
|
|
// { |
|
|
// { |
|
|
@ -1102,6 +1108,7 @@ |
|
|
productName:'', //商品名称 |
|
|
productName:'', //商品名称 |
|
|
lunchBox:0, //餐盒 |
|
|
lunchBox:0, //餐盒 |
|
|
startPayNum:'', //起售数量 |
|
|
startPayNum:'', //起售数量 |
|
|
|
|
|
orderFiled:'',//排名 |
|
|
attributeListPrice:[{ //商品规格 |
|
|
attributeListPrice:[{ //商品规格 |
|
|
specPrice:"", |
|
|
specPrice:"", |
|
|
specNum:9999 |
|
|
specNum:9999 |
|
|
|