From 6e7865b1f1c3d310019987f52d7e145cde691942 Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期五, 19 五月 2023 11:16:23 +0800 Subject: [PATCH] 细节调整 --- igds-app/js/admin/inout-out-record.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/igds-app/js/admin/inout-out-record.js b/igds-app/js/admin/inout-out-record.js index 1c89ee5..bf8e389 100644 --- a/igds-app/js/admin/inout-out-record.js +++ b/igds-app/js/admin/inout-out-record.js @@ -75,18 +75,18 @@ html += '<li><div class="con" style="background-image: url(images/icons/g-i24.png);">'; html += '杞︾墝鍙�:<b>' + (item.plateNum == null ? "" : item.plateNum) + '</b></div></li>'; html += '<li><div class="con" style="background-image: url(images/icons/g-i25.png);">'; - html += '浠撳簱鍚嶇О:<b>' + (item.depotId == null ? "" : item.depotId) + '</b></div></li>'; + html += '浠撳簱鍚嶇О:<b>' + (item.depotName == null ? "" : item.depotName) + '</b></div></li>'; html += '<li><div class="con" style="background-image: url(images/icons/g-i32.png);">'; - html += '绮鍝佺:<b>' + (item.foodVariety == null ? "" : item.foodVariety) + '</b></div></li>'; + html += '绮鍝佺:<b>' + (item.foodVarietyName == null ? "" : item.foodVarietyName) + '</b></div></li>'; html += '<li><div class="con" style="background-image: url(images/icons/g-i24.png);">'; html += '缁撶畻閲嶉噺:<span><em>' + (item.recordWeight == null ? "0" : item.recordWeight) + '</em>KG</span></div></li>'; html += '</ul><div class="time">瀹屾垚鏃堕棿锛�' + getStrDate(item.completeTime) + '</div></div>'; }) } else { - html += '<div class="id" style="text-align: center;font-size: 20px;color:#dd524d">鎵�閫夋棩鏈熸殏鏃犲叆搴撹褰曚俊鎭�</div>'; + html += '<div class="id" style="text-align: center;font-size: 20px;color:#dd524d">鎵�閫夋棩鏈熸殏鏃犲嚭搴撹褰曚俊鎭�</div>'; } }else{ - html += '<div class="id" style="text-align: center;font-size: 20px;color:#dd524d">鎵�閫夋棩鏈熸殏鏃犲叆搴撹褰曚俊鎭�</div>'; + html += '<div class="id" style="text-align: center;font-size: 20px;color:#dd524d">鎵�閫夋棩鏈熸殏鏃犲嚭搴撹褰曚俊鎭�</div>'; } $("#sum").html(sumHtml); $("#recordList").html(html); -- Gitblit v1.9.3