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

@@ -182,6 +182,8 @@
},
/** 初始化查询 */
async _queryMaterialInfo () {
this.dataList = []
this.checkArr = []
let res = await queryMaterialInfo3(this.val1, this.val2, this.index1, this.index2)
if (this.val2) {
res.data.map(el => {
@@ -205,6 +207,7 @@
try {
let res = await needVehicle(this.checkArr[0])
this.disabled1 = false
this.dataList = []
this.checkArr = []
this._queryMaterialInfo()
uni.showToast({
@@ -225,6 +228,7 @@
try {
let res = await shippingConfirm(this.checkArr, this.val3, this.val1)
this.disabled2 = false
this.dataList = []
this.checkArr = []
this.val1 = ''
this.val2 = ''