From 5bfe19fe69faf564751de586f5219501fdf29efc Mon Sep 17 00:00:00 2001 From: 陈战涛 <chenzhantao7055@sina.com> Date: 星期四, 16 三月 2023 10:40:09 +0800 Subject: [PATCH] 调整手机APP3.5版本页面1 --- igds-app/js/admin/inout-out-record.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/igds-app/js/admin/inout-out-record.js b/igds-app/js/admin/inout-out-record.js index 1c89ee5..9a07053 100644 --- a/igds-app/js/admin/inout-out-record.js +++ b/igds-app/js/admin/inout-out-record.js @@ -75,9 +75,9 @@ 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>'; -- Gitblit v1.9.3