From 6e5406d6cc06cc8a70ed20e96edb8f8ec6b02cd7 Mon Sep 17 00:00:00 2001 From: Zhao Qiqi <1287235164@qq.com> Date: Mon, 16 May 2022 18:06:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=80=E5=94=AE=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../relation/xiaoshouzhengce.vue | 7 +- .../relation/xunidingdanguanli.vue | 56 +++++---- .../xiaoshoudingdan/xiaoshoudingdanAdd.vue | 114 +++++++++++++----- .../xiaoshouzhengce/xiaoshouzhengceAdd.vue | 4 +- 4 files changed, 122 insertions(+), 59 deletions(-) diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/relation/xiaoshouzhengce.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/relation/xiaoshouzhengce.vue index 5bd00160ee..43d4992a03 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/relation/xiaoshouzhengce.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/relation/xiaoshouzhengce.vue @@ -77,7 +77,7 @@ class="pagination" @pagination="getList"/>
- @@ -398,9 +398,9 @@ export default { bb.push(element.depositBillTypeKey) }); this.sids = aa - this.billType = bb + // this.billType = bb console.log('选择sid', this.sids) - console.log('选择订单类型', this.billType) + // console.log('选择订单类型', this.billType) }, // 根据本行ID删除数据 handleDelete() { @@ -440,6 +440,7 @@ export default { // 确认 handleConfirm() { this.$emit('handleYouhui',this.row) + this.$refs.multipleTable.clearSelection(); this.handleReturn() }, // 返回 diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/relation/xunidingdanguanli.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/relation/xunidingdanguanli.vue index 4f96eaebca..52113c93bc 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/relation/xunidingdanguanli.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/relation/xunidingdanguanli.vue @@ -14,12 +14,12 @@