|
@@ -20,7 +20,12 @@
|
|
>
|
|
>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
-
|
|
|
|
|
|
+ <div class="state">
|
|
|
|
+ <h2>销售合同</h2>
|
|
|
|
+ <p>【编号:{{deptBudgetList.contractNo}}】</p>
|
|
|
|
+ <span class="icon"> {{ deptBudgetList.status }}</span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="center">
|
|
<ws-form
|
|
<ws-form
|
|
ref="deptBudgetList"
|
|
ref="deptBudgetList"
|
|
:rules="mainReportAdd"
|
|
:rules="mainReportAdd"
|
|
@@ -235,23 +240,24 @@
|
|
{{ deptBudgetList.contractProcessInfo.imperfectGrain }}
|
|
{{ deptBudgetList.contractProcessInfo.imperfectGrain }}
|
|
</div>
|
|
</div>
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
- <ws-form-item label="双章原件回收情况" span="1" prop="grade">
|
|
|
|
|
|
+ <!-- <ws-form-item label="双章原件回收情况" span="1" prop="grade">
|
|
<div class="unchanged">
|
|
<div class="unchanged">
|
|
{{ deptBudgetList.contractProcessInfo.grade }}
|
|
{{ deptBudgetList.contractProcessInfo.grade }}
|
|
</div>
|
|
</div>
|
|
|
|
|
|
>{{ deptBudgetList.contractProcessInfo.imperfectGrain }}
|
|
>{{ deptBudgetList.contractProcessInfo.imperfectGrain }}
|
|
- </ws-form-item>
|
|
|
|
- <ws-form-item label="双章原件回收情况" span="1" prop="grade"
|
|
|
|
- >{{deptBudgetList.contractProcessInfo.grade}}
|
|
|
|
-
|
|
|
|
|
|
+ </ws-form-item> -->
|
|
|
|
+ <ws-form-item label="双章原件回收情况" span="1" prop="grade" >
|
|
|
|
+ <div class="unchanged">
|
|
|
|
+ {{deptBudgetList.contractProcessInfo.grade}}
|
|
|
|
+ </div>
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
</ws-info-table>
|
|
</ws-info-table>
|
|
<div class="remark">
|
|
<div class="remark">
|
|
<h3>备注信息</h3>
|
|
<h3>备注信息</h3>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div class="unchanged">
|
|
|
|
|
|
+ <div class="unchanged beizhu">
|
|
{{ deptBudgetList.remarks }}
|
|
{{ deptBudgetList.remarks }}
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -268,6 +274,7 @@
|
|
>关闭</el-button
|
|
>关闭</el-button
|
|
>
|
|
>
|
|
</div>
|
|
</div>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -548,8 +555,41 @@ export default {
|
|
.container {
|
|
.container {
|
|
overflow: scroll;
|
|
overflow: scroll;
|
|
height: 93vh;
|
|
height: 93vh;
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+.state{
|
|
|
|
+ width: 900px;
|
|
|
|
+ margin: 0 auto;
|
|
|
|
+}
|
|
|
|
+.state h2,.state p{
|
|
|
|
+ display: inline-block;
|
|
|
|
+}
|
|
|
|
+.state p{
|
|
|
|
+ display: inline-block;
|
|
|
|
+ margin-left: 10px;
|
|
|
|
+ width: 170px;
|
|
|
|
+height: 20px;
|
|
|
|
+font-size: 14px;
|
|
|
|
+font-family: PingFangSC-Regular, PingFang SC;
|
|
|
|
+font-weight: 400;
|
|
|
|
+color: #000000;
|
|
|
|
+line-height: 20px;
|
|
|
|
+}
|
|
|
|
+.icon{
|
|
|
|
+ display: inline-block;
|
|
|
|
+ width: 60px;
|
|
|
|
+height: 24px;
|
|
|
|
+background: #ECFEFF;
|
|
|
|
+border-radius: 12px;
|
|
|
|
+border: 1px solid #50CAD4;
|
|
|
|
+position: relative;
|
|
|
|
+font-family: PingFangSC-Regular, PingFang SC;
|
|
|
|
+font-size: 14px;
|
|
|
|
+color: #50CAD4;
|
|
|
|
+line-height: 24px;
|
|
}
|
|
}
|
|
-//*号
|
|
|
|
|
|
+
|
|
|
|
+ //*号
|
|
.unchangeable{
|
|
.unchangeable{
|
|
position: absolute;
|
|
position: absolute;
|
|
width: 9px;
|
|
width: 9px;
|
|
@@ -574,16 +614,24 @@ right: 14px;
|
|
/deep/el-date-editor--date{
|
|
/deep/el-date-editor--date{
|
|
width: 200px;
|
|
width: 200px;
|
|
}
|
|
}
|
|
|
|
+.beizhu{
|
|
|
|
+ position: absolute;
|
|
|
|
+
|
|
|
|
+ margin: 0 auto;
|
|
|
|
+
|
|
|
|
+}
|
|
.unchanged{
|
|
.unchanged{
|
|
position: absolute;
|
|
position: absolute;
|
|
left: 37px;
|
|
left: 37px;
|
|
- width: 102px;
|
|
|
|
|
|
+ width: 900px;
|
|
height: 14px;
|
|
height: 14px;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
color: #AFB5CB;
|
|
color: #AFB5CB;
|
|
line-height: 14px;
|
|
line-height: 14px;
|
|
|
|
+
|
|
|
|
+
|
|
}
|
|
}
|
|
/deep/.ws-info-table[data-v-850a44a6] .el-form-item .el-form-item__label{
|
|
/deep/.ws-info-table[data-v-850a44a6] .el-form-item .el-form-item__label{
|
|
width: 130px;
|
|
width: 130px;
|