|
@@ -2168,7 +2168,7 @@ Handling Information |
|
@@ -2168,7 +2168,7 @@ Handling Information |
2168
|
quantity_density:'',
|
2168
|
quantity_density:'',
|
2169
|
quantity_picecs:'',
|
2169
|
quantity_picecs:'',
|
2170
|
//体积
|
2170
|
//体积
|
2171
|
- quantity_volume:'0',
|
2171
|
+ quantity_volume:'0.0',
|
2172
|
quantity_volume_code:'MC',
|
2172
|
quantity_volume_code:'MC',
|
2173
|
quantity_weight:'',
|
2173
|
quantity_weight:'',
|
2174
|
quantity_weight_code:'K',
|
2174
|
quantity_weight_code:'K',
|
|
@@ -2987,7 +2987,7 @@ Handling Information |
|
@@ -2987,7 +2987,7 @@ Handling Information |
2987
|
if (totalVolume>0){
|
2987
|
if (totalVolume>0){
|
2988
|
totalVolume = Math.floor(totalVolume * 100) / 100;
|
2988
|
totalVolume = Math.floor(totalVolume * 100) / 100;
|
2989
|
}
|
2989
|
}
|
2990
|
-
|
2990
|
+ this.form.bill.quantity_volume=totalVolume;
|
2991
|
return {
|
2991
|
return {
|
2992
|
converted: output.trim(),
|
2992
|
converted: output.trim(),
|
2993
|
totalVolume: totalVolume
|
2993
|
totalVolume: totalVolume
|
|
@@ -3110,7 +3110,7 @@ Handling Information |
|
@@ -3110,7 +3110,7 @@ Handling Information |
3110
|
this.form.cer.cer_signature=this.fileContent.O34;
|
3110
|
this.form.cer.cer_signature=this.fileContent.O34;
|
3111
|
this.form.isu.isu_signature=this.fileContent.AF38;
|
3111
|
this.form.isu.isu_signature=this.fileContent.AF38;
|
3112
|
this.dimension_textarea=this.fileContent.AF23;
|
3112
|
this.dimension_textarea=this.fileContent.AF23;
|
3113
|
- this.convertAndCalculateVolume();
|
3113
|
+ //this.convertAndCalculateVolume();
|
3114
|
|
3114
|
|
3115
|
this.form.isu.isu_day_mounth_year=this.formattedDate();
|
3115
|
this.form.isu.isu_day_mounth_year=this.formattedDate();
|
3116
|
}else{
|
3116
|
}else{
|
|
@@ -3144,7 +3144,7 @@ Handling Information |
|
@@ -3144,7 +3144,7 @@ Handling Information |
3144
|
X38: X38,
|
3144
|
X38: X38,
|
3145
|
AF38: cleanString(AF38),
|
3145
|
AF38: cleanString(AF38),
|
3146
|
};
|
3146
|
};
|
3147
|
- this.convertAndCalculateVolume();
|
3147
|
+ //this.convertAndCalculateVolume();
|
3148
|
this.form.bill.waybillNum=this.fileContent.AF1;
|
3148
|
this.form.bill.waybillNum=this.fileContent.AF1;
|
3149
|
this.form.cvd.cvd_currency_code=this.fileContent.S16;
|
3149
|
this.form.cvd.cvd_currency_code=this.fileContent.S16;
|
3150
|
this.form.rtg.destinationAirport=this.fileContent.A16;
|
3150
|
this.form.rtg.destinationAirport=this.fileContent.A16;
|
|
@@ -3165,7 +3165,6 @@ Handling Information |
|
@@ -3165,7 +3165,6 @@ Handling Information |
3165
|
this.dimension_textarea=this.fileContent.AF23;
|
3165
|
this.dimension_textarea=this.fileContent.AF23;
|
3166
|
|
3166
|
|
3167
|
this.form.isu.isu_day_mounth_year=this.formattedDate();
|
3167
|
this.form.isu.isu_day_mounth_year=this.formattedDate();
|
3168
|
-
|
|
|
3169
|
}
|
3168
|
}
|
3170
|
|
3169
|
|
3171
|
} else {
|
3170
|
} else {
|
|
@@ -3173,6 +3172,7 @@ Handling Information |
|
@@ -3173,6 +3172,7 @@ Handling Information |
3173
|
}
|
3172
|
}
|
3174
|
};
|
3173
|
};
|
3175
|
reader.readAsArrayBuffer(files);
|
3174
|
reader.readAsArrayBuffer(files);
|
|
|
3175
|
+ this.convertAndCalculateVolume();
|
3176
|
},
|
3176
|
},
|
3177
|
formattedDate() {
|
3177
|
formattedDate() {
|
3178
|
// 格式化日期为 yyyy-MM-dd
|
3178
|
// 格式化日期为 yyyy-MM-dd
|