Przeglądaj źródła

change: cargo.子表增加reference列.

peter 3 tygodni temu
rodzic
commit
30387d0c0c
1 zmienionych plików z 9 dodań i 0 usunięć
  1. 9 0
      src/pages/cargo-consolidation-request/index.vue

+ 9 - 0
src/pages/cargo-consolidation-request/index.vue

@@ -547,6 +547,15 @@
             ></el-input>
           </template>
         </el-table-column>
+        <el-table-column
+          label="Reference"
+          fixed="right"
+          width="90"
+        >
+          <template #default="scope">
+            <div class="">{{ scope.row.Reference || scope.row.PO_Number }}</div>
+          </template>
+        </el-table-column>
       </el-table>
 
       <el-drawer