...
|
...
|
@@ -212,7 +212,7 @@ |
|
|
</el-col>
|
|
|
<el-col :span="10" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 25px">
|
|
|
<span style="font-size: 12px">
|
|
|
Financial information content
|
|
|
Accounting information content
|
|
|
</span>
|
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 90%">
|
...
|
...
|
@@ -252,7 +252,7 @@ |
|
|
|
|
|
<el-col :span="10" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 25px">
|
|
|
<span style="font-size: 12px">
|
|
|
Financial Information Identification
|
|
|
Accounting Information Identification
|
|
|
</span>
|
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 90%">
|
...
|
...
|
@@ -456,7 +456,32 @@ |
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-col>
|
|
|
<el-col :span="6" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 5px">
|
|
|
<el-col :span="5" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 5px">
|
|
|
<span style="font-size: 12px">
|
|
|
Requested Flight/Date
|
|
|
</span>
|
|
|
<el-row>
|
|
|
<el-col style="width: 38%">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="form.flt.flightNumber" auto-complete="off" placeholder="航班号" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col style="width: 58%;margin-left: 5px">
|
|
|
<el-form-item>
|
|
|
<el-date-picker
|
|
|
v-model="form.flt.day"
|
|
|
type="date" style="width: auto"
|
|
|
size="mini"
|
|
|
format="dd"
|
|
|
value-format="dd"
|
|
|
placeholder="选择日期">
|
|
|
</el-date-picker>
|
|
|
<!-- <el-input v-model="form.companyName" auto-complete="off" placeholder="航班日期" size="mini"></el-input>-->
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-col>
|
|
|
<el-col :span="4" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 5px">
|
|
|
<span style="font-size: 12px">
|
|
|
Requested Flight/Date
|
|
|
</span>
|
...
|
...
|
@@ -493,7 +518,7 @@ |
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-col>
|
|
|
<el-col :span="10" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 2px">
|
|
|
<el-col :span="7" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 2px">
|
|
|
<span style="font-size: 12px">
|
|
|
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".
|
|
|
</span>
|
...
|
...
|
@@ -1151,7 +1176,7 @@ Handling Information |
|
|
</el-col>
|
|
|
<el-col :span="10" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 25px">
|
|
|
<span style="font-size: 12px">
|
|
|
Financial information content
|
|
|
Accounting information content
|
|
|
</span>
|
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 90%">
|
...
|
...
|
@@ -1190,7 +1215,7 @@ Handling Information |
|
|
|
|
|
<el-col :span="10" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;padding-left: 25px">
|
|
|
<span style="font-size: 12px">
|
|
|
Financial Information Identification
|
|
|
Accounting Information Identification
|
|
|
</span>
|
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 90%">
|
...
|
...
|
@@ -2589,6 +2614,10 @@ Handling Information |
|
|
for (const i of res.data.acc) {
|
|
|
_this.acc_info=i
|
|
|
}
|
|
|
|
|
|
// ssr 适配 使用 join 方法并传入换行符 \n 作为分隔符
|
|
|
_this.ssr_content = _this.form.ssr.ssr_request_content.join("\n");
|
|
|
|
|
|
//获取dmi数组
|
|
|
let dim = _this.form.rtd.dimensions
|
|
|
if (dim){
|
...
|
...
|
|