浏览代码

refactor(应收管理): 应收详情新增发票,列表不需要

liujt 7 月之前
父节点
当前提交
5dfffddb6c

+ 2 - 2
src/views/financialManage/receivableManage/components/infoTable.vue

@@ -38,7 +38,7 @@
         </template>
 
         <template v-slot:action="{ row, $index }">
-          <!-- <el-link
+          <el-link
             v-if="
               dialogType == 'view' && !row.invoiceStatus && !form.invoiceCode
             "
@@ -47,7 +47,7 @@
             @click="addInvoice(row)"
           >
             新增发票
-          </el-link> -->
+          </el-link>
           <el-popconfirm
             class="ele-action"
             title="确定要删除此信息吗?"

+ 2 - 2
src/views/financialManage/receivableManage/index.vue

@@ -17,7 +17,7 @@
       >
         <!-- 操作 -->
         <template v-slot:action="{ row }">
-          <el-link
+          <!-- <el-link
             type="primary"
             v-if="[2].includes(row.approvalStatus)&&!row.invoiceId"
             :underline="false"
@@ -25,7 +25,7 @@
             @click="handleDetail(row, 'view')"
           >
             新增发票
-          </el-link>
+          </el-link> -->
           <el-link
             type="primary"
             v-if="[2].includes(row.approvalStatus)"