From b4b3628e82043242f6fbb6d24a925655902184fb Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期六, 04 九月 2021 21:14:29 +0800
Subject: [PATCH] 工序进站单、出站单增加过滤条件,工单号、单据号、流转卡号 放开工作中禁用,可编辑选择
---
WebTM/views/IpadIndex.html | 12 ++++--------
1 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/WebTM/views/IpadIndex.html b/WebTM/views/IpadIndex.html
index e5309bf..ab1cbc3 100644
--- a/WebTM/views/IpadIndex.html
+++ b/WebTM/views/IpadIndex.html
@@ -762,14 +762,10 @@
success: function (dom, index) {
var data = [];
data.push({
- "workcode": workcode,
- "HSourceID": HSourceID1,
- "HSourceName": HSourceName1,
- "HICMOInterID": HICMOInterID,
- "HICMOEntryID": HICMOEntryID,
- "HMaker": sessionStorage["HUserName"], //sessionStorage["HUserName"]
- "Czybm": sessionStorage["Czybm"],
- //"HEmpID": "0", //sessionStorage["HEmpID"]
+ "HBillType": HBillType,
+ "HSourceInterID": HSourceInterID,
+ "HSourceEntryID": HSourceEntryID,
+ "HSourceBillNo": HSourceBillNo,
"HSourceBillType": HSourceBillType
});
--
Gitblit v1.9.1