From 06e6a865eaf3d910179671596e88fa687f109448 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期三, 08 十二月 2021 19:17:15 +0800
Subject: [PATCH] 工序返工单
---
WebTM/views/IpadIndex.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/WebTM/views/IpadIndex.html b/WebTM/views/IpadIndex.html
index f33de6c..5ca84a3 100644
--- a/WebTM/views/IpadIndex.html
+++ b/WebTM/views/IpadIndex.html
@@ -131,6 +131,7 @@
//閫変腑璧勬簮
function Check(obj, i) {
+ wktag = 0;
$("#btomleft").html("");
$("#topright").html("");
var partid = $(obj).parent().attr("id"); //鑾峰彇鐖剁骇id
@@ -1005,13 +1006,13 @@
</div>
</div>
<div class="layui-col-sm12 layui-col-md4" onclick="OpenMaterToSource(event,this)">
- <div class="cnt bottomright" style="pointer-events:none; background-color:rgb(0 0 0 / 10%)">
+ <div class="cnt bottomright">
<span class="layui-icon layui-icon-engine imgicon"></span>
<span class="imgtitle">涓婃枡闃插憜</span>
</div>
</div>
<div class="layui-col-sm12 layui-col-md4" onclick="BadGather(event,this)">
- <div class="cnt bottomright" style="pointer-events:none; background-color:rgb(0 0 0 / 10%)">
+ <div class="cnt bottomright">
<span class="layui-icon layui-icon-chart imgicon"></span>
<span class="imgtitle">涓嶈壇閲囬泦</span>
</div>
--
Gitblit v1.9.1