From 12e682746b1fa1de979eabbbc708be2331724171 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期六, 27 四月 2024 21:50:28 +0800
Subject: [PATCH] 中检记录单:按照制单日期降序排序
---
WebTM/views/车间管理/工序流转卡/MES_ColorRecordBillList.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254\345\215\241/MES_ColorRecordBillList.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254\345\215\241/MES_ColorRecordBillList.html"
index 1d0df64..ca742e9 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254\345\215\241/MES_ColorRecordBillList.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254\345\215\241/MES_ColorRecordBillList.html"
@@ -250,7 +250,7 @@
//鍔犺浇缃戞牸
function get_Display(sWhere) {
- sWhere += " order by 鏃ユ湡 desc ";
+ sWhere += " order by 鍒跺崟鏃ユ湡 desc ";
//鍔ㄦ�佸垪-缂撳瓨鍒楄〃
$.ajax({
url: GetWEBURL() + "/ColorRecord/ColorRecordList",
--
Gitblit v1.9.1