陈婷婷
2026-04-03 32d02ad7839e63d0c721de8a2b243f531e5272d0
src/views/logistics/transportGPS/Add_Edit_WL_YayBill.vue
@@ -1185,9 +1185,7 @@
                        this.form.HExRate = response.data[0].汇率 == null ? 0 : response.data.汇率
                        this.form.HSSID = response.data[0].结算方式
                        this.form.HSSName = response.data[0].结算方式名称
                        response.data.map(item => {
                            this.transportList.push(item.运输路线名称)
                        })
                        this.transportList = [...new Set(response.data.map(item => item.运输路线名称))]
                        this.checkAndCallGetTransCost()
                    } else {
                        this.$modal.msgError("错误:" + response.data.code + response.data.Message);