|
|
@ -122,12 +122,14 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<hotel-order-modal ref="modalForm" @ok="modalFormOk"></hotel-order-modal> |
|
|
|
<lease-order-modal ref="modalForm2" @ok="modalFormOk"></lease-order-modal> |
|
|
|
<lease-order-modal ref="modalForm3" @ok="modalFormOk"></lease-order-modal> |
|
|
|
</a-card> |
|
|
|
</a-col> |
|
|
|
<a-col :md="rightColMd" :sm="24" v-if="this.rightcolval == 1"> |
|
|
|
<a-card :bordered="false"> |
|
|
|
|
|
|
|
<div style="text-align: right;"> |
|
|
|
<a-icon type="close-circle" @click="hideUserList" /> |
|
|
|
</div> |
|
|
|
<!-- 查询区域 --> |
|
|
|
<div class="table-page-search-wrapper"> |
|
|
|
<a-form layout="inline"> |
|
|
@ -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); |
|
|
|