From 01ffd30ffa1537dcfec123e5a2a050c4194e677b Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期三, 12 六月 2024 14:26:10 +0800
Subject: [PATCH] 启动点检清单,防错验证 子表增加多行
---
WebTM/views/车间管理/防错验证/Gy_MaterPreventErrMouldBill.html | 1 +
WebTM/views/车间管理/防错验证/Qc_PreventErrMouldCheckBill.html | 1 +
WebTM/views/车间管理/启动点检单/Gy_WorkBeginDotCheckListBill.html | 1 +
WebTM/views/车间管理/启动点检单/Sc_WorkBeginDotCheckBill.html | 11 ++++++-----
4 files changed, 9 insertions(+), 5 deletions(-)
diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\220\257\345\212\250\347\202\271\346\243\200\345\215\225/Gy_WorkBeginDotCheckListBill.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\220\257\345\212\250\347\202\271\346\243\200\345\215\225/Gy_WorkBeginDotCheckListBill.html"
index 53edaaf..5cf7235 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\220\257\345\212\250\347\202\271\346\243\200\345\215\225/Gy_WorkBeginDotCheckListBill.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\220\257\345\212\250\347\202\271\346\243\200\345\215\225/Gy_WorkBeginDotCheckListBill.html"
@@ -469,6 +469,7 @@
, totalRow: true
, cellMinWidth: 120
, height: 400
+ , limit: 100
, cols: [[
{ type: 'checkbox', totalRowText: '鍚堣琛�' }
, { type: 'numbers', title: '搴忓彿', style: 'background-color: #f9f9f9;' }
diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\220\257\345\212\250\347\202\271\346\243\200\345\215\225/Sc_WorkBeginDotCheckBill.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\220\257\345\212\250\347\202\271\346\243\200\345\215\225/Sc_WorkBeginDotCheckBill.html"
index d11f9c1..451f5c1 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\220\257\345\212\250\347\202\271\346\243\200\345\215\225/Sc_WorkBeginDotCheckBill.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\220\257\345\212\250\347\202\271\346\243\200\345\215\225/Sc_WorkBeginDotCheckBill.html"
@@ -309,13 +309,13 @@
var HMaterID = ""; //鐗╂枡
var HSourceID = ""; //鐢熶骇璧勬簮
var HProcID = ""; //宸ュ簭
- var SCOrde = "";//鐢熶骇璁㈠崟鍙�
+ var SCOrder = "";//鐢熶骇璁㈠崟鍙�
var edit = function (data) {
HMaterID = data[0].HMaterID;
HSourceID = data[0].HSourceID;
HProcID = data[0].HProcID;
- SCOrde = data[0].SCOrde;
+ SCOrder = data[0].SCOrder;
}
layui.config({
@@ -411,7 +411,7 @@
//鍒濆鍖栧瓙琛�
get_InitGrid();
//鑾峰彇鎶ュ伐鍙拌烦杞暟鎹�
- RoadBillEdit(HMaterID, HProcID, HSourceID, SCOrde);
+ RoadBillEdit(HMaterID, HProcID, HSourceID, SCOrder);
//绂佺敤缁勭粐閫夐」
$('#HOrgID').attr("disabled", true);
}
@@ -590,6 +590,7 @@
, totalRow: true
, cellMinWidth: 120
, height: 400
+ ,limit:100
, cols: [[
{ type: 'checkbox', totalRowText: '鍚堣琛�' }
, { type: 'numbers', title: '搴忓彿', style: 'background-color: #f9f9f9;' }
@@ -1200,13 +1201,13 @@
//#endregion
//#region 鎶ュ伐骞冲彴璺宠浆璧嬪��
- function RoadBillEdit(HMaterID, HProcID, HSourceID, SCOrde)//鍔犺浇琛ㄥご
+ function RoadBillEdit(HMaterID, HProcID, HSourceID, SCOrder)//鍔犺浇琛ㄥご
{
$.ajax({
url: GetWEBURL() + "/Sc_WorkBeginDotCheckBill/锘縎c_WorkBeginDotCheckBillList",
type: "GET",
async: false,
- data: { "HMaterID": HMaterID, "HProcID": HProcID, "HSourceID": HSourceID, "SCOrde": SCOrde,"user": sessionStorage["HUserName"] },
+ data: { "HMaterID": HMaterID, "HProcID": HProcID, "HSourceID": HSourceID, "SCOrder": SCOrder,"user": sessionStorage["HUserName"] },
success: function (result) {
var tableMain = result.data;
var tableSub = result.data;
diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\351\230\262\351\224\231\351\252\214\350\257\201/Gy_MaterPreventErrMouldBill.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\351\230\262\351\224\231\351\252\214\350\257\201/Gy_MaterPreventErrMouldBill.html"
index b913bc6..0bcd0b8 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\351\230\262\351\224\231\351\252\214\350\257\201/Gy_MaterPreventErrMouldBill.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\351\230\262\351\224\231\351\252\214\350\257\201/Gy_MaterPreventErrMouldBill.html"
@@ -399,6 +399,7 @@
, totalRow: true
, cellMinWidth: 120
, height: 400
+ , limit: 100
, cols: [[
{ type: 'checkbox', totalRowText: '鍚堣琛�' }
, { type: 'numbers', title: '搴忓彿', style: 'background-color: #f9f9f9;' }
diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\351\230\262\351\224\231\351\252\214\350\257\201/Qc_PreventErrMouldCheckBill.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\351\230\262\351\224\231\351\252\214\350\257\201/Qc_PreventErrMouldCheckBill.html"
index 8aa038e..183c639 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\351\230\262\351\224\231\351\252\214\350\257\201/Qc_PreventErrMouldCheckBill.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\351\230\262\351\224\231\351\252\214\350\257\201/Qc_PreventErrMouldCheckBill.html"
@@ -500,6 +500,7 @@
, totalRow: true
, cellMinWidth: 120
, height: 400
+ , limit: 100
, cols: [[
{ type: 'checkbox', totalRowText: '鍚堣琛�' }
, { type: 'numbers', title: '搴忓彿', style: 'background-color: #f9f9f9;' }
--
Gitblit v1.9.1