Browse Source

no message

linwenxin 3 tháng trước cách đây
mục cha
commit
04c34804e5
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      src/views/workOrder/qualityFeedback/index.vue

+ 4 - 1
src/views/workOrder/qualityFeedback/index.vue

@@ -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({