|
|
|
@ -250,10 +250,10 @@ 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} from "@/api/collect/collectOrder";
|
|
|
|
|
import {clearAllOrder, deleteByOrder, importOrder, orderPage, downloadOrder} from "@/api/collect/collectOrder";
|
|
|
|
|
import {filterSubAllOptimize} from "@/api/system/invSubWarehouse";
|
|
|
|
|
import {filterWorkOptimize} from "@/api/basic/workPlace/sysWorkplaceManage";
|
|
|
|
|
import { getWorkBindBusTypes } from '@/api/basic/workPlace/sysWorkplaceDocuments'
|
|
|
|
|
import {getWorkBindBusTypes} from '@/api/basic/workPlace/sysWorkplaceDocuments'
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name: "prescribePanel",
|
|
|
|
@ -318,7 +318,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
curRow: null,
|
|
|
|
|
panelALive: false,
|
|
|
|
|
busQuery:{
|
|
|
|
|
busQuery: {
|
|
|
|
|
workplaceCode: '',
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 100
|
|
|
|
@ -377,15 +377,15 @@ export default {
|
|
|
|
|
this.loading = false
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
downloadData(){
|
|
|
|
|
if (this.filterQuery.busType == null ||this.filterQuery.workPlaceCode == null ){
|
|
|
|
|
downloadData() {
|
|
|
|
|
if (this.filterQuery.busType == null || this.filterQuery.workPlaceCode == null) {
|
|
|
|
|
return this.$message.error("请选择工位和业务类型")
|
|
|
|
|
}
|
|
|
|
|
downloadOrder(this.filterQuery).then(res => {
|
|
|
|
|
if (res.code == 20000){
|
|
|
|
|
if (res.code == 20000) {
|
|
|
|
|
return this.$message.success(res.data)
|
|
|
|
|
}else {
|
|
|
|
|
return this.$message.error("获取错误")
|
|
|
|
|
} else {
|
|
|
|
|
return this.$message.error(res.message)
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
@ -521,8 +521,7 @@ export default {
|
|
|
|
|
_this.options.getBusType = getWorkPlace
|
|
|
|
|
if (_this.options.getBusType.length == 1) {
|
|
|
|
|
_this.filterQuery.busType = _this.options.getBusType[0].code
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
} else {
|
|
|
|
|
_this.filterQuery.busType = null
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -542,7 +541,7 @@ export default {
|
|
|
|
|
this.getList();
|
|
|
|
|
});
|
|
|
|
|
this.filterQuery.tagStatus = this.tagStatus
|
|
|
|
|
this.findWorkPlace(this,'')
|
|
|
|
|
this.findWorkPlace(this, '')
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|