|
@@ -164,7 +164,7 @@
|
|
|
<el-col :span="12" class="item">
|
|
|
<div class="label">审批结果</div>
|
|
|
<div class="value">
|
|
|
- <el-radio-group v-model="examineForm.status">
|
|
|
+ <el-radio-group v-model="examineForm.examineResult">
|
|
|
<el-radio :label="true">通过</el-radio>
|
|
|
<el-radio :label="false">驳回</el-radio>
|
|
|
</el-radio-group>
|
|
@@ -222,7 +222,7 @@ export default {
|
|
|
|
|
|
formLoading: false,
|
|
|
examineForm: {
|
|
|
- status: true,
|
|
|
+ examineResult: true,
|
|
|
remark: '',
|
|
|
},
|
|
|
|
|
@@ -321,7 +321,7 @@ export default {
|
|
|
examineEngin({
|
|
|
enginInfoId: this.listItem.enginInfoId,
|
|
|
productCategoryId: this.listItem.productCategoryId,
|
|
|
- examineStatus: this.examineForm.status ? 'OK' : 'FAIL',
|
|
|
+ examineResult: this.examineForm.examineResult,
|
|
|
examineNote: this.examineForm.remark,
|
|
|
contractExpireDate: this.detailData.contractExpireDate,
|
|
|
items: this.goodsList,
|