diff --git a/src/api/basicdata/basicdataCategory.js b/src/api/basicdata/basicdataCategory.js index c6441421..e0ce3549 100644 --- a/src/api/basicdata/basicdataCategory.js +++ b/src/api/basicdata/basicdataCategory.js @@ -11,6 +11,7 @@ export const getList = (current, size, params) => { }, }); }; + export const getListCo = (current, size, params) => { return request({ url: '/api/logpm-basicdata/basicdataCategory/list', @@ -79,3 +80,10 @@ export const getDownTemplate = () => { responseType: 'blob', }); }; +export const $_getList = (params) => { + return request({ + url: '/api/logpm-basicdata/basicdataCategory/list', + method: 'get', + params + }); +}; \ No newline at end of file diff --git a/src/option/basicdata/basicdataCategoryData.js b/src/option/basicdata/basicdataCategoryData.js new file mode 100644 index 00000000..8236599c --- /dev/null +++ b/src/option/basicdata/basicdataCategoryData.js @@ -0,0 +1,67 @@ +export const columnList = [ + { + prop: '', + label: '复选框', + type: 0, + width: 10, + fixed: true, + }, + { + prop: '', + label: '序号', + type: 12, + values: '', + width: 20, + fixed: true, + }, + { + prop: 'name', + label: '名称', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'type', + label: '类型', + type: 3, + values: '', + width: '150', + checkarr: [ + { + label: '一类', + value: '1', + }, + { + label: '二类', + value: '2', + }, + { + label: '三类', + value: '3', + }, + { + label: '四类', + value: '4', + }, + ], + fixed: false, + sortable: true, + }, + + { + prop: '', + label: '操作', + type: 6, + values: '', + width: '150', + checkarr: [], + fixed: 'right', + sortable: true, + }, + ]; + \ No newline at end of file diff --git a/src/option/warehouse/PreStoragePackage.js b/src/option/warehouse/PreStoragePackage.js index f0785d5b..da50ce26 100644 --- a/src/option/warehouse/PreStoragePackage.js +++ b/src/option/warehouse/PreStoragePackage.js @@ -220,13 +220,37 @@ export const columnList = [ { prop: 'quantity', - label: '包件数量', + label: '计划数量', type: 1, values: '', width: '120', checkarr: [], fixed: false, sortable: true, + isshowSummary: true, + }, + { + prop: 'loadNum', + label: '装车数量', + type: 1, + values: '', + width: '120', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'unloadNum', + label: '入库数量', + type: 1, + values: '', + width: '120', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, { prop: '', diff --git a/src/views/basicdata/brand/basicdataCategoryTemp.vue b/src/views/basicdata/brand/basicdataCategoryTemp.vue index b555f873..f08c021e 100644 --- a/src/views/basicdata/brand/basicdataCategoryTemp.vue +++ b/src/views/basicdata/brand/basicdataCategoryTemp.vue @@ -12,7 +12,7 @@ 清 空 - + @@ -87,13 +87,24 @@