|
@@ -25,10 +25,10 @@ $(function () {
|
|
|
{label: '商品编码', name: 'goodsSn', index: 'goodsSn', width: 180, align: 'center'},
|
|
|
{label: '名称', name: 'goodsName', index: 'goodsName', width: 500, align: 'left'},
|
|
|
{label: '产品编码', name: 'productSn', index: 'productSn', width: 140, align: 'center'},
|
|
|
- {label: '批次编号', name: 'batchSn', index: 'batchSn', width: 220, align: 'center'},
|
|
|
- {label: '批次到期日期', name: 'batchExpireDate', index: 'batchExpireDate', width: 160, align: 'center',formatter: function (value) {
|
|
|
- return transDate(value,'yyyy-MM-dd hh:mm:ss');
|
|
|
- }},
|
|
|
+ // {label: '批次编号', name: 'batchSn', index: 'batchSn', width: 220, align: 'center'},
|
|
|
+ // {label: '批次到期日期', name: 'batchExpireDate', index: 'batchExpireDate', width: 160, align: 'center',formatter: function (value) {
|
|
|
+ // return transDate(value,'yyyy-MM-dd hh:mm:ss');
|
|
|
+ // }},
|
|
|
{
|
|
|
label: '上架', name: 'isOnSale', index: 'is_on_sale', width: 80, align: 'center',
|
|
|
formatter: function (value) {
|