From bf21b3332bbf778f7226845067378dff9d6d7cd8 Mon Sep 17 00:00:00 2001 From: ieaii <1069385070@qq.com> Date: Mon, 25 Nov 2024 08:22:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E6=96=B0=E4=BB=A3=E7=A0=81=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/system/LeaseOrderList.vue | 26 ++++++++-------- .../src/views/system/modules/TencentMapPicker.vue | 36 +++++++++++----------- .../xcx/order/service/impl/OrderServiceImpl.java | 7 +++++ 3 files changed, 39 insertions(+), 30 deletions(-) diff --git a/admin-hanhai-vue/src/views/system/LeaseOrderList.vue b/admin-hanhai-vue/src/views/system/LeaseOrderList.vue index 8c4dd25..493bf18 100644 --- a/admin-hanhai-vue/src/views/system/LeaseOrderList.vue +++ b/admin-hanhai-vue/src/views/system/LeaseOrderList.vue @@ -122,12 +122,14 @@ - + - +
+ +
@@ -258,12 +260,12 @@ align:"center", dataIndex: 'title' }, - { - title:'商品图片', - align:"center", - dataIndex: 'pic', - scopedSlots: {customRender: 'imgSlot'} - }, + // { + // title:'商品图片', + // align:"center", + // dataIndex: 'pic', + // scopedSlots: {customRender: 'imgSlot'} + // }, { title:'客户姓名', align:"center", @@ -458,9 +460,9 @@ this.superFieldList = fieldList }, handleSend(obj){ - this.$refs.modalForm2.edit(obj); - this.$refs.modalForm2.title = "审核"; - this.$refs.modalForm2.disableSubmit = false; + this.$refs.modalForm3.edit(obj); + this.$refs.modalForm3.title = "发货"; + this.$refs.modalForm3.disableSubmit = false; console.log(obj) }, searchQuery2() { @@ -482,7 +484,7 @@ }, hideUserList(){ //this.rightcolval = 0 - this.selectedRowKeys1 = [] + this.selectedRowKeys = [] }, handlePerssion(roleId){ this.$refs.modalUserRole.show(roleId); diff --git a/admin-hanhai-vue/src/views/system/modules/TencentMapPicker.vue b/admin-hanhai-vue/src/views/system/modules/TencentMapPicker.vue index eed6376..08f0808 100644 --- a/admin-hanhai-vue/src/views/system/modules/TencentMapPicker.vue +++ b/admin-hanhai-vue/src/views/system/modules/TencentMapPicker.vue @@ -1,18 +1,18 @@