|
|
|
@ -250,7 +250,14 @@ import {convertDate} from "@/utils/date";
|
|
|
|
|
import {detail} from "@/api/basic/sicker/prescribeApi";
|
|
|
|
|
import prescribeDownloadDialog from "@/views/collect/prescribe/prescribeDownloadDialog";
|
|
|
|
|
import prescribeOriginPanel from "./PannelOrderBiz";
|
|
|
|
|
import {clearAllOrder, deleteByOrder, importOrder, orderPage, downloadOrder,errorHandle} from "@/api/collect/collectOrder";
|
|
|
|
|
import {
|
|
|
|
|
clearAllOrder,
|
|
|
|
|
deleteByOrder,
|
|
|
|
|
importOrder,
|
|
|
|
|
orderPage,
|
|
|
|
|
downloadOrder,
|
|
|
|
|
errorHandle
|
|
|
|
|
} from "@/api/collect/collectOrder";
|
|
|
|
|
import {filterSubAllOptimize} from "@/api/system/invSubWarehouse";
|
|
|
|
|
import {filterWorkOptimize} from "@/api/basic/workPlace/sysWorkplaceManage";
|
|
|
|
|
import {getWorkBindBusTypes} from '@/api/basic/workPlace/sysWorkplaceDocuments'
|
|
|
|
@ -385,8 +392,8 @@ export default {
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
downloadData() {
|
|
|
|
|
if (this.filterQuery.busType == null || this.filterQuery.workPlaceCode == null) {
|
|
|
|
|
return this.$message.error("请选择工位和业务类型")
|
|
|
|
|
if (this.filterQuery.workPlaceCode == null) {
|
|
|
|
|
return this.$message.error("请先选择工位")
|
|
|
|
|
}
|
|
|
|
|
downloadOrder(this.filterQuery).then(res => {
|
|
|
|
|
if (res.code == 20000) {
|
|
|
|
@ -550,7 +557,7 @@ export default {
|
|
|
|
|
busType: row.busType,
|
|
|
|
|
workPlaceCode: row.workPlaceCode,
|
|
|
|
|
tagStatus: row.tagStatus,
|
|
|
|
|
fromTpye:row.fromTpye,
|
|
|
|
|
fromTpye: row.fromTpye,
|
|
|
|
|
};
|
|
|
|
|
errorHandle(params)
|
|
|
|
|
.then((response) => {
|
|
|
|
@ -567,9 +574,9 @@ export default {
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|