From 2edb37abd1e6f18289d846d23e3c18bd66a2539b Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期四, 08 四月 2021 09:14:16 +0800
Subject: [PATCH] 新增模具基础资料、检具基础资料
---
WebTM/views/生产工序管理/委外工单/WW_EntrustWorkOrderBillMainList.html | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git "a/WebTM/views/\347\224\237\344\272\247\345\267\245\345\272\217\347\256\241\347\220\206/\345\247\224\345\244\226\345\267\245\345\215\225/WW_EntrustWorkOrderBillMainList.html" "b/WebTM/views/\347\224\237\344\272\247\345\267\245\345\272\217\347\256\241\347\220\206/\345\247\224\345\244\226\345\267\245\345\215\225/WW_EntrustWorkOrderBillMainList.html"
index 34b0d3c..c2292a8 100644
--- "a/WebTM/views/\347\224\237\344\272\247\345\267\245\345\272\217\347\256\241\347\220\206/\345\247\224\345\244\226\345\267\245\345\215\225/WW_EntrustWorkOrderBillMainList.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\345\267\245\345\272\217\347\256\241\347\220\206/\345\247\224\345\244\226\345\267\245\345\215\225/WW_EntrustWorkOrderBillMainList.html"
@@ -109,7 +109,8 @@
,cellMinWidth: 90
, cols: [[
//{ field: 'hmainid', title: 'hmainid', sort: true, width: 165 }
- { field: 'HBillType ', title: '鍗曟嵁绫诲瀷', sort: true, width: 120 }
+ { type: 'checkbox' }
+ ,{ field: 'HBillType ', title: '鍗曟嵁绫诲瀷', sort: true, width: 120 }
, { field: 'HBillSubType', title: '瀛愮被鍨�', sort: true, width: 170 }
//, { field: 'HBillStatus ', title: '鍗曟嵁鐘舵��', width: 105 }
, { field: 'HDate', title: '鏃ユ湡' }
@@ -170,7 +171,7 @@
var index0 = layer.load(0, { shade: false });
$.ajax({
//url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
- url: GetWEBURL() + '/LEMS/MES_WW_EntrustWorkOrderBillMain_Json',
+ url: GetWEBURL() + '/Sc_ProcessMangement/MES_WW_EntrustWorkOrderBillMain_Json',
type: "GET",
data: { "sWhere": sWhere },
success: function (data1) {
@@ -217,7 +218,7 @@
}
var index = layer.load(0, { shade: false });
$.ajax({
- url: GetWEBURL() + '/LEMS/MES_WW_EntrustWorkOrderBillMain_Json',
+ url: GetWEBURL() + '/Sc_ProcessMangement/MES_WW_EntrustWorkOrderBillMain_Json',
type: "GET",
data: { "sWhere": sWhere },
success: function (data1) {
--
Gitblit v1.9.1