From 5be22fea829c4ad5f185df3b558c076314b22b1b Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期一, 01 七月 2024 17:23:22 +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 e2e590a..c1b44b4 100644
--- a/WebTM/views/IpadIndex.html
+++ b/WebTM/views/IpadIndex.html
@@ -1160,7 +1160,8 @@
var data = [];
data.push({
"HICMOBillNo": HICMOBillNo,//宸ュ崟鍙�
- "HSourceName": HSBName //璁惧
+ "HSourceName": HSBName, //璁惧
+ "HSourceBillNo": HSourceBillNo //宸ュ簭娴佽浆鍗�
});
//閫氳繃绱㈠紩鑾峰彇鍒板綋鍓峣frame寮瑰嚭灞�
@@ -1404,7 +1405,7 @@
</div>
</div>
<div class="layui-col-sm12 layui-col-md4" onclick="Abnormal(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-unlink imgicon"></span>
<span class="imgtitle">寮傚父</span>
</div>
--
Gitblit v1.9.1