Browse Source

宝悦 入库申请单详情

2213980799@qq.com 1 year ago
parent
commit
047970f978
1 changed files with 29 additions and 0 deletions
  1. 29 0
      src/views/warehousing/components/tgDetails.vue

+ 29 - 0
src/views/warehousing/components/tgDetails.vue

@@ -41,6 +41,35 @@
 
     </ele-pro-table>
 
+    <ele-pro-table v-if="clientEnvironmentId == 4" :columns="columns" :datasource="tableList" cache-key="tgDetails" height="calc(100vh - 350px)"
+      :need-page="false">
+
+
+      
+
+      <template v-slot:packingWeight="{ row }">
+        {{ row.packingWeight }} {{  row.weightUnit}}
+      </template>
+
+
+
+      <template v-slot:materielCode="{ row }">
+        {{ row.extInfo.materielCode }}
+      </template>
+
+
+      <template v-slot:clientCode="{ row }">
+        {{ row.extInfo.clientCode }}
+      </template>
+
+
+      <template v-slot:engrave="{ row }">
+        {{ row.extInfo.engrave }}
+      </template>
+
+
+
+    </ele-pro-table>
 
   </ele-modal>
 </template>