diff --git a/src/api/basicdata/PaymentPlatform.js b/src/api/basicdata/PaymentPlatform.js new file mode 100644 index 00000000..e0de72a6 --- /dev/null +++ b/src/api/basicdata/PaymentPlatform.js @@ -0,0 +1,37 @@ +import request from '@/axios'; + +/** 获取列表 */ +export const getList = params => { + return request({ + url: '/api/logpm-basicdata/basicdataCarPlatform/list', + method: 'get', + params, + }); +}; + +/** 新增 */ +export const postSave = data => { + return request({ + url: '/api/logpm-basicdata/basicdataCarPlatform/save', + method: 'post', + data, + }); +}; + +/** 更新 */ +export const postUpdate = data => { + return request({ + url: '/api/logpm-basicdata/basicdataCarPlatform/update', + method: 'post', + data, + }); +}; + +/** 移除 */ +export const postRemove = params => { + return request({ + url: '/api/logpm-basicdata/basicdataCarPlatform/remove', + method: 'post', + params, + }); +}; diff --git a/src/option/basicdata/PaymentPlatform.js b/src/option/basicdata/PaymentPlatform.js new file mode 100644 index 00000000..f8e2576b --- /dev/null +++ b/src/option/basicdata/PaymentPlatform.js @@ -0,0 +1,71 @@ +export const columnList = [ + { + prop: '', + label: '复选框', + type: 0, + width: 55, + fixed: true, + }, + { + prop: '', + label: '序号', + type: 12, + values: '', + width: 55, + fixed: true, + }, + { + label: '平台名称', + prop: 'name', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + label: '税点', + prop: 'taxPoint', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + label: '收款名称', + prop: 'accountName', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + label: '收款账号', + prop: 'accountNumber', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: '', + label: '操作', + type: 6, + values: '', + width: '80', + checkarr: [], + fixed: 'right', + sortable: false, + }, +]; diff --git a/src/option/basicdata/ThreePartyMallManagement.js b/src/option/basicdata/ThreePartyMallManagement.js index 9c2a1964..9b9cfd8e 100644 --- a/src/option/basicdata/ThreePartyMallManagement.js +++ b/src/option/basicdata/ThreePartyMallManagement.js @@ -64,8 +64,7 @@ export const columnList = [ type: 1, values: '', width: '150', - checkarr: [ - ], + checkarr: [], fixed: false, sortable: true, head: false, @@ -75,7 +74,7 @@ export const columnList = [ label: '操作', type: 6, values: '', - width: '80', + width: '150', checkarr: [], fixed: 'right', sortable: false, diff --git a/src/views/basicdata/platform/PaymentPlatform.vue b/src/views/basicdata/platform/PaymentPlatform.vue new file mode 100644 index 00000000..8856f769 --- /dev/null +++ b/src/views/basicdata/platform/PaymentPlatform.vue @@ -0,0 +1,480 @@ + + + + + diff --git a/src/views/distribution/artery/AddVehicleStowage.vue b/src/views/distribution/artery/AddVehicleStowage.vue index 3f296f26..13330f03 100644 --- a/src/views/distribution/artery/AddVehicleStowage.vue +++ b/src/views/distribution/artery/AddVehicleStowage.vue @@ -169,13 +169,13 @@ - +
- - + +