From 722eb5f9c593f89f0fb882874a1d96c92ef46b8a Mon Sep 17 00:00:00 2001 From: linfso Date: Thu, 25 Jul 2024 20:41:53 +0800 Subject: [PATCH] md --- .../CustomerAddressSimplePicker.vue | 7 +- src/views/emis/EmisBaseTools/TaxInput.vue | 34 ++--- src/views/emis/emisBaseInvoiceInfo/index.vue | 2 +- .../SiteMainBillConfirmList.vue | 2 +- .../emis/emisSettleBill/panel/MoneyPanel.vue | 3 +- .../emis/emisSettleBill/panel/MonthPanel.vue | 2 +- .../emisSettleBill/panel/SiteConfimPanel.vue | 1 + .../panel/SiteConfirmSubBillListPanel.vue | 32 ++++- .../InvoiceChRecordList.vue | 26 ++-- .../emisSettleInvoiceChRecordForm.vue | 94 ++++++++++--- .../SubBillConfirmBySiteList.vue | 66 +-------- .../emisSettleSubBill/subBillMergeMgnt.vue | 2 +- src/views/emis/emisTmsPack/packPrintList.vue | 15 +- .../emisWaybill/statpanel/DestStatPanel.vue | 16 ++- .../emisWaybill/statpanel/SendStatPanel.vue | 129 +++++++++++++++++- .../emis/emisWaybill/waybillIsPrinted.vue | 7 + src/views/emis/emisWaybill/waybillRecord.vue | 10 +- 17 files changed, 298 insertions(+), 150 deletions(-) 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 @@