From ff46aac24533f0a7a5b0f6ada6a06bf956b72175 Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期一, 11 七月 2022 14:25:23 +0800 Subject: [PATCH] 维护 --- WebTM/views/生产管理/生产日计划工单/JIT_DayPlanBillList.html | 2 +- WebTM/views/生产管理/要料计划/JIT_NeedMaterPlanBillList.html | 2 +- WebTM/views/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WebTM/views/index.html b/WebTM/views/index.html index 97b8b50..d84793b 100644 --- a/WebTM/views/index.html +++ b/WebTM/views/index.html @@ -382,7 +382,7 @@ <a>鏃ヨ鍒掑伐鍗�</a> <dl class="layui-nav-child"> <dd><a lay-href="鐢熶骇绠$悊/鐢熶骇鏃ヨ鍒掑伐鍗�/JIT_DayPlanBillList.html" style="margin: 0 0 0 13px;">鏃ヨ鍒掑伐鍗曞垪琛�</a></dd> - <dd><a lay-href="鐢熶骇绠$悊/鐢熶骇鏃ヨ鍒掑伐鍗�/JIT_DayPlanBillEdit.html" style="margin: 0 0 0 13px;">鏃ヨ鍒掑伐鍗�</a></dd>--> + <!--<dd><a lay-href="鐢熶骇绠$悊/鐢熶骇鏃ヨ鍒掑伐鍗�/JIT_DayPlanBillEdit.html" style="margin: 0 0 0 13px;">鏃ヨ鍒掑伐鍗�</a></dd>--> </dl> </dd> <dd> diff --git "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\346\227\245\350\256\241\345\210\222\345\267\245\345\215\225/JIT_DayPlanBillList.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\346\227\245\350\256\241\345\210\222\345\267\245\345\215\225/JIT_DayPlanBillList.html" index 44b4cd6..00029ff 100644 --- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\346\227\245\350\256\241\345\210\222\345\267\245\345\215\225/JIT_DayPlanBillList.html" +++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\346\227\245\350\256\241\345\210\222\345\267\245\345\215\225/JIT_DayPlanBillList.html" @@ -319,7 +319,7 @@ sWhere += " and 鍗曟嵁鍙� like '%" + HBillNo + "%'"; } if (Organization) { - sWhere += " and 鐢熶骇缁勭粐 = '" + Organization + "'"; + sWhere += " and HProdORGID = '" + Organization + "'"; } if (HWorkShopIDName) { sWhere += " and 鐢熶骇杞﹂棿 = '" + HWorkShopIDName + "'"; diff --git "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\350\246\201\346\226\231\350\256\241\345\210\222/JIT_NeedMaterPlanBillList.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\350\246\201\346\226\231\350\256\241\345\210\222/JIT_NeedMaterPlanBillList.html" index 3163db1..9260b91 100644 --- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\350\246\201\346\226\231\350\256\241\345\210\222/JIT_NeedMaterPlanBillList.html" +++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\350\246\201\346\226\231\350\256\241\345\210\222/JIT_NeedMaterPlanBillList.html" @@ -260,7 +260,7 @@ sWhere += " and 鍗曟嵁鍙� like '%" + HBillNo + "%'"; } if (Organization) { - sWhere += " and 涓昏〃閲囪喘缁勭粐 = '" + Organization + "'"; + sWhere += " and HProdORGID = '" + Organization + "'"; } if (HWorkShopIDName) { sWhere += " and 杞﹂棿鍚嶇О = '" + HWorkShopIDName + "'"; -- Gitblit v1.9.1