From 716ce196a6360cd0729d20723d7d49894bfbbc28 Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期二, 09 五月 2023 17:21:44 +0800 Subject: [PATCH] 出库值仓 --- igds-app/js/admin/inout-in-handle-list.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/igds-app/js/admin/inout-in-handle-list.js b/igds-app/js/admin/inout-in-handle-list.js index f845638..5fa693f 100644 --- a/igds-app/js/admin/inout-in-handle-list.js +++ b/igds-app/js/admin/inout-in-handle-list.js @@ -46,7 +46,7 @@ renderData(); } else { renderData(); - mui.toast(result.mag); + mui.toast(result.msg); } }, error: function() { @@ -66,13 +66,13 @@ html += '<a href="" class="link">鍊间粨<span class="mui-icon mui-icon-arrowright"></span></a>'; html += '</div><div class="box">'; html += '<div class="item"><div class="conbox" style="background-image: url(images/icons/g-i19.png);">'; - html += '<div class="h3">' + (item.depotId == null ? "" : item.depotId) + '</div>'; + html += '<div class="h3">' + (item.depotName == null ? "" : item.depotName) + '</div>'; html += '<div class="bot">鐩爣浠撳簱</div></div></div>'; html += '<div class="item"><div class="conbox" style="background-image: url(images/icons/g-i20.png);">'; - html += '<div class="h3">' + (item.foodVariety == null ? "" : item.foodVariety) + '</div>'; + html += '<div class="h3">' + (item.foodVarietyName == null ? "" : item.foodVarietyName) + '</div>'; html += '<div class="bot">绮鍝佺</div></div></div>'; html += '<div class="item"><div class="conbox" style="background-image: url(images/icons/g-i21.png);">'; - html += '<div class="h3">' + (item.foodLevel == null ? "" : item.foodLevel) + '</div>'; + html += '<div class="h3">' + (item.foodLevelName == null ? "" : item.foodLevelName) + '</div>'; html += '<div class="bot">绮绛夌骇</div></div></div>'; html += '</div></div></li>'; }) -- Gitblit v1.9.3