From 55bb31d5338d457a7653dc290a2cb3e244548068 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期六, 29 六月 2024 15:43:14 +0800
Subject: [PATCH] 条码生成添加客户物料字段;网页器具保养添加字段;PDA设备保养添加字段;首件检验单、工序检验单、巡检记录单列表查询和编辑查询接口分开
---
WebTM/views/质量管理/工序检验单/QC_ProcessCheckBillList2.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_ProcessCheckBillList2.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_ProcessCheckBillList2.html"
index ec082e7..11af015 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_ProcessCheckBillList2.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_ProcessCheckBillList2.html"
@@ -390,7 +390,7 @@
var ajaxLoad = layer.load();
$.ajax({
//h_v_QC_ProcessCheckBill
- url: GetWEBURL() + '/QC_ProcessCheckBill/QC_ProcessCheckBillList',
+ url: GetWEBURL() + '/QC_ProcessCheckMainBill/QC_ProcessCheckMainBillList',
type: "GET",
async: true,
data: { "sWhere": sWhere, "user": sessionStorage["HUserName"] },
--
Gitblit v1.9.1