| | |
| | | sort: true, |
| | | }, |
| | | { |
| | | field: 'containerdtl_goodsWeight', |
| | | title: 'æµééé', |
| | | type: 'string', |
| | | 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ï¼ |
| | | align: 'left', |
| | | sort: true, |
| | | width: 180, // æ¾å¼è®¾ç½®å®½åº¦ï¼é¿å
宽度为0 |
| | | }, |
| | | { |
| | | field: 'containerdtl_standardResult', |
| | |
| | | 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', |
| | |
| | | align: 'left', |
| | | }, |
| | | { |
| | | field: 'containerdtl_text3', |
| | | title: '夿£ç»æ', |
| | | type: 'string', |
| | | width: 120, |
| | | hidden: false, |
| | | align: 'left', |
| | | }, |
| | | { |
| | | field: 'containerdtl_createtime', |
| | | title: 'å建æ¶é´', |
| | | type: 'datetime', |