From 753c62e44d59ea702e3c95a5a0160cfed3c05e42 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 13 四月 2021 18:25:04 +0800 Subject: [PATCH] # --- src/main/webapp/views/order/order.html | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/order/order.html b/src/main/webapp/views/order/order.html index 4b6e9a5..022600f 100644 --- a/src/main/webapp/views/order/order.html +++ b/src/main/webapp/views/order/order.html @@ -109,6 +109,10 @@ </div> </div> +<script type="text/html" id="docTypeTpl"> + <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-sm layui-btn-danger" lay-event="stockOut" style="font-size: 16px">鎷h揣鍗�</a> -- Gitblit v1.9.1