From 8c6799d4e3e60bef161c9e68fb052f349ec39745 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期三, 03 十一月 2021 17:28:45 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MESWMS-LayUI

---
 WebTM/views/质量管理/来料检验单/QC_POStockInCheckBillList.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\346\235\245\346\226\231\346\243\200\351\252\214\345\215\225/QC_POStockInCheckBillList.html" "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\346\235\245\346\226\231\346\243\200\351\252\214\345\215\225/QC_POStockInCheckBillList.html"
index 754007a..fdf13a5 100644
--- "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\346\235\245\346\226\231\346\243\200\351\252\214\345\215\225/QC_POStockInCheckBillList.html"
+++ "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\346\235\245\346\226\231\346\243\200\351\252\214\345\215\225/QC_POStockInCheckBillList.html"
@@ -168,8 +168,8 @@
                         , { field: '浜у搧鍚嶇О', title: '浜у搧鍚嶇О' }
                         , { field: '浜у搧鍨嬪彿', title: '浜у搧鍨嬪彿', width: 115 }
                         , { field: 'HProcCheckEmpID', title: 'HProcCheckEmpID', width: 200, hide: true }
-                        , { field: 'HProcCheckEmpNumber', title: '妫�娴嬪憳浠g爜', width: 125 }
-                        , { field: 'HProcCheckEmpName', title: '妫�娴嬪憳', width: 125 }
+                        , { field: '妫�娴嬪憳浠g爜', title: '妫�娴嬪憳浠g爜', width: 125 }
+                        , { field: 'HFirstCheckEmp', title: '妫�娴嬪憳', width: 125 }
                         , { field: '鍒跺崟浜�', title: '鍒跺崟浜�', width: 160 }
                         , { field: '鍒跺崟鏃ユ湡', title: '鍒跺崟鏃ユ湡', width: 200, templet: "<div>{{d.鍒跺崟鏃ユ湡 ==null ?'':layui.util.toDateString(d.鍒跺崟鏃ユ湡, 'yyyy-MM-dd HH:mm:ss')}}</div>" }
                         , { field: '瀹℃牳浜�', title: '瀹℃牳浜�', width: 125 }
@@ -191,9 +191,9 @@
             function get_Display(sWhere) {
                 var ajaxLoad = layer.load();
                 $.ajax({
-                    url: GetWEBURL() + '/QC_Management/MES_QC_POStockInCheckBillList_Json',
+                    url: GetWEBURL() + '/QC_POStockInCheckBill/GetPOStockInCheckBill',
                     type: "GET",
-                    data: { "sqlWhere": sWhere },
+                    data: { "sWhere": sWhere },
                     success: function (data1) {
                         if (data1.count == 1) {
                             option.data = data1.data;
@@ -260,7 +260,7 @@
                         var wait = layer.load();
                         //閫昏緫鍒犻櫎鏂规硶
                         $.ajax({
-                            url: GetWEBURL() + 'DeltetQC_POStockInCheck',
+                            url: GetWEBURL() + 'QC_POStockInCheckBill/DeltetPOStockInCheckBill',
                             type: "GET",
                             data: { "HItemID": HItemID },
                             success: function (result) {

--
Gitblit v1.9.1