From 6852eb4216ab9b175673bae1d3fbad777086a460 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Fri, 26 Jul 2024 14:21:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=B2=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/mt/Mengtiandatapushback.js | 80 ++++++++++-- src/option/signfor/asurcharge.js | 44 +++---- .../driverArtery/basicdataDriverArteryAdd.vue | 1 + src/views/distribution/signfor/asurcharge.vue | 117 ++++++++++-------- 4 files changed, 158 insertions(+), 84 deletions(-) diff --git a/src/option/mt/Mengtiandatapushback.js b/src/option/mt/Mengtiandatapushback.js index 76094a0e..55148666 100644 --- a/src/option/mt/Mengtiandatapushback.js +++ b/src/option/mt/Mengtiandatapushback.js @@ -14,7 +14,17 @@ export const columnList = [ width: 55, fixed: true, }, - + { + prop: 'warehouse', + label: '作业仓库', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, { prop: 'senderCode', label: '发货单编号', @@ -48,6 +58,7 @@ export const columnList = [ sortable: true, head: false, }, + { prop: 'type', label: '类型', @@ -87,6 +98,53 @@ export const columnList = [ sortable: true, head: false, }, + { + prop: 'content', + label: '内容', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'resultContent', + label: '返回值', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + + { + prop: 'createTime', + label: '创建时间', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + + { + prop: 'updateTime', + label: '更新时间', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { prop: 'sendStatusNameS', label: '状态', @@ -112,14 +170,14 @@ export const columnList = [ head: false, }, -// { -// prop: 'createUserName', -// label: '操作', -// type: 6, -// values: '', -// width: '200', -// checkarr: [], -// fixed: 'right', -// sortable: false, -// }, + // { + // prop: 'createUserName', + // label: '操作', + // type: 6, + // values: '', + // width: '200', + // checkarr: [], + // fixed: 'right', + // sortable: false, + // }, ]; diff --git a/src/option/signfor/asurcharge.js b/src/option/signfor/asurcharge.js index ca6047f3..0a9b537e 100644 --- a/src/option/signfor/asurcharge.js +++ b/src/option/signfor/asurcharge.js @@ -138,7 +138,7 @@ export const columnList = [ }, { - prop: 'a', + prop: 'floolNum', label: '上楼层数', type: 1, values: '', @@ -149,7 +149,7 @@ export const columnList = [ head: false, }, { - prop: 'aa', + prop: 'unitPrice', label: '费用', type: 1, values: '', @@ -159,16 +159,16 @@ export const columnList = [ sortable: true, head: false, }, - { - prop: '', - label: '操作', - type: 6, - values: '', - width: '200', - checkarr: [], - fixed: 'right', - sortable: false, - }, + // { + // prop: '', + // label: '操作', + // type: 6, + // values: '', + // width: '200', + // checkarr: [], + // fixed: 'right', + // sortable: false, + // }, ]; export const columnListTC = [ @@ -332,15 +332,15 @@ export const columnListTC = [ sortable: true, head: false, }, - { - prop: '', - label: '操作', - type: 6, - values: '', - width: '200', - checkarr: [], - fixed: 'right', - sortable: false, - }, + // { + // prop: '', + // label: '操作', + // type: 6, + // values: '', + // width: '200', + // checkarr: [], + // fixed: 'right', + // sortable: false, + // }, ]; \ No newline at end of file diff --git a/src/views/basicdata/driverArtery/basicdataDriverArteryAdd.vue b/src/views/basicdata/driverArtery/basicdataDriverArteryAdd.vue index b35f205e..25f29710 100644 --- a/src/views/basicdata/driverArtery/basicdataDriverArteryAdd.vue +++ b/src/views/basicdata/driverArtery/basicdataDriverArteryAdd.vue @@ -171,6 +171,7 @@ export default { type: 'select', dicUrl: '/api/blade-system/dict-biz/dictionary?code=basic_driverjob_type', options: [], + multiple: true, }, { label: '准驾车型', diff --git a/src/views/distribution/signfor/asurcharge.vue b/src/views/distribution/signfor/asurcharge.vue index 234c2736..866f3b91 100644 --- a/src/views/distribution/signfor/asurcharge.vue +++ b/src/views/distribution/signfor/asurcharge.vue @@ -31,7 +31,7 @@