From 6f776cb7b082446842ca91f32c5d3a36564924f5 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期五, 31 十月 2025 15:30:36 +0800
Subject: [PATCH] 出厂检验单末件优化
---
WebTM/views/质量管理/工序检验单/QC_ProcessCheckBill.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\345\267\245\345\272\217\346\243\200\351\252\214\345\215\225/QC_ProcessCheckBill.html" "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\345\267\245\345\272\217\346\243\200\351\252\214\345\215\225/QC_ProcessCheckBill.html"
index ffa20fd..f0fbfc9 100644
--- "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\345\267\245\345\272\217\346\243\200\351\252\214\345\215\225/QC_ProcessCheckBill.html"
+++ "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\345\267\245\345\272\217\346\243\200\351\252\214\345\215\225/QC_ProcessCheckBill.html"
@@ -988,7 +988,7 @@
var wait = layer.load();
$.ajax({
- url: GetWEBURL() + '/QC_FirstPieceCheckBill/get_ICMOBill',
+ url: GetWEBURL() + '/QC_ProcessCheckBill/get_ICMOBill',
type: "GET",
async: false,
data: { "HICMOInterID": linterid, "HICMOEntryID": HICMOEntryID, "user": sessionStorage["HUserName"] },
--
Gitblit v1.9.1