lilei hace 2 años
padre
commit
dd6212f3c0

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1684393551061
+  "version": 1684397389907
 }

+ 4 - 4
src/views/financialManagement/companyReceivablePayableNew/collectionPayment.vue

@@ -10,10 +10,10 @@
         <template slot="extra" v-if="$hasPermissions('B_cPayment_printAndExport')">
           <div style="margin-top: 5px;">
             <PrintPanel ref="printBox" @handlePrint="handlePrint">
-              <div style="padding:10px;" slot="extendCons">
+              <!-- <div style="padding:10px;" slot="extendCons">
                 <a-checkbox v-model="printTotalKs" :checked="printTotalKs" id="salesQuery-printTotalKs">打印总款数</a-checkbox>
                 <a-checkbox v-model="printTotalNums" :checked="printTotalNums" id="salesQuery-printTotalNums">打印总数量</a-checkbox>
-              </div>
+              </div> -->
             </PrintPanel>
             <a-divider type="vertical" />
             <a-button id="salesNewOrderEdit-add-btn" type="link" @click="openModal=true"><a-icon type="plus" />选择单据</a-button>
@@ -290,8 +290,8 @@ export default {
       }else{
         url = settleUnitPrint
         // 打印
-        params.printTotalKs = params.printTotalKs ? 1 : 0
-        params.printTotalNums = params.printTotalNums ? 1 : 0
+        // params.printTotalKs = params.printTotalKs ? 1 : 0
+        // params.printTotalNums = params.printTotalNums ? 1 : 0
       }
       // 打印或导出
       hdPrint(printerType, type, url, params, '单位应收应付', function () {

+ 2 - 2
src/views/financialManagement/companyReceivablePayableNew/list.vue

@@ -47,8 +47,8 @@
           ref="table"
           :style="{ height: tableHeight+84.5+'px' }"
           size="small"
-          :rowKey="(record) => record.settleClientSn"
-          rowKeyName="settleClientSn"
+          :rowKey="(record) => record.no"
+          rowKeyName="no"
           :columns="columns"
           :data="loadData"
           :scroll="{ y: tableHeight }"