9/2 下载处方信息判断

20240912_adapter_z
wangwei 1 year ago
parent 7200fb6012
commit 87cd2e183e

@ -285,6 +285,7 @@ export default {
tagStatus: "1", // tagStatus: "1", //
billNo: null, billNo: null,
busType: null, busType: null,
workPlaceCode: null,
page: 1, page: 1,
limit: 10, limit: 10,
}, },
@ -377,6 +378,9 @@ export default {
}) })
}, },
downloadData(){ downloadData(){
if (this.filterQuery.busType == null ||this.filterQuery.workPlaceCode == null ){
return this.$message.error("请选择工位和业务类型")
}
downloadOrder(this.filterQuery).then(res => { downloadOrder(this.filterQuery).then(res => {
if (res.code == 20000){ if (res.code == 20000){
return this.$message.success(res.data) return this.$message.success(res.data)

Loading…
Cancel
Save