diff --git a/favicon.ico b/favicon.ico index 8f486dbb..8ec6528d 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/src/views/MarketingCenter/DeliveryManagement/index.vue b/src/views/MarketingCenter/DeliveryManagement/index.vue index 6029c209..cd3b38dc 100644 --- a/src/views/MarketingCenter/DeliveryManagement/index.vue +++ b/src/views/MarketingCenter/DeliveryManagement/index.vue @@ -298,7 +298,7 @@
- +
@@ -314,8 +314,8 @@ :label="item.label" :value="item.value"/> - 增加 - 删除 + 增加 + 删除 - + { this.getSelect(searchCargoBox, ['货箱号', '货箱号编号'], 'cargoBox', this.invoiceNum) + this.运输状态 === '已签收' ? this.disabledremoveInto = true : this.disabledremoveInto = false + this.运输状态 === '已签收' ? this.disabledmoveInto = true : this.disabledmoveInto = false + this.运输状态 === '已签收' ? this.btnAdd = true : this.btnAdd = false + this.运输状态 === '已签收' ? this.btnDel = true : this.btnDel = false }) }) }, @@ -1040,6 +1053,10 @@ export default { } }).then(() => { this.getSelect(searchCargoBox, ['货箱号', '货箱号编号'], 'cargoBox', this.invoiceNum) + this.运输状态 === '已签收' ? this.disabledremoveInto = true : this.disabledremoveInto = false + this.运输状态 === '已签收' ? this.disabledmoveInto = true : this.disabledmoveInto = false + this.运输状态 === '已签收' ? this.btnAdd = true : this.btnAdd = false + this.运输状态 === '已签收' ? this.btnDel = true : this.btnDel = false }) }) }, diff --git a/src/views/MarketingCenter/InvoiceRecord/index.vue b/src/views/MarketingCenter/InvoiceRecord/index.vue index c3d4b0eb..9042a2ab 100644 --- a/src/views/MarketingCenter/InvoiceRecord/index.vue +++ b/src/views/MarketingCenter/InvoiceRecord/index.vue @@ -416,17 +416,20 @@ export default { this.tableData1 = data.rows this.total = data.total }) + this.tableData2 = [] }, // 项目信息表格改变每页显示条数 handleSizeChange(val) { this.PageCurrent = 1 this.PageSize = val this.fetchTableData1() + this.tableData2 = [] }, // 项目信息表格翻页 handleCurrentChange(val) { this.PageCurrent = val this.fetchTableData1() + this.tableData2 = [] }, // 查询开票记录表格 fetchTableData2(row) {