zhangback
2025-11-18 f7490c5b05906399fe754fecdb1f32172a01170d
ui/admin-ui3/src/views/tms/tmsDispatchOrder/index.vue
@@ -1438,7 +1438,7 @@
      label: '实际运输工具类型', minWidth: 130,
      display: false,
      search: true,
      type: 'select', dicUrl: '/system/dict/data/type/license_type', dataType: 'string',
      type: 'select', dicUrl: '/system/dict/data/type/vehicle_type', dataType: 'string',
    },
@@ -1574,8 +1574,9 @@
      type: 'upload',
      action: '/common/upload2',
      propsHttp:{
        home:'url',
        name:'newFileName',
        url: 'url',
        name: 'name',
        res: 'data',
      },
    },
    dataSource: {
@@ -1629,13 +1630,13 @@
    voucherUrl: {
      label: '行程凭证',
      display: true,
      span: 24,
      accept:'string',dataType: 'string',
      span: 24,dataType: 'string',
      type: 'upload',
      action: '/common/upload2',
      propsHttp:{
        home:'url',
        name:'newFileName',
        url: 'url',
        name: 'name',
        res: 'data',
      },
    },
@@ -1676,8 +1677,9 @@
      type: 'upload',
      action: '/common/upload2',
      propsHttp:{
        home:'url',
        name:'newFileName',
        url: 'url',
        name: 'name',
        res: 'data',
      },
    },
    dataSource: {
@@ -1723,12 +1725,13 @@
      label: '费用凭证',
      display: true,
      span: 24,
      accept:'string',dataType: 'string',
      accept:'string',dataType: 'object',
      type: 'upload',
      action: '/common/upload2',
      propsHttp:{
        home:'url',
        name:'newFileName',
        url: 'url',
        name: 'name',
        res: 'data',
      },
    },
@@ -1782,7 +1785,7 @@
    actualVehicleType: {
      label: '车型', minWidth: 130,
      display: false,
      type: 'select', dicUrl: '/system/dict/data/type/license_type', dataType: 'string',
      type: 'select', dicUrl: '/system/dict/data/type/vehicle_type', dataType: 'string',
    },
    licensePlate: {