From 0fc6123a213aa5568d3afb524f578d754de5933c Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期三, 19 十一月 2025 19:58:36 +0800
Subject: [PATCH] #盘点
---
src/main/webapp/views/checkOrder/checkOrder.html | 135 +++++++++++++-------------------------------
1 files changed, 40 insertions(+), 95 deletions(-)
diff --git a/src/main/webapp/views/checkOrder/checkOrder.html b/src/main/webapp/views/checkOrder/checkOrder.html
index af320b0..354848a 100644
--- a/src/main/webapp/views/checkOrder/checkOrder.html
+++ b/src/main/webapp/views/checkOrder/checkOrder.html
@@ -37,6 +37,10 @@
.btn-delete {
display: none;
}
+ .layui-table-view .layui-table-cell .layui-select-title .layui-input {
+ height: 28px;
+ line-height: 28px;
+ }
</style>
</head>
<body>
@@ -204,112 +208,53 @@
</div>
</form>
</script>
-<!-- 璁㈠崟浠诲姟杩芥函 -->
-<script id="wrkTraceDialog" type="text/html" style="position: relative">
- <div style="position: absolute; top: 0; left: 0;">
- <div class="layui-card" style="overflow: hidden;">
- <div class="layui-card-header" style="text-align: center;width: 80%;font-weight: inherit;font-size: 18px">{{ d.orderNo }}</div>
- <div class="layui-card-body">
- <div id="wrkTraceCharts" style="height: 300px;width: 400px;transform: translateX(-10%);"></div>
- </div>
- </div>
+
+<!-- 鍑哄簱棰勮 -->
+<script type="text/html" id="pakoutPreviewBox" style="display: none">
+ <div style="padding: 25px; line-height: 22px; background-color: #393D49; color: #fff; font-weight: 300;">
+ <span style="font-size: large; font-weight: bold">鍑哄簱棰勮</span>
</div>
- <div class="layui-row" >
- <div class="layui-col-md5">
- <h1 style="opacity: 0;">Hello World</h1>
+ <div class="layui-card">
+ <div class="layui-card-body" style="padding: 10px">
+ <table id="stoPreTab" lay-filter="stoPreTab"></table>
</div>
- <div class="layui-col-md7" style="">
- {{# if(d.list.length > 0){ }}
- <ul class="layui-timeline" style="height: 400px; overflow: scroll;">
- {{# layui.each(d.list, function(index, item){ }}
- <li class="layui-timeline-item">
- <i class="layui-icon layui-timeline-axis"></i>
- <div class="layui-timeline-content layui-text">
- <div class="layui-timeline-title">
- <h3 class="inline-block">
- {{ item.wrkNo }}
-
- {{# if(item.wrkMast.ioType < 100){ }}
- <span class="layui-badge layui-bg-blue" style="line-height: 20px;">
- {{ item.wrkMast.ioType$ }}
- </span>
- {{# } }}
-
- {{# if(item.wrkMast.ioType > 100){ }}
- <span class="layui-badge layui-bg-orange" style="line-height: 20px;">
- {{ item.wrkMast.ioType$ }}
- </span>
- {{# } }}
-
-
- {{# if(item.wrkMast.wrkSts < 14){ }}
- <span class="layui-badge layui-bg-red" style="line-height: 20px;">
- {{ item.wrkMast.wrkSts$ }}
- </span>
- {{# } }}
-
- {{# if(item.wrkMast.wrkSts >= 14){ }}
- <span class="layui-badge layui-bg-green" style="line-height: 20px;">
- {{ item.wrkMast.wrkSts$ }}
- </span>
- {{# } }}
-
- </h3> 
- {{ item.wrkMast.ioTime$ }}
- </div>
-
- <table class="layui-table" lay-skin="nob" style="width: 80%">
- <tbody>
- {{# layui.each(item.wrkDetls, function(idx, wrkDetl){ }}
- <tr style="background: none">
- <td>No.</td>
- <td><span class="layui-badge layui-bg-cyan">{{ idx+1 }}</span></td>
- </tr>
- <tr style="background: none">
- <td>鍝佸彿锛�</td>
- <td>{{ wrkDetl.matnr }}</td>
- </tr>
- <tr style="background: none">
- <td>鍝佸悕锛�</td>
- <td>{{ wrkDetl.maktx }}</td>
- </tr>
- <tr style="background: none">
- <td>瑙勬牸锛�</td>
- <td>{{ wrkDetl.specs }}</td>
- </tr>
- <tr style="background: none">
- <td>鏁伴噺锛�</td>
- <td style="font-weight: bold">{{ wrkDetl.anfme }}</td>
- </tr>
- <tr style="background: none">
- <td>鏉$爜锛�</td>
- <td style="font-weight: bold">{{ wrkDetl.zpallet }}</td>
- </tr>
- {{# }); }}
- </tbody>
- </table>
-
- <hr class="layui-border-cyan" style="width: 90%; opacity: .6;">
- </div>
- </li>
- {{# }); }}
- </ul>
- {{# } else { }}
- <div style="height: 350px;display: flex;justify-content: center;align-items: center;">
- <h2 style="font-weight: bold;letter-spacing: 2px">鏆傛棤浠诲姟</h2>
- </div>
- {{# } }}
- </div>
+ <button class="layui-btn layui-btn-primary layui-border-black layui-btn-sm" lay-filter="batchModifySta" lay-submit style="display: block;float: right;margin-right: 1rem">
+ 鎵归噺淇敼
+ </button>
</div>
+</script>
+<script type="text/html" id="tbBasicTbStaNos">
+ <div class="ew-select-fixed">
+ <select class="order-sta-select" lay-filter="tbBasicTbStaNos">
+ {{#if (d.staNos!=null) {}}
+ {{# for(let i=0; i<d.staNos.length; i++) { }}
+ <option value="{{d.staNos[i]}}">{{d.staNos[i]}}</option>
+ {{# } }}
+ {{# } }}
+ </select>
+ </div>
+</script>
+<script type="text/html" id="staBatchSelectDialog">
+ <form class="layui-form" style="padding: 25px 50px 30px 50px;text-align: center">
+ <select id="batchSelectStaBox" name="batchSta" lay-vertype="tips" lay-verify="required" required="">
+ </select>
+ <button style="margin-top: 30px" class="layui-btn" lay-filter="staBatchSelectConfirm" lay-submit="">纭畾</button>
+ </form>
+</script>
+<script type="text/template" id="batchStaSelectTpl">
+ <option value="">閫夋嫨鍑哄簱绔�</option>
+ {{#each list}}
+ <option value="{{this}}">{{this}}</option>
+ {{/each}}
</script>
<script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="../../static/js/handlebars/handlebars-v4.5.3.js"></script>
<script type="text/javascript" src="../../static/layui/layui.js" charset="utf-8"></script>
-<script type="text/javascript" src="../../static/js/echarts/echarts.min.js" charset="utf-8"></script>
<script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script>
<script type="text/javascript" src="../../static/js/cool.js" charset="utf-8"></script>
+<script type="text/javascript" src="../../static/js/tools/md5.js"></script>
<script type="text/javascript" src="../../static/js/checkOrder/checkOrder.js" charset="utf-8"></script>
<script type="text/template" id="docTypeTpl">
--
Gitblit v1.9.1