作者 xudada

C6货物描述获取命名由AF22改为AE22

DIFY API key更新
@@ -3140,7 +3140,7 @@ Handling Information @@ -3140,7 +3140,7 @@ Handling Information
3140 const K22 = (worksheet['K22'] && worksheet['K22'].v) || ''; 3140 const K22 = (worksheet['K22'] && worksheet['K22'].v) || '';
3141 const P22 = (worksheet['P22'] && worksheet['P22'].v) || ''; 3141 const P22 = (worksheet['P22'] && worksheet['P22'].v) || '';
3142 const U22 = (worksheet['U22'] && worksheet['U22'].v) || ''; 3142 const U22 = (worksheet['U22'] && worksheet['U22'].v) || '';
3143 - const AF22 = (worksheet['AF22'] && worksheet['AF22'].v) || ''; 3143 + const AE22 = (worksheet['AE22'] && worksheet['AE22'].v) || '';
3144 const AF23 = (worksheet['AF23'] && worksheet['AF23'].v) || ''; 3144 const AF23 = (worksheet['AF23'] && worksheet['AF23'].v) || '';
3145 const O34 = (worksheet['O34'] && worksheet['O34'].v) || ''; 3145 const O34 = (worksheet['O34'] && worksheet['O34'].v) || '';
3146 //const O38 = (worksheet['O38'] && worksheet['O38'].v) || ''; 3146 //const O38 = (worksheet['O38'] && worksheet['O38'].v) || '';
@@ -3174,7 +3174,7 @@ Handling Information @@ -3174,7 +3174,7 @@ Handling Information
3174 P22: P22, 3174 P22: P22,
3175 U22: U22, 3175 U22: U22,
3176 M18: outFlightDate, 3176 M18: outFlightDate,
3177 - AF22: cleanString(AF22), 3177 + AE22: cleanString(AE22),
3178 AF23: formattedAF23, 3178 AF23: formattedAF23,
3179 O34: cleanString(O34), 3179 O34: cleanString(O34),
3180 //signatureDate: signatureDate, 3180 //signatureDate: signatureDate,
@@ -3196,7 +3196,8 @@ Handling Information @@ -3196,7 +3196,8 @@ Handling Information
3196 this.form.bill.quantity_weight=parseFloat(this.fileContent.C22).toFixed(2); 3196 this.form.bill.quantity_weight=parseFloat(this.fileContent.C22).toFixed(2);
3197 this.form.rtd.rtd_charge_weight=parseFloat(this.fileContent.K22).toFixed(2); 3197 this.form.rtd.rtd_charge_weight=parseFloat(this.fileContent.K22).toFixed(2);
3198 this.form.rtd.rtd_rate_charge=''; 3198 this.form.rtd.rtd_rate_charge='';
3199 - this.form.rtd.rtd_goods_DES=this.fileContent.AF22; 3199 + this.form.rtd.rtd_goods_DES=this.fileContent.AE22;
  3200 + console.log(this.form.rtd.rtd_goods_DES)
