手机端-标准入库流程-布局调整

This commit is contained in:
zyn
2023-11-14 14:00:10 +08:00
parent e01a6e85b4
commit 2e2fed24a3
2 changed files with 62 additions and 48 deletions
@@ -13,11 +13,11 @@
v-if="reloadForm" v-if="reloadForm"
ref="form" ref="form"
:model="form" :model="form"
class="label-input-form" class="label-input-form phoneForm"
label-width="112px" label-width="112px"
style="height: 100%;"
> >
<div v-if="active === '1'"> <template v-if="active === '1'">
<div>
<ProcessTitle> <ProcessTitle>
<template slot="title">基础信息</template> <template slot="title">基础信息</template>
</ProcessTitle> </ProcessTitle>
@@ -38,8 +38,9 @@
<template slot="title">关联信息</template> <template slot="title">关联信息</template>
</ProcessTitle> </ProcessTitle>
<RelatesInformation :form="form" :dict="dict" :disabled="disabled"></RelatesInformation> <RelatesInformation :form="form" :dict="dict" :disabled="disabled"></RelatesInformation>
<ReceiptDescription v-model="form.commentText" title="审批意见"></ReceiptDescription>
</div> </div>
<ReceiptDescription v-model="form.commentText" title="审批意见"></ReceiptDescription>
</template>
<template v-if="active === '3'"> <template v-if="active === '3'">
<PhoneHistortTable :prcNum="this.$route.query.prcNum"></PhoneHistortTable> <PhoneHistortTable :prcNum="this.$route.query.prcNum"></PhoneHistortTable>
</template> </template>
@@ -164,6 +165,12 @@ export default {
box-sizing: border-box; box-sizing: border-box;
overflow: auto; overflow: auto;
.phoneForm {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
} }
.phoneBox /deep/ .van-field__label { .phoneBox /deep/ .van-field__label {
width: 112px !important; width: 112px !important;
@@ -13,11 +13,11 @@
v-if="reloadForm" v-if="reloadForm"
ref="form" ref="form"
:model="form" :model="form"
class="label-input-form" class="label-input-form phoneForm"
label-width="112px" label-width="112px"
style="height: 100%;"
> >
<div v-if="active === '1'"> <template v-if="active === '1'">
<div>
<ProcessTitle> <ProcessTitle>
<template slot="title">基础信息</template> <template slot="title">基础信息</template>
</ProcessTitle> </ProcessTitle>
@@ -38,8 +38,9 @@
<template slot="title">关联信息</template> <template slot="title">关联信息</template>
</ProcessTitle> </ProcessTitle>
<RelatesInformation :form="form" :dict="dict" :disabled="disabled"></RelatesInformation> <RelatesInformation :form="form" :dict="dict" :disabled="disabled"></RelatesInformation>
<ReceiptDescription v-model="form.commentText" title="审批意见"></ReceiptDescription>
</div> </div>
<ReceiptDescription v-model="form.commentText" title="审批意见"></ReceiptDescription>
</template>
<template v-if="active === '3'"> <template v-if="active === '3'">
<PhoneHistortTable :prcNum="this.$route.query.prcNum"></PhoneHistortTable> <PhoneHistortTable :prcNum="this.$route.query.prcNum"></PhoneHistortTable>
</template> </template>
@@ -170,6 +171,12 @@ export default {
box-sizing: border-box; box-sizing: border-box;
overflow: auto; overflow: auto;
.phoneForm {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
} }
.phoneBox /deep/ .van-field__label { .phoneBox /deep/ .van-field__label {
width: 112px !important; width: 112px !important;