From 6a0eb7a49b2c70633bde26fcf87192523354f07c Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期三, 21 七月 2021 23:56:12 +0800
Subject: [PATCH] nothing
---
WebTM/views/生产管理/生产停工单/Sc_Add_MESStopWorkBillList.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\345\201\234\345\267\245\345\215\225/Sc_Add_MESStopWorkBillList.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\345\201\234\345\267\245\345\215\225/Sc_Add_MESStopWorkBillList.html"
index c053dee..0a49c22 100644
--- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\345\201\234\345\267\245\345\215\225/Sc_Add_MESStopWorkBillList.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\345\201\234\345\267\245\345\215\225/Sc_Add_MESStopWorkBillList.html"
@@ -93,7 +93,7 @@
</div>
<div class="layui-card-body">
<div class="layui-tab layui-tab-brief" lay-filter="docDemoTabBrief">
- <h1 style="text-align:center;"><b>瀹屽伐鍗�</b></h1>
+ <h1 style="text-align:center;"><b>鍋滃伐鍗�</b></h1>
<div class="layui-tab-content">
<div class="layui-tab layui-tab-card">
<ul class="layui-tab-title">
@@ -422,7 +422,7 @@
$.ajax({
url: GetWEBURL() + "/Web/GetMAXNum",
type: "GET",
- data: { "HBillType": '3788' },
+ data: { "HBillType": '3702' },
success: function (d) {
$("#HBillNo").val(d.data[0].HBillNo);
$("#HInterID").val(0);
@@ -463,7 +463,7 @@
"HSourceInterID": HSourceInterID,
"HSourceEntryID": HSourceEntryID,
"HSourceBillNo": HSourceBillNo,
- "HSourceBillType": HSourceBillType
+ "HSourceBillType": HBillType
},
dataType: "json",
success: function (data) {
--
Gitblit v1.9.1