|
@@ -202,6 +202,10 @@
|
|
<el-input disabled size="small" v-model="form.examineBy"></el-input>
|
|
<el-input disabled size="small" v-model="form.examineBy"></el-input>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
<el-descriptions-item>
|
|
<el-descriptions-item>
|
|
|
|
+ <template slot="label"> 审批时间 </template>
|
|
|
|
+ <el-input disabled size="small" v-model="form.examineTime"></el-input>
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
+ <el-descriptions-item>
|
|
<template slot="label"> *是否优惠价格结算 </template>
|
|
<template slot="label"> *是否优惠价格结算 </template>
|
|
<div>
|
|
<div>
|
|
<el-radio
|
|
<el-radio
|
|
@@ -218,11 +222,7 @@
|
|
>
|
|
>
|
|
</div>
|
|
</div>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
- </el-descriptions>
|
|
|
|
- </div>
|
|
|
|
- <div style="margin-top: -1px">
|
|
|
|
- <el-descriptions size="small" border labelClassName="labelClassName">
|
|
|
|
- <el-descriptions-item labelStyle="width:15.45%">
|
|
|
|
|
|
+ <el-descriptions-item>
|
|
<template slot="label"> 备注 </template>
|
|
<template slot="label"> 备注 </template>
|
|
<el-input
|
|
<el-input
|
|
:disabled="~['WAIT_REVIEW', 'REVIEWED', 'AGREE'].indexOf(form.flag) ? true : false"
|
|
:disabled="~['WAIT_REVIEW', 'REVIEWED', 'AGREE'].indexOf(form.flag) ? true : false"
|
|
@@ -246,6 +246,10 @@
|
|
></el-input>
|
|
></el-input>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
<el-descriptions-item>
|
|
<el-descriptions-item>
|
|
|
|
+ <template slot="label"> 审批时间 </template>
|
|
|
|
+ <el-input disabled size="small" v-model="form.reviewTime"></el-input>
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
+ <el-descriptions-item>
|
|
<template slot="label"> *审批结果 </template>
|
|
<template slot="label"> *审批结果 </template>
|
|
<div>
|
|
<div>
|
|
<el-radio
|
|
<el-radio
|
|
@@ -262,11 +266,7 @@
|
|
>
|
|
>
|
|
</div>
|
|
</div>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
- </el-descriptions>
|
|
|
|
- </div>
|
|
|
|
- <div v-if="~['WAIT_REVIEW', 'REVIEWED'].indexOf(form.flag)" style="margin-top: -1px">
|
|
|
|
- <el-descriptions size="small" border labelClassName="labelClassName">
|
|
|
|
- <el-descriptions-item labelStyle="width:15.45%">
|
|
|
|
|
|
+ <el-descriptions-item>
|
|
<template slot="label"> 备注 </template>
|
|
<template slot="label"> 备注 </template>
|
|
<el-input
|
|
<el-input
|
|
:disabled="~['WAIT_REVIEW'].indexOf(form.flag) && user_type == 1 ? false : true"
|
|
:disabled="~['WAIT_REVIEW'].indexOf(form.flag) && user_type == 1 ? false : true"
|
|
@@ -397,7 +397,7 @@ export default {
|
|
background: #fff;
|
|
background: #fff;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
::v-deep .labelClassName {
|
|
::v-deep .labelClassName {
|
|
- width: 200px !important;
|
|
|
|
|
|
+ width: 150px !important;
|
|
}
|
|
}
|
|
.sales-order-information-sl {
|
|
.sales-order-information-sl {
|
|
padding: 20px;
|
|
padding: 20px;
|