|
@@ -139,6 +139,7 @@ layui.config({
|
|
|
, { field: 'FromStoreIdStoreName', width: 200, title: '出货仓库名称', sort: true }
|
|
, { field: 'FromStoreIdStoreName', width: 200, title: '出货仓库名称', sort: true }
|
|
|
, { field: 'CancelFlagName', width: 200, title: '撤回标记', sort: true }
|
|
, { field: 'CancelFlagName', width: 200, title: '撤回标记', sort: true }
|
|
|
, { field: 'CancelDate', width: 200, title: '撤回时间', sort: true }
|
|
, { field: 'CancelDate', width: 200, title: '撤回时间', sort: true }
|
|
|
|
|
+ , { field: 'WithholdFlagName', width: 200, title: '预扣标记', sort: true }
|
|
|
// , { field: 'Sort', fixed: 'right', title: '排序', width: 80, edit: 'text' }s
|
|
// , { field: 'Sort', fixed: 'right', title: '排序', width: 80, edit: 'text' }s
|
|
|
, { title: '操作', width: 180, align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
|
|
, { title: '操作', width: 180, align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
|
|
|
]]
|
|
]]
|