|
@@ -227,8 +227,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
return a.join('')
|
|
|
},width:200},
|
|
|
{field: 'sku_name', title: __('商品规格'),operate: false},
|
|
|
- {field: 'amount_total', title: __('Amount_total'), operate:'BETWEEN'},
|
|
|
- {field: 'amount_pay', title: __('Amount_pay'), operate:'BETWEEN'},
|
|
|
+ {field: 'amount_pay', title: __('Amount_total'), operate:'BETWEEN'},
|
|
|
+ //{field: 'amount_pay', title: __('Amount_pay'), operate:'BETWEEN'},
|
|
|
{field: 'amount_install', title: __('Amount_install'), operate:'BETWEEN'},
|
|
|
{field: 'num', title: __('购买数量'),operate: 'between'},
|
|
|
{field: 'num_install', title: __('安装数量'),operate: 'between'},
|