소스 검색

系统编号

qukaidi 4 년 전
부모
커밋
806db4f2c3
2개의 변경된 파일23개의 추가작업 그리고 9개의 파일을 삭제
  1. 11 4
      src/views/fleet/plans/index.vue
  2. 12 5
      src/views/fleet/scheduling/index.vue

+ 11 - 4
src/views/fleet/plans/index.vue

@@ -470,34 +470,41 @@ export default {
         },
         {
           surface: "2",
+          label: "billNo",
+          name: "系统编号",
+          checked: 0,
+          width: 100,
+        },
+        {
+          surface: "3",
           label: "createTime",
           name: "制单日期",
           checked: 0,
           width: 100,
         },
         {
-          surface: "3",
+          surface: "4",
           label: "loadDate",
           name: "提箱日期",
           checked: 0,
           width: 100,
         },
         {
-          surface: "4",
+          surface: "5",
           label: "billType",
           name: "业务类型",
           checked: 0,
           width: 100,
         },
         {
-          surface: "5",
+          surface: "6",
           label: "transType",
           name: "运输方式",
           checked: 0,
           width: 100,
         },
         {
-          surface: "6",
+          surface: "7",
           label: "transProp",
           name: "运输性质",
           checked: 0,

+ 12 - 5
src/views/fleet/scheduling/index.vue

@@ -307,7 +307,7 @@
         fixed="left"
       >
         <template slot-scope="scope">
-            <el-link :underline="false" type="primary"
+          <el-link :underline="false" type="primary"
             ><div @click="handleUpdate(scope.row)">
               {{ scope.row.mblno }}
             </div></el-link
@@ -447,34 +447,41 @@ export default {
         },
         {
           surface: "2",
+          label: "billNo",
+          name: "系统编号",
+          checked: 0,
+          width: 100,
+        },
+        {
+          surface: "3",
           label: "createTime",
           name: "制单日期",
           checked: 0,
           width: 100,
         },
         {
-          surface: "3",
+          surface: "4",
           label: "loadDate",
           name: "提箱日期",
           checked: 0,
           width: 100,
         },
         {
-          surface: "4",
+          surface: "5",
           label: "billType",
           name: "业务类型",
           checked: 0,
           width: 100,
         },
         {
-          surface: "5",
+          surface: "6",
           label: "transType",
           name: "运输方式",
           checked: 0,
           width: 100,
         },
         {
-          surface: "6",
+          surface: "7",
           label: "transProp",
           name: "运输性质",
           checked: 0,