From bd6095e7af86faf7ed0a5ca188775aeac7b031f2 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期二, 06 九月 2022 09:40:55 +0800 Subject: [PATCH] Merge branch 'zypms' of http://47.97.1.152:5880/r/wms_saas into zypms --- src/main/webapp/views/receive/receive.html | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/views/receive/receive.html b/src/main/webapp/views/receive/receive.html index f8185eb..ea2a0d6 100644 --- a/src/main/webapp/views/receive/receive.html +++ b/src/main/webapp/views/receive/receive.html @@ -112,13 +112,17 @@ <span name="docType" class="layui-badge layui-badge-gray">{{d.docType$}}</span> </script> -<script type="text/html" id="operate"> - {{#if (d.settle == 1){ }} - <a class="layui-btn layui-btn-xs layui-btn-danger" lay-event="stockOut" style="font-size: 16px">鎷h揣鍗�</a> - {{# } }} - {{#if (d.settle == 2 || d.settle == 4){ }} +<!--<script type="text/html" id="operate">--> +<!-- <a class="layui-btn layui-btn-xs layui-btn-normal" lay-event="print" style="font-size: 16px">鎵撳嵃</a>--> +<!-- {{#if (d.settle == 1){ }}--> +<!-- <a class="layui-btn layui-btn-xs layui-btn-danger" lay-event="stockOut" style="font-size: 16px">鎷h揣鍗�</a>--> +<!-- {{# } }}--> +<!-- {{#if (d.settle == 2 || d.settle == 4){ }}--> + +<!-- {{# } }}--> +<!--</script>--> +<script type="text/html" id="printBar"> <a class="layui-btn layui-btn-xs layui-btn-normal" lay-event="print" style="font-size: 16px">鎵撳嵃</a> - {{# } }} </script> <script type="text/html" id="settleTpl"> -- Gitblit v1.9.1