|
@@ -81,7 +81,7 @@
|
|
|
},
|
|
|
columns: [
|
|
|
{
|
|
|
- width: '200px',
|
|
|
+ // width: '200px',
|
|
|
title: '标题',
|
|
|
field: 'skuTitle',
|
|
|
// isDetail: true,
|
|
@@ -154,24 +154,24 @@
|
|
|
field: 'custom' + i,
|
|
|
});
|
|
|
});
|
|
|
- moduleConfig.columns.push({
|
|
|
- width: 120,
|
|
|
- title: '操作',
|
|
|
- action: true,
|
|
|
- plugins: [{
|
|
|
- name: '短驳',
|
|
|
- event: {
|
|
|
- click: (item : any) => {
|
|
|
- (this as any).shortBarge(item)
|
|
|
- }
|
|
|
- }
|
|
|
- }, {
|
|
|
- name: '调拨',
|
|
|
- event: {
|
|
|
- click: (item : any) => (this as any).allocate(item)
|
|
|
- }
|
|
|
- }]
|
|
|
- });
|
|
|
+ // moduleConfig.columns.push({
|
|
|
+ // width: 120,
|
|
|
+ // title: '操作',
|
|
|
+ // action: true,
|
|
|
+ // plugins: [{
|
|
|
+ // name: '短驳',
|
|
|
+ // event: {
|
|
|
+ // click: (item : any) => {
|
|
|
+ // (this as any).shortBarge(item)
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }, {
|
|
|
+ // name: '调拨',
|
|
|
+ // event: {
|
|
|
+ // click: (item : any) => (this as any).allocate(item)
|
|
|
+ // }
|
|
|
+ // }]
|
|
|
+ // });
|
|
|
(this as any).$refs.moduleView.setTableConfig(moduleConfig);
|
|
|
}
|
|
|
}).then(() => {
|