zxz 3 years ago
parent
commit
23ff89439f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/statisticalReport/stockPurchaseReceiptReportList.vue

+ 1 - 1
src/views/statisticalReport/stockPurchaseReceiptReportList.vue

@@ -802,7 +802,7 @@ export default {
       if (this.modification.length == 0) {
       if (this.modification.length == 0) {
         this.$message.warning('请选择一条要审核的条目')
         this.$message.warning('请选择一条要审核的条目')
       } else {
       } else {
-        this.$confirm(`审核通过后,任务将发送给财务,是否确定通过?`, {
+        this.$confirm(`审核通过后,任务将发送给下一级,是否确定通过?`, {
           cancelButtonText: '取消',
           cancelButtonText: '取消',
           confirmButtonText: '确定',
           confirmButtonText: '确定',
           type: 'warning',
           type: 'warning',