diff --git a/src/views/emis/EmisBaseTools/CustomerAddressSimplePicker.vue b/src/views/emis/EmisBaseTools/CustomerAddressSimplePicker.vue index c2798761..2ffbe65f 100644 --- a/src/views/emis/EmisBaseTools/CustomerAddressSimplePicker.vue +++ b/src/views/emis/EmisBaseTools/CustomerAddressSimplePicker.vue @@ -126,9 +126,10 @@ export default { }, watch: { value(newVal,oldVal) { - if(this.value!=null){ - this.svalue=this.value; - } + // if(this.value!=null){ + // } + this.svalue=this.value; + }, countryCode(newVal){ this.queryParams.country=newVal; diff --git a/src/views/emis/EmisBaseTools/TaxInput.vue b/src/views/emis/EmisBaseTools/TaxInput.vue index 0c6a28c6..1b03ac5b 100644 --- a/src/views/emis/EmisBaseTools/TaxInput.vue +++ b/src/views/emis/EmisBaseTools/TaxInput.vue @@ -24,14 +24,7 @@ - - - + @@ -114,7 +106,7 @@ import { debounce } from 'throttle-debounce' "goodsCode": "304080202", "specType": "次", "unit": "次", - "price": "0", + "price": "1", "num": "1", "taxRate": "0.06", "withTaxFlag": "1" @@ -124,7 +116,7 @@ import { debounce } from 'throttle-debounce' "goodsCode": "30408020102", "specType": "次", "unit": "次", - "price": "0", + "price": "1", "num": "1", "taxRate": "0.00", "withTaxFlag": "1" @@ -134,7 +126,7 @@ import { debounce } from 'throttle-debounce' "goodsCode": "304040903", "specType": "次", "unit": "次", - "price": "0", + "price": "1", "num": "1", "taxRate": "0.06", "withTaxFlag": "1" @@ -144,7 +136,7 @@ import { debounce } from 'throttle-debounce' "goodsCode": "30105020202", "specType": "次", "unit": "次", - "price": "0", + "price": "1", "num": "1", "taxRate": "0.09", "withTaxFlag": "1" @@ -177,28 +169,18 @@ import { debounce } from 'throttle-debounce' this.svalue = null; this.$emit("input", this.svalue); - this.dispatch('ElFormItem', 'el.form.blur', [this.svalue]); + this.dispatch('ElFormItem', 'el.form.blur', this.svalue); }, onBlur(el) { this.$emit("input", this.svalue); - this.dispatch('ElFormItem', 'el.form.blur', [this.svalue]); + this.dispatch('ElFormItem', 'el.form.blur', this.svalue); }, changePage(cur) { this.queryParams.pageNum = cur this.queryData() }, queryData() { - this.loading = true; - - // 代理报关费 :6% ,国际代理运输费:0% 派送费:6% 代理运输费 9% - - // listSimpleEmisGoods(this.queryParams).then(response => { - // this.loading = false; - // this.total = response.total; - // this.optionItems = response.rows; - - // }); }, getIndex($index) { return (this.queryParams.pageNum - 1) * this.queryParams.pageSize + $index + 1 diff --git a/src/views/emis/emisBaseInvoiceInfo/index.vue b/src/views/emis/emisBaseInvoiceInfo/index.vue index ff7efbc1..2610d251 100644 --- a/src/views/emis/emisBaseInvoiceInfo/index.vue +++ b/src/views/emis/emisBaseInvoiceInfo/index.vue @@ -107,7 +107,7 @@ --> - + diff --git a/src/views/emis/emisSettleBill/SiteMainBillConfirmList.vue b/src/views/emis/emisSettleBill/SiteMainBillConfirmList.vue index 77ec1d47..3f5ccc18 100644 --- a/src/views/emis/emisSettleBill/SiteMainBillConfirmList.vue +++ b/src/views/emis/emisSettleBill/SiteMainBillConfirmList.vue @@ -21,7 +21,7 @@