处理单据工位问题

yanshishuju
yewj 6 months ago
parent e6000f0c21
commit 4b27fdeac6

@ -561,7 +561,7 @@ export default {
this.selectBusTypeDisabled = false this.selectBusTypeDisabled = false
this.findCurOrder(); this.findCurOrder();
} else { } else {
if (this.$route.query.busType != null){ if (this.$route.query.busType != null) {
this.formData.busType = this.$route.query.busType this.formData.busType = this.$route.query.busType
this.findCurOrder(); this.findCurOrder();
} }
@ -1035,8 +1035,7 @@ export default {
this.startDeal(); this.startDeal();
}).catch(() => { }).catch(() => {
}); });
} } else if (temp.tagStatus === 2 || temp.tagStatus === 1) {
else if (temp.tagStatus === 2 || temp.tagStatus === 1) {
this.formData = temp; this.formData = temp;
this.panelALive = true this.panelALive = true
@ -1066,8 +1065,8 @@ export default {
}, },
confirmSelect(row) { confirmSelect(row) {
this.formData = row; this.formData = row;
this.formData.workPlaceCode = this.workplaceId;
this.startDeal(); this.startDeal();
}, },
@ -1098,7 +1097,7 @@ export default {
if (res.code == 20000) { if (res.code == 20000) {
this.selectPrescriptionVisible = false; this.selectPrescriptionVisible = false;
this.refreshCodesPanel(this); this.refreshCodesPanel(this);
}else if (res.code == 501){ } else if (res.code == 501) {
this.$refs.childRef.getList(); this.$refs.childRef.getList();
this.$refs.childRef.getDraftList(); this.$refs.childRef.getDraftList();

Loading…
Cancel
Save