Kaynağa Gözat

完善车队配载功能

阿伏兔 4 yıl önce
ebeveyn
işleme
7068eada71

+ 18 - 0
src/views/fleet/sendcar/AddOrUpdate.vue

@@ -738,6 +738,24 @@
                   prop="orderNo"
                   width="100"
                 />
+                 <el-table-column
+                  label="单据类型"
+                  align="center"
+                  prop="billKind"
+                  width="100"
+                 >
+                   <template slot-scope="scope">
+                    <span v-if="scope.row.billKind === 'NN'">直单</span>
+                    <span v-if="scope.row.billKind === 'MM'">主单</span>
+                    <span v-if="scope.row.billKind === 'MH'">从单</span>
+                   </template>
+                 </el-table-column>
+                 <el-table-column
+                  label="主单号"
+                  align="center"
+                  prop="mBillNo"
+                  width="100"
+                />
                 <el-table-column label="备注" align="center" prop="remarks">
                   <template slot-scope="scope">
                     <el-input

+ 14 - 0
src/views/track/cabinet/index.vue

@@ -764,6 +764,20 @@ export default {
           checked: 0,
           width: 100,
         },
+        {
+          surface: "37",
+          label: "mBillNo",
+          name: "主单号",
+          checked: 0,
+          width: 100,
+        },
+        {
+          surface: "38",
+          label: "billKind",
+          name: "单据类型",
+          checked: 0,
+          width: 100,
+        },
       ],
       allCheck: false,
       title: "",