|
@@ -3,7 +3,7 @@
|
|
|
<div class="title-container">
|
|
|
<breadcrumb id="breadcrumb-container" class="breadcrumb-container" />
|
|
|
</div>
|
|
|
- <el-collapse v-model="activeNames" style="margin-top: 30px;">
|
|
|
+ <el-collapse v-model="activeNames" style="margin-top: 0px;">
|
|
|
<el-collapse-item name="board">
|
|
|
<template slot="title">
|
|
|
<span style="font-size:15px; margin-left:15px;letter-spacing:2px; color:RGB(168,168,168)">
|
|
@@ -29,20 +29,34 @@
|
|
|
<el-row>
|
|
|
<el-col :xs="24" :sm="12" :lg="24" :span="6">
|
|
|
<el-form-item label="项目名称:" prop="name" label-width="140px" class="postInfo-container-item">
|
|
|
- <el-input :value="declareForm.name" :step="1" :max="100" style="width: 100%;" readonly disabled></el-input>
|
|
|
+ <el-input :value="declareForm.name" style="width: 100%;" readonly disabled></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-col :xs="24" :sm="12" :lg="12" :span="6">
|
|
|
<el-form-item label="订单号:" prop="orderId" label-width="140px" class="postInfo-container-item">
|
|
|
- <el-input :value="declareForm.orderId" :step="1" :max="100" style="width: 100%;" readonly
|
|
|
+ <el-input :value="declareForm.orderId" style="width: 100%;" readonly
|
|
|
disabled></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :xs="24" :sm="12" :lg="12" :span="6">
|
|
|
<el-form-item label="报告号:" prop="reportNo" label-width="140px" class="postInfo-container-item">
|
|
|
- <el-input :value="declareForm.reportNo" :step="1" :max="100" style="width: 100%;" readonly
|
|
|
+ <el-input :value="declareForm.reportNo" style="width: 100%;" readonly
|
|
|
+ disabled></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col :xs="24" :sm="12" :lg="12" :span="6">
|
|
|
+ <el-form-item label="客户名称:" prop="clientName" label-width="140px" class="postInfo-container-item">
|
|
|
+ <el-input :value="declareForm.clientName" style="width: 100%;" readonly
|
|
|
+ disabled></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :xs="24" :sm="12" :lg="12" :span="6">
|
|
|
+ <el-form-item label="业务来源" prop="clientSubName" label-width="140px" class="postInfo-container-item">
|
|
|
+ <el-input :value="declareForm.clientSubName" style="width: 100%;" readonly
|
|
|
disabled></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
@@ -63,7 +77,7 @@
|
|
|
</el-col>
|
|
|
<el-col :xs="24" :sm="12" :lg="12" :span="6">
|
|
|
<el-form-item label="产品类型:" prop="production" label-width="140px" class="postInfo-container-item">
|
|
|
- <el-input :value="prod" :step="1" :max="100" style="width: 100%;" readonly disabled></el-input>
|
|
|
+ <el-input :value="prod" style="width: 100%;" readonly disabled></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -301,7 +315,7 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
|
.button-area {
|
|
|
position: absolute;
|
|
|
- top: 70px;
|
|
|
+ top: 40px;
|
|
|
right: 50px;
|
|
|
}
|
|
|
|