xiaojiao
7 小时以前 557f02072fa311eefe3123aa44afebac22adc465
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/services/container/VV_ContainerInfo.vue
@@ -94,6 +94,13 @@
          field: 'location_islocked',
          type: 'select',
        },
        {
        field: 'containerdtl_lotNumber',
        title: '轴承单号',
        type: 'text',
        width: 130,
        align: 'left',
      },
      ],
      [
        
@@ -248,6 +255,14 @@
        sort: true,
      },
      {
        field: 'Placeoforigin',
        title: '产地',
        type: 'string',
        width: 110,
        align: 'left',
        sort: true,
      },
      {
        field: 'location_id',
        title: '货位编号',
        type: 'string',
@@ -268,6 +283,22 @@
        type: 'string',
        align: 'left',
        sort: true,
      },
      {
        field: 'Standard_value',
        title: '合格证重量',
        type: 'string', // æŠŠ string æ”¹æˆ text(很多封装组件认 text è€Œéž string)
        align: 'left',
        sort: true,
        width: 140, // æ˜¾å¼è®¾ç½®å®½åº¦ï¼Œé¿å…å®½åº¦ä¸º0
      },
      {
        field: 'Standard_value_NumResult',
        title: '合格证计算结果数值',
        type: 'string', // æŠŠ string æ”¹æˆ text(很多封装组件认 text è€Œéž string)
        align: 'left',
        sort: true,
        width: 140, // æ˜¾å¼è®¾ç½®å®½åº¦ï¼Œé¿å…å®½åº¦ä¸º0
      },
      {
        field: 'containerdtl_goodsWeight',
@@ -292,6 +323,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 +394,6 @@
        type: 'string',
        width: 90,
        align: 'left',
        hidden: true
      },
      {
        field: 'containerdtl_ProductDate',