|
|
@@ -14,7 +14,6 @@ function ConfirmChargeImport() {
|
|
|
});
|
|
|
} else if (data.indexOf("Warning") == 0) {
|
|
|
var datalist = data.split('|');
|
|
|
- console.log(datalist);
|
|
|
layer.alert(datalist[1], { time: 20000 }, function () {
|
|
|
window.location.reload();
|
|
|
});
|
|
|
@@ -158,7 +157,8 @@ layui.config({
|
|
|
, { field: 'KindName', width: 200, title: '扣款类别', sort: true }
|
|
|
, { field: 'UpdateDate', width: 200, title: '扣款/更新时间', sort: true }
|
|
|
, { field: 'StatusName', width: 200, title: '扣款状态', sort: true }
|
|
|
- , { field: 'Remark', width: 200, title: '机具Sn', sort: true }
|
|
|
+ , { field: 'Remark', width: 200, title: '说明', sort: true }
|
|
|
+ , { field: 'Field', width: 200, title: '机具Sn', sort: true }
|
|
|
, { field: 'SeoDescription', width: 200, title: '备注', sort: true }
|
|
|
, { field: 'SeoTitle', width: 200, title: '操作人', sort: true }
|
|
|
|