浏览代码

Merge branch 'develop_yh18' of http://git.chelingzhu.com/jianguan-web/jg-ocs-html into develop_yh18

chenrui 2 年之前
父节点
当前提交
ef132d8ac2
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/allocationManagement/transferOut/edit.vue

+ 3 - 3
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>
@@ -230,7 +230,7 @@
               :columns="chooseColumns"
               :data="chooseLoadData"
               :pagination="{pageSizeOptions: ['20','50','100','200','500']}"
-              :pageSize="500"
+              :pageSize="20"
               :scroll="{ y: 300 }"
               bordered>
               <!-- 售价 -->
@@ -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 = ''