|
|
|
@ -147,6 +147,12 @@ |
|
|
|
<el-radio style="margin-left: 50px;" v-model="hsCodeDescType" label="N">英文</el-radio> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-form-item :label="'托/箱'" > |
|
|
|
<el-radio v-model="packageUnit" label="托">托</el-radio> |
|
|
|
<el-radio v-model="packageUnit" label="箱">箱</el-radio> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row :gutter="20"> |
|
|
|
<div class="custom-divider"><span class="text">发票</span></div> |
|
|
|
@ -161,9 +167,14 @@ |
|
|
|
<el-checkbox v-model="exportInvoice.contractFlag">合同</el-checkbox> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="24" style=""> |
|
|
|
<el-form-item :label="'发票备注'" > |
|
|
|
<el-input type="textarea" :rows="2" v-model="exportInvoice.fpremark"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<!-- 箱单--> |
|
|
|
</el-row> |
|
|
|
<el-row :gutter="20"> |
|
|
|
<el-row :gutter="20" style="margin-top: 30px"> |
|
|
|
<div class="custom-divider"><span class="text">箱单</span></div> |
|
|
|
<el-col :span="8" > |
|
|
|
<el-form-item :label="''" > |
|
|
|
@ -221,8 +232,13 @@ |
|
|
|
<el-input :disabled="!exportPaking.packaging" v-model="exportPaking.kgs"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="24" style=""> |
|
|
|
<el-form-item :label="'箱单备注'" > |
|
|
|
<el-input type="textarea" :rows="2" v-model="exportPaking.xdremark"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row :gutter="20"> |
|
|
|
<el-row :gutter="20" style="margin-top: 30px"> |
|
|
|
<!-- 出口货物委托书--> |
|
|
|
<div class="custom-divider"><span class="text" style="left: 25%">出口货物委托书</span></div> |
|
|
|
<el-col :span="8"> |
|
|
|
@ -402,6 +418,12 @@ |
|
|
|
<el-radio v-model="hsCodeDescType" label="N">英文</el-radio> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="24"> |
|
|
|
<el-form-item :label="'托/箱'" > |
|
|
|
<el-radio v-model="packageUnit" label="托">托</el-radio> |
|
|
|
<el-radio v-model="packageUnit" label="箱">箱</el-radio> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</el-form> |
|
|
|
<el-footer style="height:40px;margin-top: 10px;text-align:center"> |
|
|
|
@ -469,6 +491,11 @@ |
|
|
|
<el-input v-model="exportInvoice.origin"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="24" style=""> |
|
|
|
<el-form-item :label="'备注'" > |
|
|
|
<el-input type="textarea" :rows="3" v-model="exportInvoice.fpremark"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</el-form> |
|
|
|
<el-table v-show="currentRow.buNo==='03-RFID'" |
|
|
|
@ -477,7 +504,7 @@ |
|
|
|
stripe class="expClass" |
|
|
|
highlight-current-row |
|
|
|
border :row-style="{ height: '30px' }" |
|
|
|
style="width: 100%;"> |
|
|
|
style="width: 100%;margin-top: 60px"> |
|
|
|
<el-table-column |
|
|
|
prop="pn" |
|
|
|
header-align="center" |
|
|
|
@ -590,6 +617,11 @@ |
|
|
|
<el-input :disabled="!exportPaking.packaging" v-model="exportPaking.kgs"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="24" style=""> |
|
|
|
<el-form-item :label="'备注'" > |
|
|
|
<el-input type="textarea" :rows="3" v-model="exportPaking.xdremark"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</el-form> |
|
|
|
<el-table v-show="currentRow.buNo==='03-RFID'" |
|
|
|
@ -598,7 +630,7 @@ |
|
|
|
stripe class="expClass" |
|
|
|
highlight-current-row |
|
|
|
border :row-style="{ height: '30px' }" |
|
|
|
style="width: 100%;"> |
|
|
|
style="width: 100%;margin-top: 60px"> |
|
|
|
<el-table-column |
|
|
|
prop="pn" |
|
|
|
header-align="center" |
|
|
|
@ -764,7 +796,7 @@ |
|
|
|
deliveryGoodsDate:'', |
|
|
|
voyage :'', |
|
|
|
shippingDate:'', |
|
|
|
hsCodeDescType:'Y', |
|
|
|
hsCodeDescType:'N', |
|
|
|
shipper:'Checkpoint Commercial (Shanghai) Co., Ltd. 保点贸易(上海)有限公司\t\t\t\t\t\t\n' + |
|
|
|
'Room 1411, No. 31, Lane 2419, Hunan Road, Pudong New Area, Shanghai\t\t\t\t\t\t\n' + |
|
|
|
'电话/Tel: (86-21)38112888 传真/Fax: (86-21)38112990\t\t\t\t\t\t\n' + |
|
|
|
@ -784,6 +816,7 @@ |
|
|
|
material:'', |
|
|
|
hsCodeDescType:'', |
|
|
|
goodsLabel:true, |
|
|
|
fpremark:'' |
|
|
|
}, |
|
|
|
exportPakingFlag:false, |
|
|
|
exportPaking:{ |
|
|
|
@ -802,10 +835,12 @@ |
|
|
|
material:'', |
|
|
|
hsCodeDescType:'', |
|
|
|
goodsLabel:true, |
|
|
|
boxChange:'' |
|
|
|
boxChange:'', |
|
|
|
xdremark:'' |
|
|
|
}, |
|
|
|
brandType:'', |
|
|
|
hsCodeDescType:'Y', |
|
|
|
hsCodeDescType:'N', |
|
|
|
packageUnit: '', |
|
|
|
exportParam: {}, |
|
|
|
pageIndex: 1, |
|
|
|
pageSize: 100, |
|
|
|
@ -1942,6 +1977,7 @@ |
|
|
|
this.$message.warning('请选择报关单!') |
|
|
|
return |
|
|
|
} |
|
|
|
this.exportGoods.hsCodeDescType = 'N' |
|
|
|
this.exportGoods.salesMethod = 'EXW' |
|
|
|
this.exportGoods.currency = 'USD' |
|
|
|
this.exportGoods.madeArea = 'Shanghai, China' |
|
|
|
@ -1980,11 +2016,16 @@ |
|
|
|
this.$message.warning('请选择报关单!') |
|
|
|
return |
|
|
|
} |
|
|
|
if (!this.packageUnit ) { |
|
|
|
this.$message.warning('请选择托/箱!') |
|
|
|
return |
|
|
|
} |
|
|
|
let exportParam={} |
|
|
|
exportParam.declarationNo = this.currentRow.declarationNo |
|
|
|
exportParam.site = this.currentRow.site |
|
|
|
exportParam.delNo = this.currentRow.delNo |
|
|
|
exportParam.hsCodeDescType=this.hsCodeDescType |
|
|
|
exportParam.packageUnit=this.packageUnit |
|
|
|
ExportUtil.export( |
|
|
|
"/ecss/coDel/downloadDeclaration", |
|
|
|
exportParam, this.currentRow.declarationNo+"报关单.xlsx" |
|
|
|
@ -2079,6 +2120,10 @@ |
|
|
|
this.$message.warning('请选择报关单!') |
|
|
|
return |
|
|
|
} |
|
|
|
if (!this.packageUnit ) { |
|
|
|
this.$message.warning('请选择托/箱!') |
|
|
|
return |
|
|
|
} |
|
|
|
let exportParam=this.exportPaking |
|
|
|
exportParam.salesMethod=this.exportGoods.salesMethod |
|
|
|
exportParam.currency=this.exportGoods.currency |
|
|
|
@ -2092,6 +2137,7 @@ |
|
|
|
|
|
|
|
exportParam.brandType = this.brandType |
|
|
|
exportParam.hsCodeDescType=this.hsCodeDescType |
|
|
|
exportParam.packageUnit=this.packageUnit |
|
|
|
if (this.propertiesList.length>0) { |
|
|
|
this.currentRow.brand='品牌' |
|
|
|
exportParam.brand = '品牌' |
|
|
|
@ -2099,6 +2145,7 @@ |
|
|
|
} |
|
|
|
exportParam.hsCodeDesc = this.exportInvoice.hsCodeDesc |
|
|
|
exportParam.contractFlag = this.exportInvoice.contractFlag |
|
|
|
exportParam.fpremark = this.exportInvoice.fpremark |
|
|
|
|
|
|
|
exportParam.declarationNo = this.currentRow.declarationNo |
|
|
|
exportParam.site = this.currentRow.site |
|
|
|
@ -2287,6 +2334,7 @@ |
|
|
|
this.exportInvoice.material=this.currentRow.material?this.currentRow.material:row.material |
|
|
|
this.exportInvoice.hsCodeDescType=this.currentRow.hsCodeDescType?this.currentRow.hsCodeDescType:row.hsCodeDescType |
|
|
|
this.exportInvoice.goodsLabel=this.currentRow.goodsLabel?this.currentRow.goodsLabel:row.goodsLabel |
|
|
|
this.exportInvoice.fpremark = row.remark |
|
|
|
} else if (this.templateData.type=='箱单'){ |
|
|
|
this.exportPaking.templateName=row.name |
|
|
|
this.exportPaking.upc=row.upc |
|
|
|
@ -2303,6 +2351,7 @@ |
|
|
|
this.exportPaking.material=this.currentRow.material?this.currentRow.material:row.material |
|
|
|
this.exportPaking.hsCodeDescType=this.currentRow.hsCodeDescType?this.currentRow.hsCodeDescType:row.hsCodeDescType |
|
|
|
this.exportPaking.goodsLabel=this.currentRow.goodsLabel?this.currentRow.goodsLabel:row.goodsLabel |
|
|
|
this.exportPaking.xdremark = row.remark |
|
|
|
} else if (this.templateData.type=='出口货物委托书'){ |
|
|
|
this.exportGoods.salesMethod = row.salesMethod |
|
|
|
this.exportGoods.currency = row.currency |
|
|
|
|