Showing
6 changed files
with
22 additions
and
13 deletions
| ... | @@ -2196,7 +2196,7 @@ let tableHeaders = { | ... | @@ -2196,7 +2196,7 @@ let tableHeaders = { |
| 2196 | { | 2196 | { |
| 2197 | columnChineseName: "备注", | 2197 | columnChineseName: "备注", |
| 2198 | columnName: "remark", | 2198 | columnName: "remark", |
| 2199 | - columnWidth: "100", | 2199 | + columnWidth: "500", |
| 2200 | ext1: "slot", | 2200 | ext1: "slot", |
| 2201 | status: 1 | 2201 | status: 1 |
| 2202 | }, | 2202 | }, | ... | ... |
| ... | @@ -73,7 +73,7 @@ export const constantRoutes = [ | ... | @@ -73,7 +73,7 @@ export const constantRoutes = [ |
| 73 | hidden: true, | 73 | hidden: true, |
| 74 | children: [ | 74 | children: [ |
| 75 | { | 75 | { |
| 76 | - path: '/info/:handle/:id|:routeStatus|:fltNo|:route|:fltDate|:status', | 76 | + path: '/info/:handle/id=:id;routeStatus=:routeStatus;fltNo=:fltNo;route=:route;fltDate=:fltDate;status=:status', |
| 77 | component: (resolve) => require(['@/views/allocationConfig/flightAllocConfig/info'], resolve), | 77 | component: (resolve) => require(['@/views/allocationConfig/flightAllocConfig/info'], resolve), |
| 78 | name: 'FlightAllocConfigInfo', | 78 | name: 'FlightAllocConfigInfo', |
| 79 | meta: { title: '航班配舱', icon: 'user' } | 79 | meta: { title: '航班配舱', icon: 'user' } | ... | ... |
| ... | @@ -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"> | ... | ... |
| ... | @@ -142,6 +142,7 @@ | ... | @@ -142,6 +142,7 @@ |
| 142 | </el-option> | 142 | </el-option> |
| 143 | </el-select> | 143 | </el-select> |
| 144 | </el-form-item> | 144 | </el-form-item> |
| 145 | + <div class="formTips" v-if="title == '修改航班信息' && routeMultiple">注意!:移除航线,相对应日期级别航线维度会同时删除</div> | ||
| 145 | </el-col> | 146 | </el-col> |
| 146 | <el-col :span="12"> | 147 | <el-col :span="12"> |
| 147 | <el-form-item label="航班类型" prop="typeId"> | 148 | <el-form-item label="航班类型" prop="typeId"> |
| ... | @@ -201,20 +202,20 @@ | ... | @@ -201,20 +202,20 @@ |
| 201 | <el-col :span="12"> | 202 | <el-col :span="12"> |
| 202 | <el-form-item label="高价百分比" prop="highPriceWeightPercent"> | 203 | <el-form-item label="高价百分比" prop="highPriceWeightPercent"> |
| 203 | <el-input-number class="wid80" :disabled="ishighPriceWeightPercent" @change="LowHighAvailable" | 204 | <el-input-number class="wid80" :disabled="ishighPriceWeightPercent" @change="LowHighAvailable" |
| 204 | - placeholder="开启高地价后可修改" v-model="form.highPriceWeightPercent"></el-input-number> | 205 | + placeholder="开启高低价后可修改" v-model="form.highPriceWeightPercent"></el-input-number> |
| 205 | </el-form-item> | 206 | </el-form-item> |
| 206 | </el-col> | 207 | </el-col> |
| 207 | </el-row> | 208 | </el-row> |
| 208 | <el-row> | 209 | <el-row> |
| 209 | <el-col :span="12"> | 210 | <el-col :span="12"> |
| 210 | <el-form-item label="低价百分比" prop="lowPriceWeightPercent"> | 211 | <el-form-item label="低价百分比" prop="lowPriceWeightPercent"> |
| 211 | - <el-input-number class="wid80" :disabled="true" placeholder="开启高地价后计算" | 212 | + <el-input-number class="wid80" :disabled="true" placeholder="开启高低价后计算" |
| 212 | v-model="form.lowPriceWeightPercent"></el-input-number> | 213 | v-model="form.lowPriceWeightPercent"></el-input-number> |
| 213 | </el-form-item> | 214 | </el-form-item> |
| 214 | </el-col> | 215 | </el-col> |
| 215 | <el-col :span="12"> | 216 | <el-col :span="12"> |
| 216 | <el-form-item label="高价可配重量" prop="highAvailableWeight"> | 217 | <el-form-item label="高价可配重量" prop="highAvailableWeight"> |
| 217 | - <el-input-number class="wid80" :disabled="true" placeholder="开启高地价后计算" v-model="form.highAvailableWeight" | 218 | + <el-input-number class="wid80" :disabled="true" placeholder="开启高低价后计算" v-model="form.highAvailableWeight" |
| 218 | :precision="2"></el-input-number> | 219 | :precision="2"></el-input-number> |
| 219 | </el-form-item> | 220 | </el-form-item> |
| 220 | </el-col> | 221 | </el-col> |
| ... | @@ -222,7 +223,7 @@ | ... | @@ -222,7 +223,7 @@ |
| 222 | <el-row> | 223 | <el-row> |
| 223 | <el-col :span="12"> | 224 | <el-col :span="12"> |
| 224 | <el-form-item label="低价可配重量" prop="lowAvailableWeight"> | 225 | <el-form-item label="低价可配重量" prop="lowAvailableWeight"> |
| 225 | - <el-input-number class="wid80" :disabled="true" placeholder="开启高地价后计算" v-model="form.lowAvailableWeight" | 226 | + <el-input-number class="wid80" :disabled="true" placeholder="开启高低价后计算" v-model="form.lowAvailableWeight" |
| 226 | :precision="2"></el-input-number> | 227 | :precision="2"></el-input-number> |
| 227 | </el-form-item> | 228 | </el-form-item> |
| 228 | </el-col> | 229 | </el-col> |
| ... | @@ -1087,4 +1088,9 @@ export default { | ... | @@ -1087,4 +1088,9 @@ export default { |
| 1087 | .el-table__body tr.hover-row>td { | 1088 | .el-table__body tr.hover-row>td { |
| 1088 | background-color: #d9ecff !important; | 1089 | background-color: #d9ecff !important; |
| 1089 | } | 1090 | } |
| 1091 | + | ||
| 1092 | +.formTips { | ||
| 1093 | + color: #ff4949; | ||
| 1094 | + margin-left: 110px; | ||
| 1095 | +} | ||
| 1090 | </style> | 1096 | </style> | ... | ... |
| ... | @@ -33,6 +33,9 @@ | ... | @@ -33,6 +33,9 @@ |
| 33 | <el-input type="text" v-model="newDictionary.route" placeholder="请输入航线" maxlength="40"> | 33 | <el-input type="text" v-model="newDictionary.route" placeholder="请输入航线" maxlength="40"> |
| 34 | </el-input> | 34 | </el-input> |
| 35 | </el-form-item> | 35 | </el-form-item> |
| 36 | + <el-form-item> | ||
| 37 | + <div style="color:#ff4949;line-height: 30px;">注意:此处不能添加虚拟航班!</div> | ||
| 38 | + </el-form-item> | ||
| 36 | </div> | 39 | </div> |
| 37 | <div v-else-if="status == 'sort'"> | 40 | <div v-else-if="status == 'sort'"> |
| 38 | <el-form-item label="航班号" prop="fltNo"> | 41 | <el-form-item label="航班号" prop="fltNo"> |
| ... | @@ -42,9 +45,6 @@ | ... | @@ -42,9 +45,6 @@ |
| 42 | <Drag :routes="routeList" @drag="drag"></Drag> | 45 | <Drag :routes="routeList" @drag="drag"></Drag> |
| 43 | </el-form-item> | 46 | </el-form-item> |
| 44 | </div> | 47 | </div> |
| 45 | - <el-form-item> | ||
| 46 | - <div style="color:#ff4949;line-height: 30px;">注意:此处不能添加虚拟航班!</div> | ||
| 47 | - </el-form-item> | ||
| 48 | </div> | 48 | </div> |
| 49 | <!-- 新增数据字典 --> | 49 | <!-- 新增数据字典 --> |
| 50 | <div v-else> | 50 | <div v-else> | ... | ... |
| ... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
| 36 | </el-button> | 36 | </el-button> |
| 37 | </div> | 37 | </div> |
| 38 | <Tables ref="operationLogTables" ductName="operationLogTables" :order="true" :border='false' :data="data" | 38 | <Tables ref="operationLogTables" ductName="operationLogTables" :order="true" :border='false' :data="data" |
| 39 | - :headerData="tableHeader" tableAlign="center" :showOverflowTooltip="true" :height="tableHeight" | 39 | + :headerData="tableHeader" tableAlign="center" :showOverflowTooltip="false" :height="tableHeight" |
| 40 | :page="selectForm.page" :limitSize="selectForm.size" :pageSizes="[100]" :totalCount="total" | 40 | :page="selectForm.page" :limitSize="selectForm.size" :pageSizes="[100]" :totalCount="total" |
| 41 | :loading="loading" @currentChange="currentChange"> | 41 | :loading="loading" @currentChange="currentChange"> |
| 42 | <template v-slot:result="scope"> | 42 | <template v-slot:result="scope"> |
| ... | @@ -48,14 +48,17 @@ | ... | @@ -48,14 +48,17 @@ |
| 48 | </span> | 48 | </span> |
| 49 | </template> | 49 | </template> |
| 50 | <template v-slot:remark="scope"> | 50 | <template v-slot:remark="scope"> |
| 51 | - <el-popover placement="top" width="400" trigger="hover" | 51 | + <!-- <el-popover placement="top" width="400" trigger="hover" |
| 52 | v-if="scope.row.remark != null && scope.row.remark != ''"> | 52 | v-if="scope.row.remark != null && scope.row.remark != ''"> |
| 53 | <ul style="height:300px;overflow-y:scroll;"> | 53 | <ul style="height:300px;overflow-y:scroll;"> |
| 54 | <li v-for="(item, index) in scope.row.remark.split('\n')" :key="index" | 54 | <li v-for="(item, index) in scope.row.remark.split('\n')" :key="index" |
| 55 | style="border-bottom:1px solid #E4E7ED;margin-bottom:5px">{{ item }}</li> | 55 | style="border-bottom:1px solid #E4E7ED;margin-bottom:5px">{{ item }}</li> |
| 56 | </ul> | 56 | </ul> |
| 57 | <el-button type="text" slot="reference">查 看</el-button> | 57 | <el-button type="text" slot="reference">查 看</el-button> |
| 58 | - </el-popover> | 58 | + </el-popover> --> |
| 59 | + <div> | ||
| 60 | + {{ scope.row.remark }} | ||
| 61 | + </div> | ||
| 59 | </template> | 62 | </template> |
| 60 | <template v-slot:requestParameters="scope"> | 63 | <template v-slot:requestParameters="scope"> |
| 61 | <el-popover placement="top" width="400" trigger="hover" | 64 | <el-popover placement="top" width="400" trigger="hover" | ... | ... |
-
Please register or login to post a comment