fix : 详情修改为一个文件上传入口及测试校验,同步移动端详情展示

This commit is contained in:
2024-08-28 14:18:55 +08:00
parent 50504f4e94
commit d59c9d8cca
12 changed files with 380 additions and 388 deletions

View File

@@ -2,7 +2,7 @@
<div style="padding: 0 30px" id="printBox">
<div style="display: flex;justify-content: space-between">
<baseTitle title="项目基本信息"></baseTitle>
<el-button v-print="print" ref color="#ded0b2" icon="Printer" style="margin-top: 15px" @click="handlePrint(print)"> 打印</el-button>
<el-button v-print="print" color="#ded0b2" icon="Printer" style="margin-top: 15px" @click="handlePrint(print)"> 打印</el-button>
</div>
<fvForm :schema="schema" @getInstance="(e)=>baseForm = e" label-position="left" label-width="left" style="margin-left: 15px"></fvForm>
<div class="steps-box">
@@ -559,16 +559,7 @@ const getBaseInfo = async () => {
if (data.procedure.indexOf('40') == -1) {
data.procedure.push('40')
}
}
// else if (route.query.step === '10'||route.query.step === '20') {
// if (data.procedure.indexOf('40') != -1||data.procedure.indexOf('50') != -1) {
// data.procedure.push('30')
// }
// }
else if (route.query.step === '50') {
// if (data.procedure.indexOf('30') == -1) {
// data.procedure.push('30')
// }
} else if (route.query.step === '50') {
if (data.procedure.indexOf('50') == -1) {
data.procedure.push('50')
}