From cb2fc709d4e2aec6bbea3e6f4e8ccc24f3d27756 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期日, 06 十月 2024 17:27:08 +0800
Subject: [PATCH] 工艺路线工价

---
 WebTM/views/销售管理/销售订单变更单/Xs_SeOrderChangeBill.html |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git "a/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\351\224\200\345\224\256\350\256\242\345\215\225\345\217\230\346\233\264\345\215\225/Xs_SeOrderChangeBill.html" "b/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\351\224\200\345\224\256\350\256\242\345\215\225\345\217\230\346\233\264\345\215\225/Xs_SeOrderChangeBill.html"
index e89c6e4..6f3b924 100644
--- "a/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\351\224\200\345\224\256\350\256\242\345\215\225\345\217\230\346\233\264\345\215\225/Xs_SeOrderChangeBill.html"
+++ "b/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\351\224\200\345\224\256\350\256\242\345\215\225\345\217\230\346\233\264\345\215\225/Xs_SeOrderChangeBill.html"
@@ -920,8 +920,8 @@
                                         "HQty_New": dealDoubleToFixed(result.data[i]["鏁伴噺"], 1),
                                         "HTaxRate_Old": result.data[i]["绋庣巼"],
                                         "HTaxRate_New": result.data[i]["绋庣巼"],
-                                        "HTaxPrice_Old": dealDoubleToFixed(result.data[i]["HTaxPrice"], 3),
-                                        "HTaxPrice_New": dealDoubleToFixed(result.data[i]["HTaxPrice"] ,3),
+                                        "HTaxPrice_Old": dealDoubleToFixed(result.data[i]["鍚◣鍗曚环"], 3),
+                                        "HTaxPrice_New": dealDoubleToFixed(result.data[i]["鍚◣鍗曚环"] ,3),
                                         "HDate_Old": formatDate(result.data[i]["浜よ揣鏃ユ湡"]),
                                         "HDate_New": new Date(result.data[i]["浜よ揣鏃ユ湡"]).getTime() < new Date().getTime() ? Format(new Date(),"yyyy-MM-dd"):formatDate(result.data[i]["浜よ揣鏃ユ湡"]),
                                         "HRemark": "",
@@ -1698,6 +1698,7 @@
             function DisPlay_HideColumn() {
                 $.ajax({
                     url: GetWEBURL() + '/Xt_grdAlignment_WMES/grdAlignmentWMESList',
+                    async: false,
                     type: "GET",
                     data: { "HModName": HModName, "user": sessionStorage["HUserName"] },
                     async: false,
@@ -1747,6 +1748,11 @@
                                         option.cols[0][i + 1]["align"] = "right";
                                         break;
                                 }
+
+                                //璁剧疆琛ㄦ牸title灞炴�ф樉绀哄埆鍚�
+                                if (dataCols[4] != null && dataCols[4] != "") {
+                                    option.cols[0][i + 1]["title"] = dataCols[4];
+                                }
                             }
 
                             //鍙栨秷鍐荤粨鍒�

--
Gitblit v1.9.1