|
@@ -21,7 +21,7 @@
|
|
|
>
|
|
|
<zj-form-module title="申请信息" label-width="140px" :form-data="formData" :form-items="items" />
|
|
|
<zj-form-module
|
|
|
- v-if="~[2, 3].indexOf(formType)"
|
|
|
+ v-if="~[2].indexOf(formType) || (~[3].indexOf(formType) && formData.confirmBy)"
|
|
|
title="中心审批信息"
|
|
|
label-width="140px"
|
|
|
:form-data="formData"
|
|
@@ -1002,6 +1002,9 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
centralAudit: {
|
|
|
+ conditions: ({ row, index, column }) => {
|
|
|
+ return row.status == 'WAIT'
|
|
|
+ },
|
|
|
click: ({ row, index, column }) => {
|
|
|
this.getClassifyListData()
|
|
|
qualityFeedbackDetail({
|