gjy %!s(int64=2) %!d(string=hai) anos
pai
achega
b3e8360378

+ 1 - 1
public/static/payprint1.html

@@ -837,7 +837,7 @@
                     <tr class="row">
                     <tr class="row">
                         <td class="col col-bgc">收货仓库</td>
                         <td class="col col-bgc">收货仓库</td>
                         <td v-if="pengyuPrint" class="col" colspan="3">北京天维康油脂调销中心有限公司</td>
                         <td v-if="pengyuPrint" class="col" colspan="3">北京天维康油脂调销中心有限公司</td>
-                        <td v-if="!pengyuPrint" class="col" colspan="3">{{printData.warehouseName=='洮南新友谊兴旺库'?'建发农产品-白城友谊自管仓':printData.warehouseName}}</td>
+                        <td v-if="!pengyuPrint" class="col" colspan="3">{{printData.warehouseName=='洮南新友谊兴旺库'?'建发农产品-洮南安定自管仓':printData.warehouseName}}</td>
                         <td class="col col-bgc">身份证号</td>
                         <td class="col col-bgc">身份证号</td>
                         <td class="col" colspan="4">
                         <td class="col" colspan="4">
                            {{ printData.identityAuthenticationInfo.customerNumberCard}}
                            {{ printData.identityAuthenticationInfo.customerNumberCard}}

+ 2 - 0
src/views/houseSelfCollect/paymentManagement.vue

@@ -1125,6 +1125,8 @@
         }
         }
         if (arr.length > 0) {
         if (arr.length > 0) {
           this.filesToRar(arr, '结算单文件')
           this.filesToRar(arr, '结算单文件')
+        }else{
+          this.$message.error('当前勾选的条目未生成结算单!')
         }
         }
       },
       },