From 3ea089f64425c0eb6f9396e293f977d360080f73 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 15 Jul 2024 16:32:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E5=8D=B7=E8=B4=A8=E6=A3=80=E9=9C=80?= =?UTF-8?q?=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/SecondPhase/production/ZjCheck.vue | 16 ++++++++++++++-- utils/getData3.js | 4 ++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/pages/SecondPhase/production/ZjCheck.vue b/pages/SecondPhase/production/ZjCheck.vue index 93e6728..059bbbf 100644 --- a/pages/SecondPhase/production/ZjCheck.vue +++ b/pages/SecondPhase/production/ZjCheck.vue @@ -11,6 +11,12 @@ + + 管制点 + + + + 检验结果 @@ -38,8 +44,10 @@ data() { return { val1: '', - options: [{value: '3', text: '合格品'}, {value: '4', text: '管制品'}], + options: [{value: '3', text: '合格品'}, {value: '4', text: '管制品'}, {value: '0', text: '空'}, {value: '1', text: '空载具'}], index: '', + options1: [{value: '1', text: '1'}, {value: '2', text: '2'}], + index1: '', disabled: false }; }, @@ -47,6 +55,9 @@ selectChange (e) { this.index = e }, + selectChange1 (e) { + this.index1 = e + }, async _updatePackageInfo () { this.disabled = true if (!this.val1 || !this.index) { @@ -54,7 +65,7 @@ return } try { - let res = await updatePackageInfo(this.index, this.val1) + let res = await updatePackageInfo(this.index, this.val1, this.index1) uni.showToast({ title: res.message, icon: 'none' @@ -67,6 +78,7 @@ clearUp () { this.val1 = '' this.index = '' + this.index1 = '' } } } diff --git a/utils/getData3.js b/utils/getData3.js index 3548321..a7fcf4c 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -151,9 +151,9 @@ export const doInitShaftPoint = (code) => request({ /** * 子卷质检 */ -export const updatePackageInfo = (ivt, cn) => request({ +export const updatePackageInfo = (ivt, cn, code) => request({ url:'api/twoPda/vehicle/updatePackageInfo', - data: {ivt_status: ivt, container_name: cn} + data: {ivt_status: ivt, container_name: cn, pointCode: code} }) /** * 纸管绑定