feat: 科室出库-优化--扫码页面未完善

dev_ksck2.0
chenhc 1 year ago
parent 74761827a5
commit 752f8c5eb0

@ -4,7 +4,7 @@
>
<template #header>
<el-form class="query-form" size="mini">
<el-form-item class="query-form-item" label-width="27%" label="姓 名:" >
<el-form-item class="query-form-item" label-width="23%" label="姓 名:" >
<el-input
v-model="info.name"
placeholder="请输入姓名"
@ -15,7 +15,7 @@
</el-input>
</el-form-item>
<el-form-item class="query-form-item" label-width="27%" label="住院号:" >
<el-form-item class="query-form-item" label-width="23%" label="住院号:" >
<el-input
v-model="info.adNum"
placeholder="请输入住院号"

@ -1851,8 +1851,8 @@ export default {
}
if (this.viewTypeKsck) {
this.curAction.corpType = 1,
this.curAction.genUnit = true
this.curAction.inputSick = true
this.curAction.genUnit = true
this.curAction.inputSick = true
}
},
};

@ -37,14 +37,14 @@
<el-card class="el-card">
<el-row>
<el-col :span="4" v-for="(bazi,key) in list" :key="key" class="text-center">
<el-col :span="6" v-for="(bazi,key) in list" :key="key" class="text-center">
<BaziPanel :info="bazi" @baziPanel="getValue"></BaziPanel>
</el-col>
</el-row>
<pagination style="height: 20px"
v-show="total>0"
:total="total"
:page-sizes=[24,48,96]
:page-sizes=[12,24,36]
:page.sync="filterQuery.page"
:limit.sync="filterQuery.limit"
@pagination="getList"
@ -185,7 +185,7 @@ export default {
orderId: null,
code: null,
page: 1,
limit: 24
limit: 12
},
total: 0,
list: [],
@ -193,7 +193,7 @@ export default {
filterQuery: {
name: '',
page: 1,
limit: 24
limit: 12
},
sickerAdNum:null,
@ -250,13 +250,8 @@ export default {
.then((response) => {
if (response.code === 20000) {
this.orderListDate = response.data || []
if (this.orderListDate.length > 0){
this.idQuery = this.orderListDate[0]
}else {
this.idQuery.fromCorp = this.idQuery.fromCorp
this.idQuery.sickerAdNum = this.idQuery.sickerAdNum
this.sickerAdNum =this.idQuery.sickerAdNum
}
this.sickerAdNum = info.adNum
this.addOrderVisible = true
} else {
this.$message.error(response.message)

Loading…
Cancel
Save