|
@@ -3,7 +3,6 @@ $(function () {
|
|
url: '../mkactivitiesgetonefreegoods/list',
|
|
url: '../mkactivitiesgetonefreegoods/list',
|
|
datatype: "json",
|
|
datatype: "json",
|
|
colModel: [
|
|
colModel: [
|
|
- {label: 'mkaFreeId', name: 'mkaFreeId', index: 'mka_free_id', key: true, hidden: true},
|
|
|
|
{label: '产品中文名', name: 'productName', index: 'product_name', width: 80},
|
|
{label: '产品中文名', name: 'productName', index: 'product_name', width: 80},
|
|
{label: '每日最低价', name: 'edlp', index: 'edlp', width: 80},
|
|
{label: '每日最低价', name: 'edlp', index: 'edlp', width: 80},
|
|
{label: '建议零售价', name: 'suggestedRetailPrice', index: 'suggested_retail_price', width: 80},
|
|
{label: '建议零售价', name: 'suggestedRetailPrice', index: 'suggested_retail_price', width: 80},
|
|
@@ -14,11 +13,7 @@ $(function () {
|
|
{label: '商品品牌', name: 'productBrand', index: 'product_brand', width: 80},
|
|
{label: '商品品牌', name: 'productBrand', index: 'product_brand', width: 80},
|
|
{label: '商品系列', name: 'productSeries', index: 'product_series', width: 80},
|
|
{label: '商品系列', name: 'productSeries', index: 'product_series', width: 80},
|
|
{label: '赠品条码', name: 'giftBarcode', index: 'gift_barcode', width: 80},
|
|
{label: '赠品条码', name: 'giftBarcode', index: 'gift_barcode', width: 80},
|
|
- {label: '营销活动编号', name: 'mkaId', index: 'mka_id', width: 80},
|
|
|
|
- {label: '创建时间', name: 'createTime', index: 'create_time', width: 80},
|
|
|
|
- {label: '创建人编号', name: 'createrSn', index: 'creater_sn', width: 80},
|
|
|
|
- {label: '修改人编号', name: 'moderSn', index: 'moder_sn', width: 80},
|
|
|
|
- {label: '修改时间', name: 'updateTime', index: 'update_time', width: 80}],
|
|
|
|
|
|
+ {label: '营销活动编号', name: 'mkaId', index: 'mka_id', width: 80},],
|
|
viewrecords: true,
|
|
viewrecords: true,
|
|
height: 550,
|
|
height: 550,
|
|
rowNum: 10,
|
|
rowNum: 10,
|
|
@@ -150,4 +145,4 @@ let vm = new Vue({
|
|
handleResetForm(this, name);
|
|
handleResetForm(this, name);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-});
|
|
|
|
|
|
+});
|