This commit is contained in:
2025-06-12 13:09:12 +08:00
parent 7769af8522
commit facb9e5928
31 changed files with 63 additions and 1 deletions

View File

@@ -111,6 +111,7 @@
this.disabled = false
this.pkId = ''
this.pkObj = {}
this.dataList = []
this._queryPaperTubeInfo()
uni.showToast({
title: res.message,

View File

@@ -199,6 +199,7 @@
let res = await needVehicle(this.checkArr[0])
this.disabled1 = false
this.checkArr = []
this.dataList = []
this._queryMaterialInfo()
uni.showToast({
title: res.message,
@@ -219,6 +220,7 @@
let res = await shippingConfirm(this.checkArr, this.val3, this.val1)
this.disabled2 = false
this.checkArr = []
this.dataList = []
this.val1 = ''
this.val2 = ''
this.val3 = ''
@@ -255,6 +257,7 @@
this.val1 = ''
this.val2 = ''
this.val3 = ''
this.dataList = []
this._queryMaterialInfo()
uni.showToast({
title: res.message,
@@ -284,6 +287,7 @@
this.val1 = ''
this.val2 = ''
this.val3 = ''
this.dataList = []
this._queryMaterialInfo()
uni.showToast({
title: res.message,

View File

@@ -160,6 +160,7 @@
this.disabled = false
this.pkId = ''
this.pkObj = {}
this.dataList = []
this.index1 = ''
this.index3 = ''
this._queryMaterialInfo()

View File

@@ -234,6 +234,7 @@
let res = await outConfirm(this.index1, this.checkArr, this.isV)
this.disabled1 = false
this.checkArr = []
this.dataList = []
this.isV = '0'
this.index1 = ''
this.index5 = ''
@@ -265,6 +266,7 @@
let res = await disuseConfirm(this.index1)
this.disabled3 = false
this.checkArr = []
this.dataList = []
this.index1 = ''
this.index5 = ''
this._queryMaterialInfo()