This commit is contained in:
2024-07-25 13:36:55 +08:00
parent 9a7fabcdbd
commit b35147baf9
7 changed files with 44 additions and 75 deletions

View File

@@ -262,7 +262,7 @@
this.title = options.name
this.crType = options.type
if (this.crType === 'IN') {
this._getWarehouseInfo()
this.toSearch()
} else {
this._getUserInfo()
}
@@ -277,7 +277,6 @@
this.$set(e, 'text', e.ckmc)
this.$set(e, 'value', e.ckbm)
})
this.toSearch()
}
},
// 仓管员下拉框
@@ -292,7 +291,7 @@
}
this.value2 = JSON.parse(this.$store.getters.userInfo).username
}
this._getWarehouseInfo()
this.toSearch()
}
},
// 查询一级表格
@@ -324,6 +323,7 @@
icon: 'none'
})
}
this._getWarehouseInfo()
},
// 二级表格接口
async _easOutInBillDetailPage () {
@@ -401,10 +401,10 @@
this.disabled1 = false
this.checkArr1 = []
this._easOutInBillPage()
uni.showToast({
title: res.desc,
icon: 'none'
})
// uni.showToast({
// title: res.desc,
// icon: 'none'
// })
} else {
this.disabled1 = false
uni.showToast({