From e63e2d1d2b0354896dc6aaea0e3a13cdb25f7eed Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期一, 14 十月 2024 13:41:34 +0800
Subject: [PATCH] 添康到货确认模块只传单据id
---
WebTM/views/生产管理/报工台工序/防错/Sc_Add_MaterToSourceStepBillList.html | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\212\245\345\267\245\345\217\260\345\267\245\345\272\217/\351\230\262\351\224\231/Sc_Add_MaterToSourceStepBillList.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\212\245\345\267\245\345\217\260\345\267\245\345\272\217/\351\230\262\351\224\231/Sc_Add_MaterToSourceStepBillList.html"
index 5cd71c0..c40bce5 100644
--- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\212\245\345\267\245\345\217\260\345\267\245\345\272\217/\351\230\262\351\224\231/Sc_Add_MaterToSourceStepBillList.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\212\245\345\267\245\345\217\260\345\267\245\345\272\217/\351\230\262\351\224\231/Sc_Add_MaterToSourceStepBillList.html"
@@ -159,6 +159,8 @@
<label class="layui-form-label">娴佽浆鍗″彿:</label>
<div class="layui-input-inline">
<input class="layui-input" name="HProcExchBillNo" lay-verify="HProcExchBillNo" id="HProcExchBillNo" disabled autocomplete="off">
+ <input id="HProcExchInterID" name="HProcExchInterID" type="hidden" /> <!--娴佽浆鍗′富id-->
+ <input id="HProcExchEntryID" name="HProcExchEntryID" type="hidden" /> <!--娴佽浆鍗″瓙id-->
<input id="HSourceInterID" name="HSourceInterID" type="hidden" />
<input id="HSourceEntryID" name="HSourceEntryID" type="hidden" />
<input type="hidden" name="HSourceBillNo" id="HSourceBillNo">
@@ -948,6 +950,8 @@
, "HICMOInterID": data.HICMOInterID
, "HICMOEntryID": data.HICMOEntryID
, "HProcExchBillNo": data.宸ュ簭娴佽浆鍗″彿
+ , "HProcExchInterID": data.HProcExchInterID
+ , "HProcExchEntryID": data.HProcExchEntryID
, "HProcExchQty": ""
, "HSourceInterID": data.HMainSourceInterID
, "HSourceEntryID": data.HMainSourceEntryID
--
Gitblit v1.9.1