3200 this.form.cer.cer_signature=this.fileContent.O34; 3201 this.form.cer.cer_signature=this.fileContent.O34;
3201 this.form.isu.isu_signature=this.fileContent.AF38; 3202 this.form.isu.isu_signature=this.fileContent.AF38;
3202 this.dimension_textarea=this.fileContent.AF23; 3203 this.dimension_textarea=this.fileContent.AF23;
@@ -3281,7 +3282,7 @@ Handling Information @@ -3281,7 +3282,7 @@ Handling Information
3281 }); 3282 });
3282 }) 3283 })
3283 .then(response=>{ 3284 .then(response=>{
3284 - alert('执行提交'+JSON.stringify(response)) 3285 + //alert('执行提交'+JSON.stringify(response))
3285 //导入后提交 3286 //导入后提交
3286 // this.addFwb(); 3287 // this.addFwb();
3287 return {success:true,code:'200'}; 3288 return {success:true,code:'200'};
@@ -3326,7 +3327,7 @@ Handling Information @@ -3326,7 +3327,7 @@ Handling Information
3326 const K22 = (worksheet['K22'] && worksheet['K22'].v) || ''; 3327 const K22 = (worksheet['K22'] && worksheet['K22'].v) || '';
3327 const P22 = (worksheet['P22'] && worksheet['P22'].v) || ''; 3328 const P22 = (worksheet['P22'] && worksheet['P22'].v) || '';
3328 const U22 = (worksheet['U22'] && worksheet['U22'].v) || ''; 3329 const U22 = (worksheet['U22'] && worksheet['U22'].v) || '';
3329 - const AF22 = (worksheet['AF22'] && worksheet['AF22'].v) || ''; 3330 + const AE22 = (worksheet['AE22'] && worksheet['AE22'].v) || '';
3330 const AF23 = (worksheet['AF23'] && worksheet['AF23'].v) || ''; 3331 const AF23 = (worksheet['AF23'] && worksheet['AF23'].v) || '';
3331 const O34 = (worksheet['O34'] && worksheet['O34'].v) || ''; 3332 const O34 = (worksheet['O34'] && worksheet['O34'].v) || '';
3332 //const O38 = (worksheet['O38'] && worksheet['O38'].v) || ''; 3333 //const O38 = (worksheet['O38'] && worksheet['O38'].v) || '';
@@ -3360,7 +3361,7 @@ Handling Information @@ -3360,7 +3361,7 @@ Handling Information
3360 P22: P22, 3361 P22: P22,
3361 U22: U22, 3362 U22: U22,
3362 M18: outFlightDate, 3363 M18: outFlightDate,
3363 - AF22: cleanString(AF22), 3364 + AE22: cleanString(AE22),
3364 AF23: formattedAF23, 3365 AF23: formattedAF23,
3365 O34: cleanString(O34), 3366 O34: cleanString(O34),
3366 //signatureDate: signatureDate, 3367 //signatureDate: signatureDate,
@@ -3382,13 +3383,13 @@ Handling Information @@ -3382,13 +3383,13 @@ Handling Information
3382 this.form.bill.quantity_weight=parseFloat(this.fileContent.C22).toFixed(2); 3383 this.form.bill.quantity_weight=parseFloat(this.fileContent.C22).toFixed(2);
3383 this.form.rtd.rtd_charge_weight=parseFloat(this.fileContent.K22).toFixed(2); 3384 this.form.rtd.rtd_charge_weight=parseFloat(this.fileContent.K22).toFixed(2);
3384 this.form.rtd.rtd_rate_charge=''; 3385 this.form.rtd.rtd_rate_charge='';
3385 - this.form.rtd.rtd_goods_DES=this.fileContent.AF22; 3386 + this.form.rtd.rtd_goods_DES=this.fileContent.AE22;
3386 this.form.cer.cer_signature=this.fileContent.O34; 3387 this.form.cer.cer_signature=this.fileContent.O34;
3387 this.form.isu.isu_signature=this.fileContent.AF38; 3388 this.form.isu.isu_signature=this.fileContent.AF38;
3388 this.dimension_textarea=this.fileContent.AF23; 3389 this.dimension_textarea=this.fileContent.AF23;
3389 3390
3390 this.form.isu.isu_day_mounth_year=this.formattedDate(); 3391 this.form.isu.isu_day_mounth_year=this.formattedDate();
3391 - 3392 + console.log(this.form.rtd.rtd_goods_DES)
3392 //尺寸处理 3393 //尺寸处理
3393 this.convertAndCalculateVolumeTool(); 3394 this.convertAndCalculateVolumeTool();
3394 3395
@@ -3463,7 +3464,7 @@ Handling Information @@ -3463,7 +3464,7 @@ Handling Information
3463 3464
3464 //主单提交 3465 //主单提交
3465 this.addFwbWithSet(); 3466 this.addFwbWithSet();
3466 - /*进行表单的预验证*/ 3467 + /!*进行表单的预验证*!/
3467 this.$refs.apply_formRef.validate(valid => { 3468 this.$refs.apply_formRef.validate(valid => {
3468 // 未通过,表单预校验 3469 // 未通过,表单预校验
3469 if (!valid) { 3470 if (!valid) {