Explorar o código

货代bug 2024-1-27

caojunjie hai 1 ano
pai
achega
2a6e59d685

+ 1 - 1
src/views/approveDataH/configuration/mainList.json

@@ -117,7 +117,7 @@
       "label": "业务日期",
       "prop": "billTime",
       "type": "date",
-      "format": "yyyy-MM-dd HH:mm:ss",
+      "format": "yyyy-MM-dd",
       "valueFormat": "yyyy-MM-dd HH:mm:ss",
       "unlinkPanels": true,
       "searchRange": true,

+ 0 - 1
src/views/approveDataH/index.vue

@@ -208,7 +208,6 @@ export default {
         } else {
           this.option = option;
         }
-        console.log(this.option);
       }
       this.getWorkDicts("auditStatus").then(res => {
         this.findObject(this.option.column, "auditStatus").dicData =

+ 10 - 10
src/views/iosBasicData/AirtransportExport/bills/billsDetails.vue

@@ -1538,16 +1538,16 @@ import {
                 this.pageLoading = false
                 this.searchMontage() // 下拉 中文名称和编号拼接
                 // 配箱最上面可以编辑
-                for(let item of this.form.containersList) {
-                    item.edit = false
-                }
-                // 配箱最下面的
-                for(let item of this.form.waitingBoxList) {
-                    this.$set(item,'editQuantity',item.quantity)
-                    this.$set(item,'editGrossWeight',item.grossWeight)
-                    this.$set(item,'editMeasurement',item.measurement)
-                    this.$set(item,'edit',false)
-                }
+                // for(let item of this.form.containersList) {
+                //     item.edit = false
+                // }
+                // // 配箱最下面的
+                // for(let item of this.form.waitingBoxList) {
+                //     this.$set(item,'editQuantity',item.quantity)
+                //     this.$set(item,'editGrossWeight',item.grossWeight)
+                //     this.$set(item,'editMeasurement',item.measurement)
+                //     this.$set(item,'edit',false)
+                // }
                 // 应收
                 for(let item of this.form.feeCenterListD) {
                     // 判断是否生成了账单

+ 5 - 4
src/views/iosBasicData/AirtransportImport/bills/assembly/EntrustmentLnformation.vue

@@ -290,16 +290,17 @@
                             <span slot="label">
                                 <span style="color: #1e9fff">出口代理</span>
                             </span>
-                            <search-query :datalist="cargoTypeData"
+                            <search-query :datalist="bookingAgentData"
                                           :selectValue="assemblyForm.bookingAgentCnName"
                                           :filterable="true"
                                           :clearable="true"
                                           :remote="true"
                                           :disabled="detailData.seeDisabled"
                                           :buttonIf="false"
-                                          @remoteMethod="remoteMethod($event,'bookingAgentCnName')"
-                                          @corpChange="corpChange($event,'bookingAgentCnName')"
-                                          @corpFocus="remoteMethod($event,'bookingAgentCnName')" >
+                                          :forParameter="{key:'id',label:'cnName',value:'cnName'}"
+                                          @remoteMethod="remoteMethod($event,'bookingAgent')"
+                                          @corpChange="corpChange($event,'bookingAgent')"
+                                          @corpFocus="remoteMethod($event,'bookingAgent')" >
                             </search-query>
                         </el-form-item>
 

+ 11 - 11
src/views/iosBasicData/AirtransportImport/bills/billsDetails.vue

@@ -1538,17 +1538,17 @@ import {
                 }
                 this.pageLoading = false
                 this.searchMontage() // 下拉 中文名称和编号拼接
-                // 配箱最上面可以编辑
-                for(let item of this.form.containersList) {
-                    item.edit = false
-                }
-                // 配箱最下面的
-                for(let item of this.form.waitingBoxList) {
-                    this.$set(item,'editQuantity',item.quantity)
-                    this.$set(item,'editGrossWeight',item.grossWeight)
-                    this.$set(item,'editMeasurement',item.measurement)
-                    this.$set(item,'edit',false)
-                }
+                // // 配箱最上面可以编辑
+                // for(let item of this.form.containersList) {
+                //     item.edit = false
+                // }
+                // // 配箱最下面的
+                // for(let item of this.form.waitingBoxList) {
+                //     this.$set(item,'editQuantity',item.quantity)
+                //     this.$set(item,'editGrossWeight',item.grossWeight)
+                //     this.$set(item,'editMeasurement',item.measurement)
+                //     this.$set(item,'edit',false)
+                // }
                 // 应收
                 for(let item of this.form.feeCenterListD) {
                     // 判断是否生成了账单

+ 1 - 0
src/views/iosBasicData/finstlbills/finstlbillsDetails.vue

@@ -1151,6 +1151,7 @@
                     cancelButtonText: "取消",
                     type: "warning"
                 }).then(()=>{
+
                     this.pageLoading = true
                     this.form.businessTypes = this.form.businessTypes?this.form.businessTypes.join(','):'' // 业务类型
                     this.form.accountDateFrom = this.form.accountDateFrom?this.form.accountDateFrom.slice(0,10) + ' 00:00:00':null // 财务开始日期