Browse Source

修改商品排名

master
wangfukang 1 month ago
parent
commit
0828babf3f
  1. 11
      src/views/app/shop/dictManage.vue

11
src/views/app/shop/dictManage.vue

@ -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

Loading…
Cancel
Save