...
|
...
|
@@ -3140,7 +3140,7 @@ Handling Information |
|
|
const K22 = (worksheet['K22'] && worksheet['K22'].v) || '';
|
|
|
const P22 = (worksheet['P22'] && worksheet['P22'].v) || '';
|
|
|
const U22 = (worksheet['U22'] && worksheet['U22'].v) || '';
|
|
|
const AF22 = (worksheet['AF22'] && worksheet['AF22'].v) || '';
|
|
|
const AE22 = (worksheet['AE22'] && worksheet['AE22'].v) || '';
|
|
|
const AF23 = (worksheet['AF23'] && worksheet['AF23'].v) || '';
|
|
|
const O34 = (worksheet['O34'] && worksheet['O34'].v) || '';
|
|
|
//const O38 = (worksheet['O38'] && worksheet['O38'].v) || '';
|
...
|
...
|
@@ -3174,7 +3174,7 @@ Handling Information |
|
|
P22: P22,
|
|
|
U22: U22,
|
|
|
M18: outFlightDate,
|
|
|
AF22: cleanString(AF22),
|
|
|
AE22: cleanString(AE22),
|
|
|
AF23: formattedAF23,
|
|
|
O34: cleanString(O34),
|
|
|
//signatureDate: signatureDate,
|
...
|
...
|
@@ -3196,7 +3196,8 @@ Handling Information |
|
|
this.form.bill.quantity_weight=parseFloat(this.fileContent.C22).toFixed(2);
|
|
|
this.form.rtd.rtd_charge_weight=parseFloat(this.fileContent.K22).toFixed(2);
|
|
|
this.form.rtd.rtd_rate_charge='';
|
|
|
this.form.rtd.rtd_goods_DES=this.fileContent.AF22;
|
|
|
this.form.rtd.rtd_goods_DES=this.fileContent.AE22;
|
|
|
console.log(this.form.rtd.rtd_goods_DES)
|
|
|
this.form.cer.cer_signature=this.fileContent.O34;
|
|
|
this.form.isu.isu_signature=this.fileContent.AF38;
|
|
|
this.dimension_textarea=this.fileContent.AF23;
|
...
|
...
|
@@ -3281,7 +3282,7 @@ Handling Information |
|
|
});
|
|
|
})
|
|
|
.then(response=>{
|
|
|
alert('执行提交'+JSON.stringify(response))
|
|
|
//alert('执行提交'+JSON.stringify(response))
|
|
|
//导入后提交
|
|
|
// this.addFwb();
|
|
|
return {success:true,code:'200'};
|
...
|
...
|
@@ -3326,7 +3327,7 @@ Handling Information |
|
|
const K22 = (worksheet['K22'] && worksheet['K22'].v) || '';
|
|
|
const P22 = (worksheet['P22'] && worksheet['P22'].v) || '';
|
|
|
const U22 = (worksheet['U22'] && worksheet['U22'].v) || '';
|
|
|
const AF22 = (worksheet['AF22'] && worksheet['AF22'].v) || '';
|
|
|
const AE22 = (worksheet['AE22'] && worksheet['AE22'].v) || '';
|
|
|
const AF23 = (worksheet['AF23'] && worksheet['AF23'].v) || '';
|
|
|
const O34 = (worksheet['O34'] && worksheet['O34'].v) || '';
|
|
|
//const O38 = (worksheet['O38'] && worksheet['O38'].v) || '';
|
...
|
...
|
@@ -3360,7 +3361,7 @@ Handling Information |
|
|
P22: P22,
|
|
|
U22: U22,
|
|
|
M18: outFlightDate,
|
|
|
AF22: cleanString(AF22),
|
|
|
AE22: cleanString(AE22),
|
|
|
AF23: formattedAF23,
|
|
|
O34: cleanString(O34),
|
|
|
//signatureDate: signatureDate,
|
...
|
...
|
@@ -3382,13 +3383,13 @@ Handling Information |
|
|
this.form.bill.quantity_weight=parseFloat(this.fileContent.C22).toFixed(2);
|
|
|
this.form.rtd.rtd_charge_weight=parseFloat(this.fileContent.K22).toFixed(2);
|
|
|
this.form.rtd.rtd_rate_charge='';
|
|
|
this.form.rtd.rtd_goods_DES=this.fileContent.AF22;
|
|
|
this.form.rtd.rtd_goods_DES=this.fileContent.AE22;
|
|
|
this.form.cer.cer_signature=this.fileContent.O34;
|
|
|
this.form.isu.isu_signature=this.fileContent.AF38;
|
|
|
this.dimension_textarea=this.fileContent.AF23;
|
|
|
|
|
|
this.form.isu.isu_day_mounth_year=this.formattedDate();
|
|
|
|
|
|
console.log(this.form.rtd.rtd_goods_DES)
|
|
|
//尺寸处理
|
|
|
this.convertAndCalculateVolumeTool();
|
|
|
|
...
|
...
|
@@ -3463,7 +3464,7 @@ Handling Information |
|
|
|
|
|
//主单提交
|
|
|
this.addFwbWithSet();
|
|
|
/*进行表单的预验证*/
|
|
|
/!*进行表单的预验证*!/
|
|
|
this.$refs.apply_formRef.validate(valid => {
|
|
|
// 未通过,表单预校验
|
|
|
if (!valid) {
|
...
|
...
|
|