...
|
...
|
@@ -36,7 +36,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','template','litestoreg |
|
|
{field: 'image', title: __('Image'), formatter: Table.api.formatter.image},
|
|
|
{field: 'images', title: __('Images'), formatter: Table.api.formatter.images},
|
|
|
{field: 'spec_type', title: __('Spec_type'), searchList: {"10":__('Spec_type 10'),"20":__('Spec_type 20')}, formatter: Table.api.formatter.normal},
|
|
|
{field: 'deduct_stock_type', title: __('Deduct_stock_type'), searchList: {"10":__('Deduct_stock_type 10'),"20":__('Deduct_stock_type 20')}, formatter: Table.api.formatter.normal},
|
|
|
{field: 'stock_num', title: __('库存'),operate: false},
|
|
|
// {field: 'deduct_stock_type', title: __('Deduct_stock_type'), searchList: {"10":__('Deduct_stock_type 10'),"20":__('Deduct_stock_type 20')}, formatter: Table.api.formatter.normal},
|
|
|
// {field: 'freight.name', title: __('Freight.name')},
|
|
|
// {field: 'sales_initial', title: __('Sales_initial')},
|
|
|
{field: 'sales_actual', title: __('Sales_actual')},
|
...
|
...
|
|