|
@@ -10,6 +10,11 @@ function ConfirmImport() {
|
|
|
layer.msg("导入成功", { time: 2000 }, function () {
|
|
layer.msg("导入成功", { time: 2000 }, function () {
|
|
|
window.location.reload();
|
|
window.location.reload();
|
|
|
});
|
|
});
|
|
|
|
|
+ } else if (data.indexOf("Warning") == 0) {
|
|
|
|
|
+ var datalist = data.split('|');
|
|
|
|
|
+ layer.alert(datalist[1], { time: 20000 }, function () {
|
|
|
|
|
+ window.location.reload();
|
|
|
|
|
+ });
|
|
|
} else {
|
|
} else {
|
|
|
layer.msg(data);
|
|
layer.msg(data);
|
|
|
}
|
|
}
|
|
@@ -94,12 +99,12 @@ layui.config({
|
|
|
, { field: 'Id', fixed: 'left', title: 'ID', width: 80, sort: true, unresize: true }
|
|
, { field: 'Id', fixed: 'left', title: 'ID', width: 80, sort: true, unresize: true }
|
|
|
, { field: 'CreateDate', width: 200, title: '创建时间', sort: true }
|
|
, { field: 'CreateDate', width: 200, title: '创建时间', sort: true }
|
|
|
, { field: 'StatusName', width: 200, title: '状态', sort: true }
|
|
, { field: 'StatusName', width: 200, title: '状态', sort: true }
|
|
|
- , { field: 'OperateMan', width: 200, title: '操作人', sort: true }
|
|
|
|
|
|
|
+ , { field: 'SeoTitle', width: 200, title: '操作人', sort: true }
|
|
|
, { field: 'SeoKeyword', width: 200, title: '退押订单号', sort: true }
|
|
, { field: 'SeoKeyword', width: 200, title: '退押订单号', sort: true }
|
|
|
, { field: 'AlipayAccountNo', width: 200, title: '支付宝账号', sort: true }
|
|
, { field: 'AlipayAccountNo', width: 200, title: '支付宝账号', sort: true }
|
|
|
, { field: 'ReturnAmount', width: 200, title: '返还金额', sort: true }
|
|
, { field: 'ReturnAmount', width: 200, title: '返还金额', sort: true }
|
|
|
|
|
|
|
|
- , { title: '操作', align: 'center', width: 400, fixed: 'right', toolbar: '#table-list-tools' }
|
|
|
|
|
|
|
+ // , { title: '操作', align: 'center', width: 400, fixed: 'right', toolbar: '#table-list-tools' }
|
|
|
]]
|
|
]]
|
|
|
, where: {
|
|
, where: {
|
|
|
|
|
|