gjy 2 yıl önce
ebeveyn
işleme
c5c0015a5d

+ 5 - 1
src/views/houseSelfCollect/acquisitionManagement.vue

@@ -12,6 +12,7 @@
           </el-select>
           <el-checkbox v-hasPermission=" `acquisitionManagement.acquisition.allow`" v-model="checked"
             @change="allowEdit" :disabled="warehouseList.length==0">允许手动编辑重量</el-checkbox>
+            利率:{{interestRate}}
         </div>
       </template>
 
@@ -107,7 +108,8 @@
         warehouseList: [],
         userJurisdiction: false,
         userJurisdictionAllow: true,
-        warehouseName: ''
+        warehouseName: '',
+        interestRate:0
       }
     },
     activated() {
@@ -171,6 +173,8 @@
         let _obj = this.warehouseList.find(item => {
           return item.id === this.selectVal
         })
+        console.log(_obj)
+        this.interestRate=_obj.interestRate
         if (_obj.allowEdit == 1) {
           this.checked = true
         } else {

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

@@ -966,6 +966,7 @@
               obj.customerPhone = v.客户手机号
               obj.carNumber = v.车牌号
               obj.grossWeight = v.毛重
+              obj.pureWeight = v.纯重&&this.warehouseName=='榆树库'?v.纯重:''
               obj.tare = v.皮重
               obj.netWeight = v.净重
               obj.dryGrainPrice = v.单价

+ 2 - 1
src/views/statisticalReport/stockSaleOutReportList.vue

@@ -464,7 +464,7 @@
 
     data() {
       return {
-        tranType: '',
+        tranType: '汽运',
         clickType: '',
         activeName: '',
         dialogFormVisible1: false,
@@ -720,6 +720,7 @@
                 this.tranType = this.tranProcessInfo[0].tranType
               }
             }
+            console.log(this.tranProcessInfo)
             if (this.contractNoList[i].depositUrl) {
               this.addressUrlArray = this.contractNoList[i].depositUrl.split(',')
             } else {