From a442e2c4bd43c15bba79e44c0673311ce7918b5a Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期五, 09 四月 2021 08:25:46 +0800
Subject: [PATCH] 委外工序发出完善-合并
---
WebTM/views/模治具管理/模治具管理/Sc_CheckToolsRepairWorkBillList.html | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Sc_CheckToolsRepairWorkBillList.html" "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Sc_CheckToolsRepairWorkBillList.html"
index 9714b16..9aa4194 100644
--- "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Sc_CheckToolsRepairWorkBillList.html"
+++ "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Sc_CheckToolsRepairWorkBillList.html"
@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-<title>妯℃不鍏风淮淇伐鍗曡〃鍒楄〃</title>
+<title>妫�鍏风淮淇伐鍗曡〃鍒楄〃</title>
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
@@ -186,7 +186,7 @@
//url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
url: GetWEBURL() + '/Sc_CheckToolsRepair/GetCheckToolsRepairWorkBillList',
type: "GET",
- data: {},
+ data: { "sWhere": sWhere},
success: function (data1) {
if (data1.count == 1) {
option.data = data1.data;
@@ -235,9 +235,9 @@
var index = layer.load(0);
$.ajax({
//url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
- url: GetWEBURL1() + '/Sc_CheckToolsRepair/GetCheckToolsRepairWorkBillList',
+ url: GetWEBURL() + '/Sc_CheckToolsRepair/GetCheckToolsRepairWorkBillList',
type: "GET",
- data: {},
+ data: { "sWhere": sWhere},
success: function (data1) {
if (data1.count == 1) {
option.data = data1.data;
--
Gitblit v1.9.1