-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -100,17 +82,13 @@
-
+
+ placeholder="请选择业务类型" clearable style="width: 90%">
{{ item.documentTypeCode }}
- 切换业务
@@ -131,8 +108,7 @@
filterable
remote
reserve-keyword
- placeholder="请选择往来单位" clearable style="width: 90%"
- >
+ placeholder="请选择往来单位" clearable style="width: 90%">
+ :description="result">
@@ -331,12 +306,19 @@ import {delDrugLevel} from "@/api/basic/product/drugUdiinfos";
import {getCurOrder, getNextOrder, findByBill} from "@/api/collect/collectOrder";
import PanelOrderAllDetail from "@/views/collect/PanelOrderAllDetail";
import {getWorkBindBusTypes, removeBusTypeById} from '@/api/basic/workPlace/sysWorkplaceDocuments'
+import A from '../../plugins/KeyScaner'
export default {
/**
* 处理处方
*/
name: "prescribeTagCodeDeal",
+ props: {
+ resetKey: {
+ type: Function,
+ required: true
+ },
+ },
data() {
return {
fromInvOptions: [],
@@ -419,8 +401,12 @@ export default {
PannelOrderBiz,
PanelOrderAllDetail
},
+ watch: {
+ resetKey(newVal, oldVal) {
+ this.$refs.inputRef.focus();
+ }
+ },
methods: {
-
getBillNo(billNo) {
let post = {
billNo: billNo,
@@ -465,6 +451,7 @@ export default {
this.findCurOrder();
} else {
this.formData.busType = null
+ this.$refs.inputRef.focus();
}
}
@@ -499,11 +486,6 @@ export default {
}
this.findCurOrder();
},
- toggleBusType(){
- //隐藏下拉框内容
- this.$refs.selectHeadEmpId.blur();
- this.selectBusTypeDisabled = true
- },
handleClick(blankName) {
// let url = window.location.origin+`#/tagCodeBlank?workplaceId=`+ this.stationList[index].workplaceId
@@ -827,11 +809,13 @@ export default {
},
startDeal() {
+
this.curRow = this.formData;
this.dealSplitOrder()
this.formData.tagStatus = 2;
this.updateOrder();
this.refreshCodesPanel(this);
+ this.$refs.inputRef.focus();
},
//开始拆零
@@ -899,10 +883,9 @@ export default {
this.formData.confirmFinish = false;
this.refreshCodesPanel(this)
},
- focusInput() {
- this.$refs.inputRef.focus();
- }
-
+ },
+ mounted() {
+ this.$refs.inputRef.focus();
},
created() {
getHead("prescribeTagCodeDeal", "1").then((re) => {
@@ -928,11 +911,7 @@ export default {
this.getWorkBindBusTypes(this.formData.workPlaceCode);
}
- },
- mounted() {
- this.$nextTick(() => {
- this.focusInput();
- });
+
}
}
diff --git a/src/views/collect/IoCreateOrder.vue b/src/views/collect/IoCreateOrder.vue
index 72bdc26a..68f033f8 100644
--- a/src/views/collect/IoCreateOrder.vue
+++ b/src/views/collect/IoCreateOrder.vue
@@ -8,26 +8,26 @@
>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{
- this.focusInput();
- })
+ this.$refs.inputRef.focus();
},
created() {
this.splitType = this.$route.query.splitType;