jinhui.wang

文本修正,航线字典排序查询接口替换

...@@ -1334,7 +1334,7 @@ let tableHeaders = { ...@@ -1334,7 +1334,7 @@ let tableHeaders = {
1334 status: 1 1334 status: 1
1335 }, 1335 },
1336 { 1336 {
1337 - columnChineseName: "是否开启高价", 1337 + columnChineseName: "是否开启高价",
1338 columnName: "highLowPriceFlg", 1338 columnName: "highLowPriceFlg",
1339 columnWidth: "", 1339 columnWidth: "",
1340 status: 1 1340 status: 1
......
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
114 <el-col :span="24" style="margin-bottom: 5%"> 114 <el-col :span="24" style="margin-bottom: 5%">
115 <span style="color: #ff4949; margin-left: 10%">提示:配载航班之间请用分号分隔【符号不区分中英文】,例:CA1053;C7433</span><br /> 115 <span style="color: #ff4949; margin-left: 10%">提示:配载航班之间请用分号分隔【符号不区分中英文】,例:CA1053;C7433</span><br />
116 <span 116 <span
117 - style="color: #ff4949; margin-left: 10%">提示:如果需要设置配载航班延迟或提前可以直接在目的航后加减【+-】天数。如:CA1053+1;CZ433-1</span> 117 + style="color: #ff4949; margin-left: 10%">提示:如果需要设置配载航班延迟或提前可以直接在目的航后加减【+-】天数。如:CA1053+1;CZ433-1</span>
118 </el-col> 118 </el-col>
119 <el-col :span="24"> 119 <el-col :span="24">
120 <el-form-item label="配载航班" prop="flightRank"> 120 <el-form-item label="配载航班" prop="flightRank">
......
...@@ -201,20 +201,20 @@ ...@@ -201,20 +201,20 @@
201 <el-col :span="12"> 201 <el-col :span="12">
202 <el-form-item label="高价百分比" prop="highPriceWeightPercent"> 202 <el-form-item label="高价百分比" prop="highPriceWeightPercent">
203 <el-input-number class="wid80" :disabled="ishighPriceWeightPercent" @change="LowHighAvailable" 203 <el-input-number class="wid80" :disabled="ishighPriceWeightPercent" @change="LowHighAvailable"
204 - placeholder="开启高价后可修改" v-model="form.highPriceWeightPercent"></el-input-number> 204 + placeholder="开启高价后可修改" v-model="form.highPriceWeightPercent"></el-input-number>
205 </el-form-item> 205 </el-form-item>
206 </el-col> 206 </el-col>
207 </el-row> 207 </el-row>
208 <el-row> 208 <el-row>
209 <el-col :span="12"> 209 <el-col :span="12">
210 <el-form-item label="低价百分比" prop="lowPriceWeightPercent"> 210 <el-form-item label="低价百分比" prop="lowPriceWeightPercent">
211 - <el-input-number class="wid80" :disabled="true" placeholder="开启高价后计算" 211 + <el-input-number class="wid80" :disabled="true" placeholder="开启高价后计算"
212 v-model="form.lowPriceWeightPercent"></el-input-number> 212 v-model="form.lowPriceWeightPercent"></el-input-number>
213 </el-form-item> 213 </el-form-item>
214 </el-col> 214 </el-col>
215 <el-col :span="12"> 215 <el-col :span="12">
216 <el-form-item label="高价可配重量" prop="highAvailableWeight"> 216 <el-form-item label="高价可配重量" prop="highAvailableWeight">
217 - <el-input-number class="wid80" :disabled="true" placeholder="开启高价后计算" v-model="form.highAvailableWeight" 217 + <el-input-number class="wid80" :disabled="true" placeholder="开启高价后计算" v-model="form.highAvailableWeight"
218 :precision="2"></el-input-number> 218 :precision="2"></el-input-number>
219 </el-form-item> 219 </el-form-item>
220 </el-col> 220 </el-col>
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
222 <el-row> 222 <el-row>
223 <el-col :span="12"> 223 <el-col :span="12">
224 <el-form-item label="低价可配重量" prop="lowAvailableWeight"> 224 <el-form-item label="低价可配重量" prop="lowAvailableWeight">
225 - <el-input-number class="wid80" :disabled="true" placeholder="开启高价后计算" v-model="form.lowAvailableWeight" 225 + <el-input-number class="wid80" :disabled="true" placeholder="开启高价后计算" v-model="form.lowAvailableWeight"
226 :precision="2"></el-input-number> 226 :precision="2"></el-input-number>
227 </el-form-item> 227 </el-form-item>
228 </el-col> 228 </el-col>
......
...@@ -81,7 +81,8 @@ ...@@ -81,7 +81,8 @@
81 </template> 81 </template>
82 82
83 <script> 83 <script>
84 -import { addDict, addDictBatch, addServiceCodeBatch, addFlight, addRoute, queryRoute, orderRoute } from '@/api/system/dictionary.js' 84 +import { addDict, addDictBatch, addServiceCodeBatch, addFlight, addRoute, orderRoute } from '@/api/system/dictionary.js'
85 +import { queryRouteByFltNo } from "@/api/destinationFlight"
85 86
86 export default { 87 export default {
87 props: { 88 props: {
...@@ -154,7 +155,7 @@ export default { ...@@ -154,7 +155,7 @@ export default {
154 } else if (this.status == 'sort') { 155 } else if (this.status == 'sort') {
155 this.newDictionary = this.addDictionary.serviceCodeKey 156 this.newDictionary = this.addDictionary.serviceCodeKey
156 this.title = '航线排序' 157 this.title = '航线排序'
157 - queryRoute({ fltNo: this.newDictionary.fltNo }).then(res => { 158 + queryRouteByFltNo({ fltNo: this.newDictionary.fltNo }).then(res => {
158 if (res.code === 200) { 159 if (res.code === 200) {
159 this.routeList = res.data.list 160 this.routeList = res.data.list
160 } else { 161 } else {
...@@ -377,4 +378,5 @@ export default { ...@@ -377,4 +378,5 @@ export default {
377 </script> 378 </script>
378 379
379 <style> 380 <style>
381 +
380 </style> 382 </style>
...\ No newline at end of file ...\ No newline at end of file
......