From cba0ef063a24b5b965bfa943cf1c8d2c8acba84a Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期四, 03 八月 2023 10:16:43 +0800
Subject: [PATCH] 排产 工艺路线的加工数量排产需要 生产入库 单据号改成流转卡号
---
WebTM/views/设备管理/设备档案/Gy_EquipFileMainList.html | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\346\241\243\346\241\210/Gy_EquipFileMainList.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\346\241\243\346\241\210/Gy_EquipFileMainList.html"
index 22c49c0..8c4f4c2 100644
--- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\346\241\243\346\241\210/Gy_EquipFileMainList.html"
+++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\346\241\243\346\241\210/Gy_EquipFileMainList.html"
@@ -133,7 +133,10 @@
get_FastQuery();
});
-
+ //閲嶇疆鎸夐挳
+ form.on('submit(btnReSearch)', function (data) {
+ get_Refresh();
+ });
//#endregion
@@ -239,7 +242,7 @@
var HNumber = $("#HNumber").val();
var HName = $("#HName").val();
if (HNumber) {
- sWhere += " and 璁惧缂栧彿 like '%" + HNumber + "%'";
+ sWhere += " and 璁惧浠g爜 like '%" + HNumber + "%'";
}
if (HName) {
sWhere += " and 璁惧鍚嶇О like '%" + HName + "%'";
--
Gitblit v1.9.1