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 @@
-

合计费用:999999

+

合计费用:0

@@ -135,9 +135,7 @@ />
- 保存 + 保存
@@ -209,30 +207,29 @@ :controls="false" :value-on-clear="0" placeholder="请输入楼层" + :disabled="addvalueDetailId" /> - + -