فهرست منبع

财务月度汇总页面调试

liuqiwen 10 ساعت پیش
والد
کامیت
cc18d4cfb6
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      jd-logistics-ui-v3/src/views/logistics/monthSummary/index.vue

+ 5 - 0
jd-logistics-ui-v3/src/views/logistics/monthSummary/index.vue

@@ -110,6 +110,11 @@
       <el-table-column label="备注" align="center" prop="remark" />
       <el-table-column label="操作" align="center" class-name="small-padding fixed-width" fixed="right" width="140">
         <template #default="scope">
+          <el-button
+              type="text"
+              @click="detailClick(scope.row)"
+              v-hasPermi="['system:costDetails:list']"
+          >调账</el-button>
           <el-button link type="primary" @click="handleDuizhang(scope.row)" :disabled="scope.row.status != 1">对账</el-button>
           <el-button link type="primary" @click="handleKaipiao(scope.row)" :disabled="scope.row.status != 2">开票</el-button>
 <!--          <el-button link type="primary" icon="Delete" @click="handleDelete(scope.row)" v-hasPermi="['system:monthSummary:remove']">删除</el-button>-->