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

@@ -231,8 +231,7 @@
};
},
onLoad () {
this._getWarehouseInfo()
this._getOrganizationInfo()
this.toSearch()
},
methods: {
// 仓库下拉框
@@ -244,7 +243,6 @@
this.$set(e, 'text', e.ckmc)
this.$set(e, 'value', e.ckbm)
})
this.toSearch()
}
},
// 组织信息下拉框
@@ -256,7 +254,6 @@
this.$set(e, 'text', e.kczzmc)
this.$set(e, 'value', e.kczzbm)
})
this.toSearch()
}
},
// 查询一级表格
@@ -284,6 +281,8 @@
icon: 'none'
})
}
this._getWarehouseInfo()
this._getOrganizationInfo()
},
// 二级表格接口
async _receiptBillPage () {
@@ -467,10 +466,10 @@
}
this.currentPage2 = 1
this._receiptBillPage()
uni.showToast({
title: res.desc,
icon: 'none'
})
// uni.showToast({
// title: res.desc,
// icon: 'none'
// })
} else {
uni.showToast({
title: res.desc,