|
@@ -41,6 +41,35 @@
|
|
|
|
|
|
|
|
</ele-pro-table>
|
|
</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>
|
|
</ele-modal>
|
|
|
</template>
|
|
</template>
|