|
|
@ -205,12 +205,17 @@ |
|
|
<el-checkbox v-model="exportInvoice.hsCodeFlag">Hs Code</el-checkbox> |
|
|
<el-checkbox v-model="exportInvoice.hsCodeFlag">Hs Code</el-checkbox> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="24"> |
|
|
|
|
|
|
|
|
<el-col :span="12"> |
|
|
<el-form-item :label="'品名类型'" > |
|
|
<el-form-item :label="'品名类型'" > |
|
|
<el-radio v-model="exportInvoice.hsCodeDescType" label="Y">中文</el-radio> |
|
|
<el-radio v-model="exportInvoice.hsCodeDescType" label="Y">中文</el-radio> |
|
|
<el-radio style="margin-left: 50px;" v-model="exportInvoice.hsCodeDescType" label="N">英文</el-radio> |
|
|
<el-radio style="margin-left: 50px;" v-model="exportInvoice.hsCodeDescType" label="N">英文</el-radio> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
|
|
|
<el-col :span="12"> |
|
|
|
|
|
<el-form-item :label="' '" > |
|
|
|
|
|
<el-checkbox v-model="exportInvoice.showWeight">显示毛净重</el-checkbox> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
</el-col> |
|
|
<el-col :span="24" style=""> |
|
|
<el-col :span="24" style=""> |
|
|
<el-form-item :label="'发票备注'" > |
|
|
<el-form-item :label="'发票备注'" > |
|
|
<el-input type="textarea" :rows="2" v-model="exportInvoice.fpremark"></el-input> |
|
|
<el-input type="textarea" :rows="2" v-model="exportInvoice.fpremark"></el-input> |
|
|
@ -914,6 +919,7 @@ |
|
|
hsCodeDescType:'', |
|
|
hsCodeDescType:'', |
|
|
goodsLabel:true, |
|
|
goodsLabel:true, |
|
|
hsCodeFlag:true, |
|
|
hsCodeFlag:true, |
|
|
|
|
|
showWeight:false, |
|
|
fpremark:'' |
|
|
fpremark:'' |
|
|
}, |
|
|
}, |
|
|
exportPakingFlag:false, |
|
|
exportPakingFlag:false, |
|
|
@ -2253,6 +2259,7 @@ |
|
|
exportParam.hsCodeFlag=this.exportInvoice.hsCodeFlag |
|
|
exportParam.hsCodeFlag=this.exportInvoice.hsCodeFlag |
|
|
exportParam.contractFlag = this.exportInvoice.contractFlag |
|
|
exportParam.contractFlag = this.exportInvoice.contractFlag |
|
|
exportParam.fpremark = this.exportInvoice.fpremark |
|
|
exportParam.fpremark = this.exportInvoice.fpremark |
|
|
|
|
|
exportParam.showWeight = this.exportInvoice.showWeight |
|
|
|
|
|
|
|
|
exportParam.declarationNo = this.currentRow.declarationNo |
|
|
exportParam.declarationNo = this.currentRow.declarationNo |
|
|
exportParam.site = this.currentRow.site |
|
|
exportParam.site = this.currentRow.site |
|
|
@ -2475,6 +2482,7 @@ |
|
|
exportParam.hsCodeFlag=this.exportInvoice.hsCodeFlag |
|
|
exportParam.hsCodeFlag=this.exportInvoice.hsCodeFlag |
|
|
exportParam.contractFlag = this.exportInvoice.contractFlag |
|
|
exportParam.contractFlag = this.exportInvoice.contractFlag |
|
|
exportParam.fpremark = this.exportInvoice.fpremark |
|
|
exportParam.fpremark = this.exportInvoice.fpremark |
|
|
|
|
|
exportParam.showWeight = this.exportInvoice.showWeight |
|
|
|
|
|
|
|
|
exportParam.declarationNo = this.currentRow.declarationNo |
|
|
exportParam.declarationNo = this.currentRow.declarationNo |
|
|
exportParam.site = this.currentRow.site |
|
|
exportParam.site = this.currentRow.site |
|
|
|