From 9cb16150ae0a2a64de136d9658e03054fb0bc171 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 21 九月 2022 14:48:22 +0800
Subject: [PATCH] 委外接收单列表,委外发出单列表( 工序号(流水号)增加 手工点击排序功能。)

---
 WebTM/views/车间管理/委外工序发出单/Cj_StationEntrustInBillList.html  |    4 ++--
 WebTM/views/车间管理/委外工序接收单/Cj_StationEntrustOutBillList.html |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\247\224\345\244\226\345\267\245\345\272\217\345\217\221\345\207\272\345\215\225/Cj_StationEntrustInBillList.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\247\224\345\244\226\345\267\245\345\272\217\345\217\221\345\207\272\345\215\225/Cj_StationEntrustInBillList.html"
index 3f6e462..3cfcf3c 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\247\224\345\244\226\345\267\245\345\272\217\345\217\221\345\207\272\345\215\225/Cj_StationEntrustInBillList.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\247\224\345\244\226\345\267\245\345\272\217\345\217\221\345\207\272\345\215\225/Cj_StationEntrustInBillList.html"
@@ -177,10 +177,10 @@
                         , { field: '浜у搧鍚嶇О', title: '浜у搧鍚嶇О' }
                         , { field: '瑙勬牸鍨嬪彿', title: '瑙勬牸鍨嬪彿' }
                         , { field: '璁¢噺鍗曚綅', title: '璁¢噺鍗曚綅' }
-                        , { field: '娴佹按鍙�', title: '娴佹按鍙�' }
+                        , { field: '娴佹按鍙�', title: '娴佹按鍙�', sort: true }
                         , { field: 'HProcID', title: 'HProcID', hide: true }
                         , { field: '宸ュ簭浠g爜', title: '宸ュ簭浠g爜' }
-                        , { field: '宸ュ簭', title: '宸ュ簭' }
+                        , { field: '宸ュ簭', title: '宸ュ簭', sort: true }
                         , { field: '鍙戝嚭鏁伴噺', title: '鍙戝嚭鏁伴噺' }
                         , { field: '鍙戝嚭鏃堕棿', title: '鍙戝嚭鏃堕棿' }
                         , { field: '澶囨敞', title: '澶囨敞' }
diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\247\224\345\244\226\345\267\245\345\272\217\346\216\245\346\224\266\345\215\225/Cj_StationEntrustOutBillList.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\247\224\345\244\226\345\267\245\345\272\217\346\216\245\346\224\266\345\215\225/Cj_StationEntrustOutBillList.html"
index b21847c..96f0d92 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\247\224\345\244\226\345\267\245\345\272\217\346\216\245\346\224\266\345\215\225/Cj_StationEntrustOutBillList.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\247\224\345\244\226\345\267\245\345\272\217\346\216\245\346\224\266\345\215\225/Cj_StationEntrustOutBillList.html"
@@ -182,10 +182,10 @@
                         , { field: '涓嶈壇鏁伴噺', title: '涓嶈壇鏁伴噺' }
                         , { field: '鎶ュ簾鏁伴噺', title: '鎶ュ簾鏁伴噺' }
                         , { field: '璁¢噺鍗曚綅', title: '璁¢噺鍗曚綅' }
-                        , { field: '娴佹按鍙�', title: '娴佹按鍙�' }
+                        , { field: '娴佹按鍙�', title: '娴佹按鍙�', sort: true }
                         , { field: 'HProcID', title: 'HProcID', hide: true }
                         , { field: '宸ュ簭浠g爜', title: '宸ュ簭浠g爜' }
-                        , { field: '宸ュ簭', title: '宸ュ簭' }
+                        , { field: '宸ュ簭', title: '宸ュ簭', sort: true }
                         , { field: '鎺ユ敹鍚堟牸鏁伴噺', title: '鎺ユ敹鍚堟牸鏁伴噺' }
                         , { field: '鎺ユ敹涓嶅悎鏍兼暟閲�', title: '鎺ユ敹涓嶅悎鏍兼暟閲�' }
                         , { field: '鍚◣鍗曚环', title: '鍚◣鍗曚环' }

--
Gitblit v1.9.1