|
@@ -176,7 +176,7 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
|
|
+
|
|
<div class="page-footer">
|
|
<div class="page-footer">
|
|
<div class="footer" :class="classObj">
|
|
<div class="footer" :class="classObj">
|
|
<el-button type="primary" @click="clickSubmitForm" :loading="formLoading">{{ formLoading ? '提交中 ...' : '提 交' }}</el-button>
|
|
<el-button type="primary" @click="clickSubmitForm" :loading="formLoading">{{ formLoading ? '提交中 ...' : '提 交' }}</el-button>
|
|
@@ -320,6 +320,7 @@ export default {
|
|
this.formLoading = true;
|
|
this.formLoading = true;
|
|
examineEngin({
|
|
examineEngin({
|
|
enginInfoId: this.listItem.enginInfoId,
|
|
enginInfoId: this.listItem.enginInfoId,
|
|
|
|
+ productCategoryId: this.listItem.productCategoryId,
|
|
examineStatus: this.examineForm.status ? 'OK' : 'FAIL',
|
|
examineStatus: this.examineForm.status ? 'OK' : 'FAIL',
|
|
examineNote: this.examineForm.remark,
|
|
examineNote: this.examineForm.remark,
|
|
contractExpireDate: this.detailData.contractExpireDate,
|
|
contractExpireDate: this.detailData.contractExpireDate,
|
|
@@ -373,4 +374,4 @@ export default {
|
|
::v-deep input[type='number'] {
|
|
::v-deep input[type='number'] {
|
|
-moz-appearance: textfield;
|
|
-moz-appearance: textfield;
|
|
}
|
|
}
|
|
-</style>
|
|
|
|
|
|
+</style>
|