xiaojiao
7 天以前 b532ba8806996246ab7a0896bf34b884c47dee7e
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/services/container/VV_ContainerInfo.vue
@@ -270,6 +270,14 @@
        sort: true,
      },
      {
        field: 'Standard_value',
        title: '合格证重量',
        type: 'string', // æŠŠ string æ”¹æˆ text(很多封装组件认 text è€Œéž string)
        align: 'left',
        sort: true,
        width: 140, // æ˜¾å¼è®¾ç½®å®½åº¦ï¼Œé¿å…å®½åº¦ä¸º0
      },
      {
        field: 'containerdtl_goodsWeight',
        title: '测量重量',
        type: 'int', // æŠŠ string æ”¹æˆ text(很多封装组件认 text è€Œéž string)
@@ -292,6 +300,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 +371,6 @@
        type: 'string',
        width: 90,
        align: 'left',
        hidden: true
      },
      {
        field: 'containerdtl_ProductDate',