|
|
@@ -95,17 +95,19 @@ layui.config({
|
|
|
, { field: 'UserIdMakerCode', width: 200, title: '创客编号', sort: true }
|
|
|
, { field: 'UserIdRealName', width: 200, title: '创客真实姓名', sort: true }
|
|
|
, { field: 'CreateDate', width: 200, title: '创建时间', sort: true }
|
|
|
+ , { field: 'UpdateDate', width: 200, title: '最后操作时间', sort: true }
|
|
|
+ , { field: 'BrandId', width: 200, title: '品牌', sort: true }
|
|
|
, { field: 'RecycStoreIdStoreNo', width: 200, title: '退回仓库编号', sort: true }
|
|
|
, { field: 'RecycStoreIdStoreName', width: 200, title: '退回仓库名称', sort: true }
|
|
|
, { field: 'RecycStoreIdManageMobile', width: 200, title: '退回仓库管理者手机号', sort: true }
|
|
|
, { field: 'PostType', width: 200, title: '寄回方式', sort: true }
|
|
|
, { field: 'ErpName', width: 200, title: '快递名称', sort: true }
|
|
|
, { field: 'ErpCode', width: 200, title: '快递单号', sort: true }
|
|
|
- , { field: 'ResultDate', width: 200, title: '确认或驳回时间', sort: true }
|
|
|
- , { field: 'CancelDate', width: 200, title: '创客撤销时间', sort: true }
|
|
|
+ // , { field: 'ResultDate', width: 200, title: '确认或驳回时间', sort: true }
|
|
|
+ // , { field: 'CancelDate', width: 200, title: '创客撤销时间', sort: true }
|
|
|
, { field: 'RecycOrderNo', width: 200, title: '申请单号', sort: true }
|
|
|
|
|
|
- , { field: 'Sort', fixed: 'right', title: '排序', width: 80, edit: 'text' }
|
|
|
+ // , { field: 'Sort', fixed: 'right', title: '排序', width: 80, edit: 'text' }
|
|
|
, { title: '操作', align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
|
|
|
]]
|
|
|
, where: {
|