From c3b60d865c3457c35054446e81b352e93e00a696 Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期一, 12 一月 2026 18:31:11 +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