|
|
@@ -99,6 +99,7 @@ layui.config({
|
|
|
{ type: 'checkbox', fixed: 'left' }
|
|
|
, { field: 'CreateDate', width: 200, title: '创建时间', sort: true }
|
|
|
, { field: 'StatusName', width: 200, title: '状态', sort: true }
|
|
|
+ , { field: 'OpCode', width: 200, title: '运营中心', sort: true }
|
|
|
, { field: 'ApplyNo', width: 200, title: '申请单号', sort: true }
|
|
|
, { field: 'ApplyNum', width: 200, title: '申请台数', sort: true }
|
|
|
, { field: 'SendNum', width: 200, title: '发货台数', sort: true }
|