xiaojiao
2026-03-23 f02d3a8ffc05a10a64859b2a16d5d43c8abb0fb9
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/services/container/VV_ContainerInfo.vue
@@ -292,6 +292,17 @@
        width: 120,
        align: 'left',
        sort: true,
        formatter: function(row, column) {
        // èŽ·å–åŽŸå§‹å€¼
        const originalValue = row.containerdtl_text3;
        // è½¬æ¢é€»è¾‘示例1:空值处理 + æ‹¼æŽ¥å•位(最常用)
        if (originalValue == "未复检") {
          return '未测量'; // ç©ºå€¼æ—¶æ˜¾ç¤ºâ€œæœªæµ‹é‡â€
        }else{
          return originalValue; // å…¶ä»–情况显示原始值
        }
      }
      },
      {
        field: 'location_state',
@@ -352,7 +363,6 @@
        type: 'string',
        width: 90,
        align: 'left',
        hidden: true
      },
      {
        field: 'containerdtl_ProductDate',