From 07cf94734c36d4eae6ddbc4dd338bf5af81a2193 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期一, 28 十月 2024 16:11:39 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI
---
WebTM/views/公共页面/Kf_SourceBillEditDlg_PDA.html | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git "a/WebTM/views/\345\205\254\345\205\261\351\241\265\351\235\242/Kf_SourceBillEditDlg_PDA.html" "b/WebTM/views/\345\205\254\345\205\261\351\241\265\351\235\242/Kf_SourceBillEditDlg_PDA.html"
index d72f20d..1af7cc6 100644
--- "a/WebTM/views/\345\205\254\345\205\261\351\241\265\351\235\242/Kf_SourceBillEditDlg_PDA.html"
+++ "b/WebTM/views/\345\205\254\345\205\261\351\241\265\351\235\242/Kf_SourceBillEditDlg_PDA.html"
@@ -46,6 +46,14 @@
<input type="text" name="HMater" id="HMater" lay-verify="HMater" onkeyup="value=value.replace(/\s+/g,'')" autocomplete="off" class="layui-input" onfocus="this.select();">
</div>
</div>
+ <div class="layui-row">
+ <div class="layui-col-xs3">
+ <label class="layui-form-label" style="width:60px;padding-left:0px;">鍏宠仈椤�</label>
+ </div>
+ <div class="layui-col-xs9">
+ <input type="text" name="HCustom" id="HCustom" lay-verify="HCustom" onkeyup="value=value.replace(/\s+/g,'')" autocomplete="off" class="layui-input" onfocus="this.select();">
+ </div>
+ </div>
<div class="layui-row" style="margin-top: 10px; margin-bottom: 10px; float: right;">
<button type="button" lay-submit="" lay-filter="cmdQuery" class="layui-btn" id="cmdQuery">鏌ヨ</button>
<button type="button" lay-submit="" lay-filter="cmdOK" class="layui-btn" id="cmdOK">杩斿洖</button>
@@ -93,6 +101,7 @@
var HMaker = sessionStorage["HUserName"]
var HSourceBillNo = "";
var HMater = "";
+ var HCustom = "";
var listOption = [];
var columns = "";
var HModName = "Kf_SourceBillEditDlg_PDA";
@@ -186,6 +195,7 @@
form.on('submit(cmdQuery)', function () {
HSourceBillNo = $("#HSourceBillNo").val();
HMater = $("#HMater").val();
+ HCustom = $("#HCustom").val();
//鏄剧ず鐗╂枡鍒楄〃淇℃伅
DisBillEntryList();
});
@@ -223,7 +233,7 @@
type: "GET",
url: GetWEBURL() + '/WEBSController/GetSourceBillList_Json',
async: true, //async鐢ㄤ簬鎺у埗锛坒alse锛夊悓姝ュ拰锛坱rue锛夊紓姝ワ紝榛樿鐨勬槸true锛屽嵆璇锋眰榛樿鐨勬槸寮傛璇锋眰
- data: { "HBillType": HBillType, "HSourceBillType": HSourceBillType, "HStockOrgID": HStockOrgID, "HSourceBillNo": HSourceBillNo, "HMater": HMater },
+ data: { "HBillType": HBillType, "HSourceBillType": HSourceBillType, "HStockOrgID": HStockOrgID, "HSourceBillNo": HSourceBillNo, "HMater": HMater, "HCustom": HCustom },
success: function (result) {
if (result.count == 1) { // 璇存槑楠岃瘉鎴愬姛浜嗭紝
var data = [];
--
Gitblit v1.9.1