igds-app/inout-real.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
igds-app/js/admin/inout-in-handle-list.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
igds-app/js/admin/inout-in-record.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
igds-app/js/admin/inout-out-record.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
igds-app/js/admin/inout-real.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
igds-app/inout-real.html
@@ -97,7 +97,7 @@ </li> <li> <div class="con" style="background-image: url(images/icons/g-i24.png);"> 结算重量:<span><em>3000</em>KG</span> 当前流程:<span>值仓</span> </div> </li> </ul> @@ -122,7 +122,7 @@ </li> <li> <div class="con" style="background-image: url(images/icons/g-i24.png);"> 结算重量:<span><em>3000</em>KG</span> 当前流程:<span><em>值仓</em>KG</span> </div> </li> </ul> igds-app/js/admin/inout-in-handle-list.js
@@ -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>'; }) igds-app/js/admin/inout-in-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>'; 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>'; igds-app/js/admin/inout-real.js
@@ -69,14 +69,14 @@ '</span></div>'; html += '<ul class="g-listb2">'; 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 += '车牌号:<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 ? "" : item.recordWeight) + '</em>KG</span></div></li>'; html += '当前流程:<span>' + (item.progressName == null ? "-" : item.progressName) + '</span></div></li>'; html += '</ul></div>'; }) } else {