|
@@ -3,7 +3,6 @@ $(function () {
|
|
|
url: '../mkactivitiesfullreduction/list',
|
|
|
datatype: "json",
|
|
|
colModel: [
|
|
|
- {label: 'mafrId', name: 'mafrId', index: 'mafr_id', key: true, hidden: true},
|
|
|
{label: '产品中文名', name: 'productName', index: 'product_name', width: 80},
|
|
|
{label: '门店编号', name: 'shopSn', index: 'shop_sn', width: 80},
|
|
|
{label: '商品编码', name: 'goodsSn', index: 'goods_sn', width: 80},
|
|
@@ -11,11 +10,7 @@ $(function () {
|
|
|
{label: '商品品牌', name: 'productBrand', index: 'product_brand', width: 80},
|
|
|
{label: '商品系列', name: 'productSeries', index: 'product_series', width: 80},
|
|
|
{label: '满足条件金额', name: 'qualifiedAmount', index: 'qualified_amount', width: 80},
|
|
|
- {label: '减扣金额', name: 'deductionAmount', index: 'deduction_amount', 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: 'deductionAmount', index: 'deduction_amount', width: 80},],
|
|
|
viewrecords: true,
|
|
|
height: 550,
|
|
|
rowNum: 10,
|
|
@@ -147,4 +142,4 @@ let vm = new Vue({
|
|
|
handleResetForm(this, name);
|
|
|
}
|
|
|
}
|
|
|
-});
|
|
|
+});
|