zhangyuewww há 1 ano atrás
pai
commit
c4c5ab54f2

+ 2 - 1
src/components/balanceAlert.vue

@@ -220,7 +220,8 @@ export default {
               this.deptBudgetList.warehouseName == '洮南蛟流河烘干塔'||
               this.deptBudgetList.warehouseName == '万马库'||
               this.deptBudgetList.warehouseName == '克东瑞信达'||
-              this.deptBudgetList.warehouseName == '佳屹农仓储库')
+              this.deptBudgetList.warehouseName == '佳屹农仓储库'||
+              this.deptBudgetList.warehouseName == '洮南兴旺库2023.10-2024.9')
           ) {
             for (var i = 0; i < value.length; i++) {
               var tmp = String.fromCharCode(value[i])

+ 3 - 3
src/views/houseSelfCollect/newWeighingManagement.vue

@@ -286,7 +286,7 @@
             </el-option>
           </el-select>
         </div>
-        <div v-if="warehouseName=='鲅鱼圈金信库'||warehouseName=='白城内陆港'||warehouseName=='杜尔伯特家禾库'||warehouseName=='甘南宏旗库'||warehouseName=='洮南新友谊兴旺库'||warehouseName=='洮南向阳乡金昊'||warehouseName=='山东园丰库'">
+        <div v-if="warehouseName=='鲅鱼圈金信库'||warehouseName=='白城内陆港'||warehouseName=='杜尔伯特家禾库'||warehouseName=='甘南宏旗库'||warehouseName=='洮南兴旺库2023.10-2024.9'||warehouseName=='洮南新友谊兴旺库'||warehouseName=='洮南向阳乡金昊'||warehouseName=='山东园丰库'">
           <div class="print-type-ew">
             <el-checkbox v-model="checked" @change="changeEw">打印额外票据</el-checkbox>
             <el-checkbox v-model="ddchecked" @change="changeEwDD">单独打印额外票据</el-checkbox>
@@ -2301,7 +2301,7 @@ export default {
                       .warehouseName == '洮南向阳乡金昊' || this
                         .warehouseName == '白城内陆港' || this
                           .warehouseName == '山东园丰库'|| this
-                          .warehouseName == '杜尔伯特家禾库'||this.warehouseName=='甘南宏旗库'||this.warehouseName=='洮南新友谊兴旺库'||this.warehouseName=='佳屹农仓储库')) {
+                          .warehouseName == '杜尔伯特家禾库'||this.warehouseName=='甘南宏旗库'||this.warehouseName=='洮南兴旺库2023.10-2024.9'||this.warehouseName=='洮南新友谊兴旺库'||this.warehouseName=='佳屹农仓储库')) {
                     if (this.weighingList.seller && this.weighingList.buyer) {
                       let cang = {}
                       cang.value = this.weighingList.seller
@@ -2444,7 +2444,7 @@ export default {
                             .warehouseName == '洮南向阳乡金昊' || this
                               .warehouseName == '白城内陆港' || this
                                 .warehouseName == '山东园丰库' || this
-                                  .warehouseName == '杜尔伯特家禾库' || this.warehouseName == '甘南宏旗库' || this.warehouseName == '洮南新友谊兴旺库'||this.warehouseName=='佳屹农仓储库')) {
+                                  .warehouseName == '杜尔伯特家禾库' || this.warehouseName == '甘南宏旗库' ||this.warehouseName == '洮南兴旺库2023.10-2024.9' || this.warehouseName == '洮南新友谊兴旺库'||this.warehouseName=='佳屹农仓储库')) {
                             if (this.weighingList.seller && this.weighingList.buyer) {
                               let cang = {}
                               cang.value = this.weighingList.seller

+ 3 - 2
src/views/houseSelfCollect/weightCheckRecord.vue

@@ -124,6 +124,7 @@
         <div v-if="warehouseName=='鲅鱼圈金信库'&&printType==2||
         warehouseName=='白城内陆港'&&printType==2||
         warehouseName=='杜尔伯特家禾库'&&printType==2||
+        warehouseName=='洮南兴旺库2023.10-2024.9'&&printType==2||
         warehouseName=='洮南新友谊兴旺库'&&printType==2||
         warehouseName=='甘南宏旗库'&&printType==2||
         warehouseName=='洮南向阳乡金昊'&&printType==2||
@@ -1210,7 +1211,7 @@
                     this.customerOptions.push({label:this.modification[_num].seller,value:this.modification[_num].seller})
                     this.customer=this.modification[_num].customer
                   }
-            if (this.modification[_num].serviceManagementType == 1&&(this.warehouseName == '鲅鱼圈金信库'|| this.warehouseName == '杜尔伯特家禾库'||this.warehouseName=='洮南新友谊兴旺库'||this.warehouseName=='甘南宏旗库' || this.warehouseName == '白城内陆港' || this.warehouseName == '洮南向阳乡金昊'||this.warehouseName=='山东园丰库'||this.warehouseName=='佳屹农仓储库')){
+            if (this.modification[_num].serviceManagementType == 1&&(this.warehouseName == '鲅鱼圈金信库'|| this.warehouseName == '杜尔伯特家禾库'|| this.warehouseName == '洮南兴旺库2023.10-2024.9'||this.warehouseName=='洮南新友谊兴旺库'||this.warehouseName=='甘南宏旗库' || this.warehouseName == '白城内陆港' || this.warehouseName == '洮南向阳乡金昊'||this.warehouseName=='山东园丰库'||this.warehouseName=='佳屹农仓储库')){
               if (this.modification[_num].seller && this.modification[_num].buyer) {
                 let cang = {}
                 cang.value = this.modification[_num].seller
@@ -1252,7 +1253,7 @@
             this.customer=row.customer
             console.log(this.customerOptions,this.customer,222222)
           }
-          if (row.serviceManagementType == 1&&(this.warehouseName == '鲅鱼圈金信库' || this.warehouseName == '杜尔伯特家禾库'||this.warehouseName=='洮南新友谊兴旺库'||this.warehouseName=='甘南宏旗库' || this.warehouseName == '白城内陆港' || this.warehouseName == '洮南向阳乡金昊'||this.warehouseName=='山东园丰库'||this.warehouseName=='佳屹农仓储库')) {
+          if (row.serviceManagementType == 1&&(this.warehouseName == '鲅鱼圈金信库' || this.warehouseName == '杜尔伯特家禾库' || this.warehouseName == '洮南兴旺库2023.10-2024.9'||this.warehouseName=='洮南新友谊兴旺库'||this.warehouseName=='甘南宏旗库' || this.warehouseName == '白城内陆港' || this.warehouseName == '洮南向阳乡金昊'||this.warehouseName=='山东园丰库'||this.warehouseName=='佳屹农仓储库')) {
             if (row.seller && row.buyer) {
               let cang = {}
               cang.value = row.seller

+ 1 - 0
src/views/universalityAudit/audit.vue

@@ -582,6 +582,7 @@ export default {
     },
     async getList() {
       aduitinfoList({
+        compId:localStorage.getItem('ws-pf_compId'),
         startDate: this.startDate,
         endDate: this.endDate,
         searchKeyWord: this.searchKeyWord,