xiaojiao
2026-03-23 f02d3a8ffc05a10a64859b2a16d5d43c8abb0fb9
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/services/container/VV_ContainerInfo.vue
@@ -272,9 +272,10 @@
      {
        field: 'containerdtl_goodsWeight',
        title: '测量重量',
        type: 'string',
        type: 'int', // æŠŠ string æ”¹æˆ text(很多封装组件认 text è€Œéž string)
        align: 'left',
        sort: true,
        width: 180, // æ˜¾å¼è®¾ç½®å®½åº¦ï¼Œé¿å…å®½åº¦ä¸º0
      },
      {
        field: 'containerdtl_standardResult',
@@ -291,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',
@@ -530,6 +542,14 @@
        align: 'left',
      },
      {
        field: 'containerdtl_text3',
        title: '复检结果',
        type: 'string',
        width: 120,
        hidden: false,
        align: 'left',
      },
      {
        field: 'containerdtl_createtime',
        title: '创建时间',
        type: 'datetime',