diff --git a/src/views/collect/CollectOrderAllotComponents.vue b/src/views/collect/CollectOrderAllotComponents.vue index c53e4a3a..bd019549 100644 --- a/src/views/collect/CollectOrderAllotComponents.vue +++ b/src/views/collect/CollectOrderAllotComponents.vue @@ -340,7 +340,7 @@ export default { methods: { linkPage(_this,row) { - let url = window.location.origin + `#/dept/use/prescribeDir/prescribe/tagCode` + `?billNo=` + row.billNo + let url = window.location.origin + `#/tagCodeBlank` + `?billNo=` + row.billNo window.open(url, '_blank'); }, //界面配置相关------------ diff --git a/src/views/collect/DealOrder.vue b/src/views/collect/DealOrder.vue index b34b6534..341f0c61 100644 --- a/src/views/collect/DealOrder.vue +++ b/src/views/collect/DealOrder.vue @@ -321,6 +321,9 @@ export default { workPlaceCodeChange(value){ this.curWorkPlaces.forEach(item => {if(item.workplaceId == value){ this.formDataVisible = item } }) + if (this.formDataVisible.operationType == 1){ + this.findFromInvList(""); + } return }, handleClick(blankName) { @@ -565,7 +568,7 @@ export default { } this.findCurWorkPlaces(); - this.findFromInvList(""); + } diff --git a/src/views/collect/DealOrderBlank.vue b/src/views/collect/DealOrderBlank.vue index b34b6534..341f0c61 100644 --- a/src/views/collect/DealOrderBlank.vue +++ b/src/views/collect/DealOrderBlank.vue @@ -321,6 +321,9 @@ export default { workPlaceCodeChange(value){ this.curWorkPlaces.forEach(item => {if(item.workplaceId == value){ this.formDataVisible = item } }) + if (this.formDataVisible.operationType == 1){ + this.findFromInvList(""); + } return }, handleClick(blankName) { @@ -565,7 +568,7 @@ export default { } this.findCurWorkPlaces(); - this.findFromInvList(""); + } diff --git a/src/views/collect/PanelOrderDeal.vue b/src/views/collect/PanelOrderDeal.vue index dbe13c62..f7b07806 100644 --- a/src/views/collect/PanelOrderDeal.vue +++ b/src/views/collect/PanelOrderDeal.vue @@ -312,7 +312,7 @@ export default { methods: { linkPage(_this,row) { - let url = window.location.origin + `#/dept/use/prescribeDir/prescribe/tagCode` + `?billNo=` + row.billNo + let url = window.location.origin + `#/tagCodeBlank` + `?billNo=` + row.billNo window.open(url, '_blank'); }, //界面配置相关------------ diff --git a/src/views/collect/fieldOperation.vue b/src/views/collect/fieldOperation.vue new file mode 100644 index 00000000..389dcf64 --- /dev/null +++ b/src/views/collect/fieldOperation.vue @@ -0,0 +1,121 @@ + + + + + diff --git a/src/views/index.vue b/src/views/index.vue index 20a52c45..904d9ee4 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -5,18 +5,18 @@ -
- - {{ card.workplaceName }} - + + + + + + + + + + -
+
@@ -231,7 +231,7 @@ import invSvg from "@/assets/svg/库存预警.svg" import certSvg from "@/assets/svg/资质预警.svg" import {getInvRemindMsgList} from "../api/system/invRemindMsg"; import {getUdiInfos} from "../api/basic/udiRelevance"; -import {listPage} from "@/api/basic/sysWorkplaceManage.js"; +// import {listPage} from "@/api/basic/sysWorkplaceManage.js"; import {getSupCertgetCount, getSupCertRemindMsgList} from "../api/purchase/supCertRedmindMsg"; export default { @@ -263,7 +263,7 @@ export default { }, created() { //获取工位list - this.getStationList() + // this.getStationList() this.getProductCount() this.getInvMsgCount() this.getCertMsgCount() @@ -271,20 +271,20 @@ export default { this.getOrderList() }, methods: { - handleClick(index) { - let url = window.location.origin+`#/tagCodeBlank?workplaceId=`+ this.stationList[index].workplaceId - // this.$router.push( workplaceId) - window.open(url, '_blank'); - }, - getStationList(){ - let param = { - page: 1, - limit: 200 - } - listPage(param).then(res => { - this.stationList = res.data?.list || [] - }) - }, + // handleClick(index) { + // let url = window.location.origin+`#/tagCodeBlank?workplaceId=`+ this.stationList[index].workplaceId + // // this.$router.push( workplaceId) + // window.open(url, '_blank'); + // }, + // getStationList(){ + // let param = { + // page: 1, + // limit: 200 + // } + // listPage(param).then(res => { + // this.stationList = res.data?.list || [] + // }) + // }, getProductCount() { let param = { page: 1,