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/设备管理/设备投产检验验收单/Sb_EquipWorkBeforeCheckBillEdit.html |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\346\212\225\344\272\247\346\243\200\351\252\214\351\252\214\346\224\266\345\215\225/Sb_EquipWorkBeforeCheckBillEdit.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\346\212\225\344\272\247\346\243\200\351\252\214\351\252\214\346\224\266\345\215\225/Sb_EquipWorkBeforeCheckBillEdit.html"
index cefc7d4..1f6952d 100644
--- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\346\212\225\344\272\247\346\243\200\351\252\214\351\252\214\346\224\266\345\215\225/Sb_EquipWorkBeforeCheckBillEdit.html"
+++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\346\212\225\344\272\247\346\243\200\351\252\214\351\252\214\346\224\266\345\215\225/Sb_EquipWorkBeforeCheckBillEdit.html"
@@ -280,7 +280,7 @@
                 shift: 2,
                 area: ['80%', '80%'],
                 maxmin: true,
-                content: ['../../PublicPage/EqpInformation.html', 'yes'],
+                content: ['../../璁惧绠$悊/璁惧妗f/Gy_EquipFileMainList.html', 'yes'],
                 btn: ['纭畾', '鍙栨秷']
                 , btn1: function (index, layero) {
                     //鎸夐挳銆愭寜閽竴銆戠殑鍥炶皟
@@ -289,8 +289,8 @@
                     if (checkStatus.data.length === 0) {
                         return layer.msg('璇烽�夋嫨鏁版嵁');
                     }
-                    $("#HEquipName").val(checkStatus.data[0].HName);
-                    $("#HEquipID").val(checkStatus.data[0].HInterID);
+                    $("#HEquipName").val(checkStatus.data[0].璁惧鍚嶇О);
+                    $("#HEquipID").val(checkStatus.data[0].hmainid);
                     layer.close(layer.index); //瀹冭幏鍙栫殑濮嬬粓鏄渶鏂板脊鍑虹殑鏌愪釜灞傦紝鍊兼槸鐢眑ayer鍐呴儴鍔ㄦ�侀�掑璁$畻鐨�
                 }
                 , btn2: function (index, layero) {
@@ -428,7 +428,7 @@
         function set_InitGrid() {
             //琛ㄥご
             columns = [
-                { type: 'checkbox', fixed: 'left' }
+                { type: 'checkbox', fixed: 'left', totalRowText: '鍚堣琛�'}
                 , { templet: '#xuhao', title: '搴忓彿', sort: true, fixed: 'left', event: "qwe" }
                 , { field: 'HQCCheckClassID', title: 'HQCCheckClassID', edit: 'text', hide: true }
                 , { field: 'HQCCheckClassName', title: '妫�楠岄」鐩被鍒�', edit: 'text', event: "HQCCheckClassCode" }
@@ -448,6 +448,7 @@
                 , elem: '#mainTable'
                 , toolbar: '#toolbarDemo'
                 , page: true
+                , totalRow: true
                 , cellMinWidth: 120
                 , height: 500
                 , cols: [columns]

--
Gitblit v1.9.1