谢杰标 2 жил өмнө
parent
commit
ce69b5f556

+ 4 - 0
src/views/financed/accountsPayable/commissionSettlement/index.vue

@@ -173,6 +173,10 @@ export default {
         changeWidth: "280px",
         custom: false,
         tableColor: true,
+        selectableStatus: true,
+        selectableFunc: (row, rowIndex) => {
+          return row.checkStatus === 0 && !this.getRoles(row.roleId);
+        },
       },
       formData: {
         pageSize: 10,

+ 1 - 1
src/views/financed/accountsPayable/components/dislogCmsAudit.vue

@@ -61,7 +61,7 @@
           }}
         </p>
       </div>
-      <div class="dialog-footer">
+      <div class="dialog-footer" v-if="type == 2">
         <el-button @click="batchAudit(1)" type="primary"> 审核通过 </el-button>
         <el-button v-if="isTj" @click="batchAudit(-1)" type="warning"
           >审核不通过</el-button