|
|
|
@ -160,7 +160,7 @@
|
|
|
|
|
ref="inputRef"
|
|
|
|
|
style="ime-mode: disabled"
|
|
|
|
|
type="tel"
|
|
|
|
|
placeholder="请点击输入框进行扫码设置或者扫码录入"
|
|
|
|
|
:placeholder="this.placeholder"
|
|
|
|
|
v-model="scanCode"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
@ -385,6 +385,7 @@ export default {
|
|
|
|
|
//界面配置相关
|
|
|
|
|
//患者处方
|
|
|
|
|
loading: false,
|
|
|
|
|
placeholder: '请点击输入框进行选择单据',
|
|
|
|
|
tableHeader: [],
|
|
|
|
|
queryList: [],
|
|
|
|
|
tableObj: [],
|
|
|
|
@ -685,6 +686,7 @@ export default {
|
|
|
|
|
this.originCode = this.filterQuery.code;
|
|
|
|
|
} else if (response.code == 601) {
|
|
|
|
|
this.formData.billNo = response.data.billNo
|
|
|
|
|
this.placeholder = "已选入单据,请扫UDI码进行作业"
|
|
|
|
|
this.getBillNo(this.formData.billNo)
|
|
|
|
|
this.startDeal();
|
|
|
|
|
|
|
|
|
@ -759,6 +761,7 @@ export default {
|
|
|
|
|
this.filterQuery.code = "01" + response.data.nameCode;
|
|
|
|
|
this.originCode = this.filterQuery.code;
|
|
|
|
|
} else if (response.code == 601) {
|
|
|
|
|
this.placeholder = "已选入单据,请扫UDI码进行作业"
|
|
|
|
|
this.formData.billNo = response.data.billNo
|
|
|
|
|
this.getBillNo(this.formData.billNo)
|
|
|
|
|
this.startDeal();
|
|
|
|
|