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_EquipStockInCheckBillEdit.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\345\205\245\345\272\223\346\243\200\351\252\214\351\252\214\346\224\266\345\215\225/Sb_EquipStockInCheckBillEdit.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\345\205\245\345\272\223\346\243\200\351\252\214\351\252\214\346\224\266\345\215\225/Sb_EquipStockInCheckBillEdit.html"
index 139bdf6..134a798 100644
--- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\345\205\245\345\272\223\346\243\200\351\252\214\351\252\214\346\224\266\345\215\225/Sb_EquipStockInCheckBillEdit.html"
+++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\345\205\245\345\272\223\346\243\200\351\252\214\351\252\214\346\224\266\345\215\225/Sb_EquipStockInCheckBillEdit.html"
@@ -277,7 +277,7 @@
shift: 2,
area: ['80%', '80%'],
maxmin: true,
- content: ['../../PublicPage/EqpInformation.html', 'yes'],
+ content: ['../../璁惧绠$悊/璁惧妗f/Gy_EquipFileMainList.html', 'yes'],
btn: ['纭畾', '鍙栨秷']
, btn1: function (index, layero) {
//鎸夐挳銆愭寜閽竴銆戠殑鍥炶皟
@@ -286,8 +286,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) {
@@ -425,7 +425,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" }
@@ -445,6 +445,7 @@
, elem: '#mainTable'
, toolbar: '#toolbarDemo'
, page: true
+ , totalRow: true
, cellMinWidth: 120
, height: 500
, cols: [columns]
--
Gitblit v1.9.1