|
@@ -118,8 +118,8 @@
|
|
, {field: 'create_time', title: '添加时间', width: 180}
|
|
, {field: 'create_time', title: '添加时间', width: 180}
|
|
, {field: 'end_date', title: '到期日期', width: 150}
|
|
, {field: 'end_date', title: '到期日期', width: 150}
|
|
, {field: 'notes', title: '备注', width: 200}
|
|
, {field: 'notes', title: '备注', width: 200}
|
|
- , {field: 'status', title: '状态', width: 150}
|
|
|
|
- , {field: 'check_user', title: '审核人', width: 150}
|
|
|
|
|
|
+ , {field: 'status_text', title: '状态', width: 150}
|
|
|
|
+ , {field: 'check_user_text', title: '审核人', width: 150}
|
|
, {field: 'check_time', title: '审核时间', width: 180}
|
|
, {field: 'check_time', title: '审核时间', width: 180}
|
|
, {width: 180, align: 'center', fixed: 'right', toolbar: '#store-operate-bar'}
|
|
, {width: 180, align: 'center', fixed: 'right', toolbar: '#store-operate-bar'}
|
|
]]
|
|
]]
|
|
@@ -134,7 +134,7 @@
|
|
layer.confirm('确定要删除吗?', function (index) {
|
|
layer.confirm('确定要删除吗?', function (index) {
|
|
layer.close(index);
|
|
layer.close(index);
|
|
admin.req({
|
|
admin.req({
|
|
- url: '/agent/agent/' + data.id + '/'
|
|
|
|
|
|
+ url: '/agent/store/' + data.id + '/'
|
|
, type: 'delete'
|
|
, type: 'delete'
|
|
, done: function (res) {
|
|
, done: function (res) {
|
|
table.reload('store_datagrid', {});
|
|
table.reload('store_datagrid', {});
|