From 42432fc759ca367028b53884b50f40da60fc79d8 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期二, 29 四月 2025 10:47:02 +0800
Subject: [PATCH] 三升要料报表添加字段客户订单号

---
 WebTM/views/计划管理/工艺路线/Gy_RoutingBill.html                |    2 +-
 WebTM/views/生产管理/日计划报表/ReportWorkDemandPlanBillList.html |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/ReportWorkDemandPlanBillList.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/ReportWorkDemandPlanBillList.html"
index b14df31..dce7ecf 100644
--- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/ReportWorkDemandPlanBillList.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/ReportWorkDemandPlanBillList.html"
@@ -250,7 +250,8 @@
             columns.push({ type: 'checkbox', fixed: 'left', sort: true});
             columns.push({ field: '缁勭粐', title: '鐢熶骇缁勭粐', sort: true});
             columns.push({ field: '閮ㄩ棬', title: '鐢熶骇杞﹂棿', sort: true});
-            columns.push({ field: 'FSUMQTY', title: '鍚堣', sort: true});
+            columns.push({ field: 'FSUMQTY', title: '鍚堣', sort: true });
+            columns.push({ field: '瀹㈡埛璁㈠崟鍙�', title: '瀹㈡埛璁㈠崟鍙�', sort: true });
             columns.push({ field: '鐗╂枡鍚嶇О', title: '鐗╂枡鍚嶇О', sort: true});
             columns.push({ field: '瑙勬牸鍨嬪彿', title: '鐗╂枡瑙勬牸', sort: true});
             columns.push({ field: 'HICMOBillNo', title: '鐢熶骇璁㈠崟鍙�', sort: true});
diff --git "a/WebTM/views/\350\256\241\345\210\222\347\256\241\347\220\206/\345\267\245\350\211\272\350\267\257\347\272\277/Gy_RoutingBill.html" "b/WebTM/views/\350\256\241\345\210\222\347\256\241\347\220\206/\345\267\245\350\211\272\350\267\257\347\272\277/Gy_RoutingBill.html"
index b5a1f52..9b28a56 100644
--- "a/WebTM/views/\350\256\241\345\210\222\347\256\241\347\220\206/\345\267\245\350\211\272\350\267\257\347\272\277/Gy_RoutingBill.html"
+++ "b/WebTM/views/\350\256\241\345\210\222\347\256\241\347\220\206/\345\267\245\350\211\272\350\267\257\347\272\277/Gy_RoutingBill.html"
@@ -3048,7 +3048,7 @@
                         //}
 
                         //else {
-                        //    if (option.data[i]["HCenterID"] == "0") {
+                        //    if (option.data[i]["HCenterID"] == "0"&&option.data[i]["宸ュ簭浠g爜"] != "9999") {
                         //        layer.msg("绗�" + (i + 1) + "琛�:宸ヤ綔涓績涓嶈兘涓虹┖!");
                         //        return false;
                         //    }

--
Gitblit v1.9.1