From e212985987fb14f2cf06d566f7457b0ca89f1e7e Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 09 四月 2024 14:29:04 +0800
Subject: [PATCH] 销售订单下推生产订单、生产订单下推工序流转卡:将销售订单号带入为订单跟踪号 HPlanOrderProcNo varchar(100) //订单跟踪号
---
WebTM/views/车间管理/工序流转卡/Sc_ProcessExchangeBill_Mul.html | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254\345\215\241/Sc_ProcessExchangeBill_Mul.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254\345\215\241/Sc_ProcessExchangeBill_Mul.html"
index 372190a..86b83e9 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254\345\215\241/Sc_ProcessExchangeBill_Mul.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254\345\215\241/Sc_ProcessExchangeBill_Mul.html"
@@ -237,6 +237,12 @@
<input type="text" class="layui-input" name="HColorRemark" id="HColorRemark">
</div>
</div>
+ <div class="layui-inline">
+ <label class="layui-form-label" style="width: 85px;">璁㈠崟璺熻釜鍙�</label>
+ <div class="layui-input-block" style="margin-left: 120px;">
+ <input type="text" class="layui-input" name="HPlanOrderProcNo" id="HPlanOrderProcNo" value="" style="background-color:#efefef4d;" readonly>
+ </div>
+ </div>
</div>
</div>
</div>
@@ -775,6 +781,8 @@
//$("#HAuxUnit").val(data1.data[0].HAuxUnit);
$("#HMaterModel").val(data1.data[0].瑙勬牸鍨嬪彿);
+ $("#HPlanOrderProcNo").val(data1.data[0].HPlanOrderProcNo);
+
$.ajax({
type: "get",
url: GetWEBURL() + "LEMS/Gy_RoutingBillList",
--
Gitblit v1.9.1