From c5f01e9a882b16f534166d033312c5c8ba8d94dd Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期六, 24 一月 2026 14:35:21 +0800
Subject: [PATCH] 离开北京前最后的版本,包含打印机程序
---
项目代码/WMS/WIDESEA_WMSClient/src/extension/services/container/VV_ContainerInfo.js | 21 +++++++++------------
1 files changed, 9 insertions(+), 12 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/services/container/VV_ContainerInfo.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/services/container/VV_ContainerInfo.js"
index 2e4316e..c05f965 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/services/container/VV_ContainerInfo.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/services/container/VV_ContainerInfo.js"
@@ -14,20 +14,17 @@
buttons: { view: [], box: [], detail: [] },//鎵╁睍鐨勬寜閽�
methods: {//浜嬩欢鎵╁睍
onInit() {
+ // this.columns.forEach(x => {
- this.columns.forEach(x => {
+ // if (x.field == "containerdtl_goodsWeight") {
+ // x.render = (h, { row, column, index }) => {
+ // if (row.materiel_id == "CRH1A" || row.materiel_id == "CRH380B") {
+ // return h('span', row.containerdtl_goodsWeight);
+ // }
- if (x.field == "containerdtl_goodsWeight") {
- x.render = (h, { row, column, index }) => {
- if (row.materiel_id == "CRH1A" || row.materiel_id == "CRH380B") {
- return h('span', row.containerdtl_goodsWeight);
- }
-
- }
- }
- });
-
-
+ // }
+ // }
+ // });
this.http.post("/api/VV_ContainerInfo/Getgqrkts", null, false).then(x => {
this.$alert(
`<strong style="font-size: 20px; color: #ff0000;">
--
Gitblit v1.9.3