diff --git a/src/views/emis/EmisBaseTools/TaxInput.vue b/src/views/emis/EmisBaseTools/TaxInput.vue index 19b23307..b4bed4b4 100644 --- a/src/views/emis/EmisBaseTools/TaxInput.vue +++ b/src/views/emis/EmisBaseTools/TaxInput.vue @@ -122,6 +122,26 @@ import { debounce } from 'throttle-debounce' "taxRate": "0.00", "withTaxFlag": "1" }, + { + "goodsName": "国际代理运输费", + "goodsCode": "30408020102", + "specType": "次", + "unit": "次", + "price": "1", + "num": "1", + "taxRate": "0.00", + "withTaxFlag": "1" + }, + { + "goodsName": "国际货运代理服务费", + "goodsCode": "30408020102", + "specType": "次", + "unit": "次", + "price": "1", + "num": "1", + "taxRate": "0.00", + "withTaxFlag": "1" + }, { "goodsName": "派送费", "goodsCode": "304040903", diff --git a/src/views/emis/emisSettleInvoiceChRecord/InvoiceChRecordList.vue b/src/views/emis/emisSettleInvoiceChRecord/InvoiceChRecordList.vue index a0abbc8d..b9a8d8c7 100644 --- a/src/views/emis/emisSettleInvoiceChRecord/InvoiceChRecordList.vue +++ b/src/views/emis/emisSettleInvoiceChRecord/InvoiceChRecordList.vue @@ -1,5 +1,5 @@