From 764167955f25ee3025dada080cafbfb6a6cb0fb8 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期二, 27 五月 2025 13:11:22 +0800 Subject: [PATCH] 1.首检巡检不合格描述优化 --- H5/Js/IPQC_XJ/Add.js | 21 +++++++++++++++++++-- 1 files changed, 19 insertions(+), 2 deletions(-) diff --git a/H5/Js/IPQC_XJ/Add.js b/H5/Js/IPQC_XJ/Add.js index bd86e60..757de69 100644 --- a/H5/Js/IPQC_XJ/Add.js +++ b/H5/Js/IPQC_XJ/Add.js @@ -158,6 +158,23 @@ console.log(this.tabActive) this.togglePopup(this.tabActive); }, + + //鐢熸垚妫�楠屽崟 + createByWomdaa() { + const that = this; + var guid1 = that.formData.guid;//涓昏〃id + return that.AxiosHttp("post", 'Ipqc/createByWomdaa', { + inOrderGuid1: guid1, + userAccount: that.userInfo.loginAccount, + DAA001: that.formData.lotNo + }, false).then(res1 => { + that.init(); + }).catch(error => { + that.$toast.fail("缃戠粶閿欒锛岃閲嶈瘯锛�"); + console.error('Refresh error:', error); + }); + }, + //妫�楠屾槑缁嗗埛鏂� refreshJYItem() { const that = this; @@ -187,7 +204,7 @@ let data = res.data.tbBillList[0]; if (data) { that.formData = data; - that.remarks = that.formData.fngDesc; + that.remarks = that.formData.fnGDesc; that.AxiosHttp("post", 'LLJ/getJYItem', { //id: that.formData.guid, releaseNo: that.formData.releaseNo @@ -222,7 +239,7 @@ submit() { var that = this; that.ttrre = true; - that.AxiosHttp("post", 'MesQaItemsDetect01Manager/EditModelSubmit', { + that.AxiosHttp("post", 'FqcManager/EditModelSubmit', { guid: that.formData.guid }, true, 1).then(function (res1) { if (res1.rtnData.outSum == 1) { -- Gitblit v1.9.3