lilei 2 年之前
父節點
當前提交
432f44765f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/allocationManagement/transferOut/edit.vue

+ 2 - 2
src/views/allocationManagement/transferOut/edit.vue

@@ -212,7 +212,7 @@
                   style="margin:0 15px;"
                   size="small"
                   id="salesEdit-plDel-btn"
-                  @click="openPlSet">批量设置费用归属</a-button>
+                  @click="openPlSet">费用归属批量添加</a-button>
                 <a-button size="small" id="allocateBillEdit-import-btn" @click="openGuideModal=true">导入产品</a-button>
                 <a-button size="small" type="danger" style="margin-left: 5px" @click.stop="handleDel('', 'all')" id="chainTransferOutEdit-del-all-btn">整单删除</a-button>
               </a-col>
@@ -743,7 +743,7 @@ export default {
       const _this = this
       this.spinning = true
       const params = { allocateSn: this.outBizSn || this.$route.params.sn, printType: printType, ...data }
-      
+
       exportExcel(allocateBillDetailExcel, params, filename, function () {
         _this.spinning = false
         _this.$store.state.app.curActionPermission = ''