Przeglądaj źródła

中电特种字段修改

caojunjie 2 lat temu
rodzic
commit
0582337e92

+ 26 - 1
src/views/SpecialTrade/dispatchingCars/detailPage.vue

@@ -1245,7 +1245,7 @@ export default {
                     label: '联系电话',
                     prop: 'tel'
                 }, {
-                    label: '提单号',
+                    label: '业务号',
                     prop: 'billNo',
                     rules: [{
                         required: true,
@@ -1274,6 +1274,31 @@ export default {
                     //   }],
                     // },
                     {
+                        label: '风险等级',
+                        prop: 'riskLevel',
+                        type: "select",
+                        dicUrl: "/api/blade-system/dict-biz/dictionary?code=level",
+                        props: {
+                            label: "dictValue",
+                            value: "dictKey"
+                        }
+                    },{
+                        label: '难度等级',
+                        prop: 'difficultyLevel',
+                        type: "select",
+                        dicUrl: "/api/blade-system/dict-biz/dictionary?code=level",
+                        props: {
+                            label: "dictValue",
+                            value: "dictKey"
+                        }
+                    }, {
+                        label: '货物',
+                        span: 24,
+                        minRows: 2,
+                        prop: 'goods',
+                        type: 'textarea'
+                    },
+                    {
                         label: '备注',
                         span: 24,
                         minRows: 2,

+ 1 - 1
src/views/SpecialTrade/driver/index.vue

@@ -287,7 +287,7 @@ export default {
           search: true,
           prop: 'addressDetail'
         },{
-          label: '提单号',
+          label: '业务号',
           width: 140,
           index:3,
           search: true,