Browse Source

货代机构 2024-2-20

caojunjie 1 year ago
parent
commit
857b44d5c7

+ 4 - 0
src/views/iosBasicData/SeafreightExportF/bills/assembly/feecenter.vue

@@ -1906,6 +1906,10 @@
                         }
                     }
                 }else if (name == 'curCode') {
+                    if (row.feeCnName == 'PS') {
+                        this.$set(row,'curCode','')
+                        value = 'USD'
+                    }
                     for(let item of this.curCodeData) {
                         if (item.code == value){
                             if (item.code == 'USD') {

+ 1 - 1
src/views/system/dept.vue

@@ -255,7 +255,7 @@
                   overHidden:true,
               },
               {
-                  label: "logo地址",
+                  label: "logo",
                   prop: "logoUrl",
                   type: "upload",
                   listType: "picture-img",