作者 朱兆平

update:

1. 电子运单反向适配SSR数据优化
@@ -212,7 +212,7 @@ @@ -212,7 +212,7 @@
212 </el-col> 212 </el-col>
213 <el-col :span="10" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 25px"> 213 <el-col :span="10" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 25px">
214 <span style="font-size: 12px"> 214 <span style="font-size: 12px">
215 - Financial information content 215 + Accounting information content
216 </span> 216 </span>
217 <el-row style="margin-bottom: -5px"> 217 <el-row style="margin-bottom: -5px">
218 <el-col style="width: 90%"> 218 <el-col style="width: 90%">
@@ -252,7 +252,7 @@ @@ -252,7 +252,7 @@
252 252
253 <el-col :span="10" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 25px"> 253 <el-col :span="10" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 25px">
254 <span style="font-size: 12px"> 254 <span style="font-size: 12px">
255 - Financial Information Identification 255 + Accounting Information Identification
256 </span> 256 </span>
257 <el-row style="margin-bottom: -5px"> 257 <el-row style="margin-bottom: -5px">
258 <el-col style="width: 90%"> 258 <el-col style="width: 90%">
@@ -456,7 +456,32 @@ @@ -456,7 +456,32 @@
456 </el-col> 456 </el-col>
457 </el-row> 457 </el-row>
458 </el-col> 458 </el-col>
459 - <el-col :span="6" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 5px"> 459 + <el-col :span="5" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 5px">
  460 + <span style="font-size: 12px">
  461 + Requested Flight/Date
  462 + </span>
  463 + <el-row>
  464 + <el-col style="width: 38%">
  465 + <el-form-item>
  466 + <el-input v-model="form.flt.flightNumber" auto-complete="off" placeholder="航班号" size="mini"></el-input>
  467 + </el-form-item>
  468 + </el-col>
  469 + <el-col style="width: 58%;margin-left: 5px">
  470 + <el-form-item>
  471 + <el-date-picker
  472 + v-model="form.flt.day"
  473 + type="date" style="width: auto"
  474 + size="mini"
  475 + format="dd"
  476 + value-format="dd"
  477 + placeholder="选择日期">
  478 + </el-date-picker>
  479 + <!-- <el-input v-model="form.companyName" auto-complete="off" placeholder="航班日期" size="mini"></el-input>-->
  480 + </el-form-item>
  481 + </el-col>
  482 + </el-row>
  483 + </el-col>
  484 + <el-col :span="4" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 5px">
460 <span style="font-size: 12px"> 485 <span style="font-size: 12px">
461 Requested Flight/Date 486 Requested Flight/Date
462 </span> 487 </span>
@@ -493,7 +518,7 @@ @@ -493,7 +518,7 @@
493 </el-col> 518 </el-col>
494 </el-row> 519 </el-row>
495 </el-col> 520 </el-col>
496 - <el-col :span="10" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 2px"> 521 + <el-col :span="7" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 2px">
497 <span style="font-size: 12px"> 522 <span style="font-size: 12px">
498 INSURANCE —— If carrier offers insurance, and such insurance is requested in accordance with the conditions thereof, indicate amount to be insured in figures in box marked "Amount of Insurance". 523 INSURANCE —— If carrier offers insurance, and such insurance is requested in accordance with the conditions thereof, indicate amount to be insured in figures in box marked "Amount of Insurance".
499 </span> 524 </span>
@@ -1151,7 +1176,7 @@ Handling Information @@ -1151,7 +1176,7 @@ Handling Information
1151 </el-col> 1176 </el-col>
1152 <el-col :span="10" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 25px"> 1177 <el-col :span="10" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 25px">
1153 <span style="font-size: 12px"> 1178 <span style="font-size: 12px">
1154 - Financial information content 1179 + Accounting information content
1155 </span> 1180 </span>
1156 <el-row style="margin-bottom: -5px"> 1181 <el-row style="margin-bottom: -5px">
1157 <el-col style="width: 90%"> 1182 <el-col style="width: 90%">
@@ -1190,7 +1215,7 @@ Handling Information @@ -1190,7 +1215,7 @@ Handling Information
1190 1215
1191 <el-col :span="10" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 25px"> 1216 <el-col :span="10" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 25px">
1192 <span style="font-size: 12px"> 1217 <span style="font-size: 12px">
1193 - Financial Information Identification 1218 + Accounting Information Identification
1194 </span> 1219 </span>
1195 <el-row style="margin-bottom: -5px"> 1220 <el-row style="margin-bottom: -5px">
1196 <el-col style="width: 90%"> 1221 <el-col style="width: 90%">
@@ -2589,6 +2614,10 @@ Handling Information @@ -2589,6 +2614,10 @@ Handling Information
2589 for (const i of res.data.acc) { 2614 for (const i of res.data.acc) {
2590 _this.acc_info=i 2615 _this.acc_info=i
2591 } 2616 }
  2617 +
  2618 + // ssr 适配 使用 join 方法并传入换行符 \n 作为分隔符
  2619 + _this.ssr_content = _this.form.ssr.ssr_request_content.join("\n");
  2620 +
2592 //获取dmi数组 2621 //获取dmi数组
2593 let dim = _this.form.rtd.dimensions 2622 let dim = _this.form.rtd.dimensions
2594 if (dim){ 2623 if (dim){