3/19 完成单据 页面优化1.1

20240912_adapter
wangwei 2 weeks ago
parent 0dbcb716cb
commit 0f6444d0ea

@ -385,6 +385,8 @@ import {isBlank} from "@/utils/strUtil";
import JsBarcode from 'jsbarcode'; import JsBarcode from 'jsbarcode';
import { getSet } from '@/api/collect/collectSet' import { getSet } from '@/api/collect/collectSet'
import { MessageBox } from 'element-ui';
export default { export default {
/** /**
* 处理处方 * 处理处方
@ -496,7 +498,7 @@ export default {
}, },
labelName: 1, labelName: 1,
scanStatus: null, // 1:; null scanStatus: null, // 1:; null
collectSet: {} collectSet: {},
} }
}, },
@ -1200,14 +1202,14 @@ export default {
type: 'warning' type: 'warning'
}).then(() => { }).then(() => {
this.formData = temp; this.formData = temp;
this.generateBarcode() // this.generateBarcode()
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.generateBarcode() // this.generateBarcode()
this.panelALive = true this.panelALive = true
this.startDeal(); this.startDeal();
// this.$confirm('?', '', { // this.$confirm('?', '', {
@ -1238,7 +1240,7 @@ export default {
this.formData = row; this.formData = row;
this.formData.workPlaceCode = this.workplaceId; this.formData.workPlaceCode = this.workplaceId;
this.startDeal(); this.startDeal();
this.generateBarcode() // this.generateBarcode()
}, },
startDeal() { startDeal() {
@ -1752,6 +1754,8 @@ export default {
if (event.key === 'F9' || event.keyCode === 120) { if (event.key === 'F9' || event.keyCode === 120) {
event.preventDefault(); // event.preventDefault(); //
this.finishOrder() this.finishOrder()
MessageBox.close();
} }
if (event.key === 'F10' || event.keyCode === 121) { if (event.key === 'F10' || event.keyCode === 121) {
event.preventDefault(); // event.preventDefault(); //
@ -1771,16 +1775,6 @@ export default {
} }
}, },
handleKeyboardShortcut(event) {
if (event.key === 'F9' || event.keyCode === 120) { // keyCode 120 F9
event.preventDefault(); //
this.finishOrder()
}
if (event.key === 'F10' || event.keyCode === 121) {
event.preventDefault(); //
// this.push();
}
}
}, },
mounted() { mounted() {
this.$refs.inputRef.focus(); this.$refs.inputRef.focus();

Loading…
Cancel
Save