|
|
|
@ -40,7 +40,8 @@
|
|
|
|
|
<!-- 头部左侧按钮模块 --> |
|
|
|
|
<div class="avue-crud__left"> |
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="handleAdd" |
|
|
|
|
>添加预约</el-button |
|
|
|
|
>添加预约 |
|
|
|
|
</el-button |
|
|
|
|
> |
|
|
|
|
<el-button |
|
|
|
|
v-if="this.query.reservationStatus === '1'" |
|
|
|
@ -94,7 +95,8 @@
|
|
|
|
|
link |
|
|
|
|
icon="el-icon-view" |
|
|
|
|
@click="viewReservation(slotProps.scope)" |
|
|
|
|
>查看</el-text |
|
|
|
|
>查看 |
|
|
|
|
</el-text |
|
|
|
|
> |
|
|
|
|
<el-text |
|
|
|
|
size="small" |
|
|
|
@ -102,7 +104,8 @@
|
|
|
|
|
link |
|
|
|
|
icon="el-icon-view" |
|
|
|
|
@click="editsolt(slotProps.scope)" |
|
|
|
|
>编辑</el-text |
|
|
|
|
>编辑 |
|
|
|
|
</el-text |
|
|
|
|
> |
|
|
|
|
<el-text |
|
|
|
|
size="small" |
|
|
|
@ -110,13 +113,15 @@
|
|
|
|
|
link |
|
|
|
|
icon="el-icon-view" |
|
|
|
|
@click="cancelReservation(slotProps.scope)" |
|
|
|
|
>取消预约</el-text |
|
|
|
|
>取消预约 |
|
|
|
|
</el-text |
|
|
|
|
> |
|
|
|
|
<el-text |
|
|
|
|
v-if="this.query.reservationStatus === '1' ? true : false" |
|
|
|
|
size="small" |
|
|
|
|
@click="confirmReservation(slotProps.scope)" |
|
|
|
|
>确认预约</el-text |
|
|
|
|
>确认预约 |
|
|
|
|
</el-text |
|
|
|
|
> |
|
|
|
|
</template> |
|
|
|
|
</tablecmt> |
|
|
|
@ -174,7 +179,8 @@
|
|
|
|
|
<!-- 头部左侧按钮模块 --> |
|
|
|
|
<div class="avue-crud__left"> |
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="handleAdd" |
|
|
|
|
>添加预约</el-button |
|
|
|
|
>添加预约 |
|
|
|
|
</el-button |
|
|
|
|
> |
|
|
|
|
<el-button |
|
|
|
|
v-if="this.query.reservationStatus === '1'" |
|
|
|
@ -228,7 +234,8 @@
|
|
|
|
|
link |
|
|
|
|
icon="el-icon-view" |
|
|
|
|
@click="viewReservation(slotProps.scope)" |
|
|
|
|
>查看</el-text |
|
|
|
|
>查看 |
|
|
|
|
</el-text |
|
|
|
|
> |
|
|
|
|
<el-text |
|
|
|
|
size="small" |
|
|
|
@ -236,7 +243,8 @@
|
|
|
|
|
link |
|
|
|
|
icon="el-icon-view" |
|
|
|
|
@click="editsolt(slotProps.scope)" |
|
|
|
|
>编辑</el-text |
|
|
|
|
>编辑 |
|
|
|
|
</el-text |
|
|
|
|
> |
|
|
|
|
<el-text |
|
|
|
|
size="small" |
|
|
|
@ -244,13 +252,15 @@
|
|
|
|
|
link |
|
|
|
|
icon="el-icon-view" |
|
|
|
|
@click="cancelReservation(slotProps.scope)" |
|
|
|
|
>取消预约</el-text |
|
|
|
|
>取消预约 |
|
|
|
|
</el-text |
|
|
|
|
> |
|
|
|
|
<el-text |
|
|
|
|
v-if="this.query.reservationStatus === '1' ? true : false" |
|
|
|
|
size="small" |
|
|
|
|
@click="confirmReservation(slotProps.scope)" |
|
|
|
|
>确认预约</el-text |
|
|
|
|
>确认预约 |
|
|
|
|
</el-text |
|
|
|
|
> |
|
|
|
|
</template> |
|
|
|
|
</tablecmt> |
|
|
|
@ -377,7 +387,7 @@
|
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
|
import { |
|
|
|
|
import { |
|
|
|
|
getList, |
|
|
|
|
getDetail, |
|
|
|
|
add, |
|
|
|
@ -385,18 +395,19 @@ import {
|
|
|
|
|
remove, |
|
|
|
|
confirms, |
|
|
|
|
addReservations, |
|
|
|
|
cancelReservation, |
|
|
|
|
} from '@/api/distribution/distributionReservation'; |
|
|
|
|
import option from '@/option/distribution/distributionReservation'; |
|
|
|
|
import { mapGetters } from 'vuex'; |
|
|
|
|
import { getDictionaryBiz } from '@/api/system/dict'; |
|
|
|
|
import { addAssign, getListUser } from '@/api/distribution/distributionStockup'; |
|
|
|
|
import { getPostList } from '@/api/system/post'; |
|
|
|
|
import { getListOwn } from '@/api/system/user'; |
|
|
|
|
import { getListTeam } from '@/api/basicdata/basicdataTeamGroup'; |
|
|
|
|
import { stockUp } from '@/api/basicdata/basicdataGoodsArea'; |
|
|
|
|
import dayjs from 'dayjs'; |
|
|
|
|
export default { |
|
|
|
|
cancelReservation |
|
|
|
|
} from '@/api/distribution/distributionReservation'; |
|
|
|
|
import option from '@/option/distribution/distributionReservation'; |
|
|
|
|
import { mapGetters } from 'vuex'; |
|
|
|
|
import { getDictionaryBiz } from '@/api/system/dict'; |
|
|
|
|
import { addAssign, getListUser } from '@/api/distribution/distributionStockup'; |
|
|
|
|
import { getPostList } from '@/api/system/post'; |
|
|
|
|
import { getListOwn } from '@/api/system/user'; |
|
|
|
|
import { getListTeam } from '@/api/basicdata/basicdataTeamGroup'; |
|
|
|
|
import { stockUp } from '@/api/basicdata/basicdataGoodsArea'; |
|
|
|
|
import dayjs from 'dayjs'; |
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
|
data() { |
|
|
|
|
return { |
|
|
|
|
columnList: [ |
|
|
|
@ -407,7 +418,7 @@ export default {
|
|
|
|
|
values: '', |
|
|
|
|
width: 55, |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: true, |
|
|
|
|
fixed: true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'reservationCode', |
|
|
|
@ -418,7 +429,7 @@ export default {
|
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: true, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
head: false |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'stockArticleId', |
|
|
|
@ -429,7 +440,7 @@ export default {
|
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: true, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
head: false |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'serviceNumber', |
|
|
|
@ -439,7 +450,7 @@ export default {
|
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
sortable: true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'warehouseName', |
|
|
|
@ -449,7 +460,7 @@ export default {
|
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
sortable: true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'mallName', |
|
|
|
@ -459,7 +470,7 @@ export default {
|
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
sortable: true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'storeName', |
|
|
|
@ -469,7 +480,7 @@ export default {
|
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
sortable: true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'consignee', |
|
|
|
@ -479,7 +490,7 @@ export default {
|
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
sortable: true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'deliveryAddress', |
|
|
|
@ -489,7 +500,7 @@ export default {
|
|
|
|
|
width: '180', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
sortable: true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'deliveryPhone', |
|
|
|
@ -498,17 +509,17 @@ export default {
|
|
|
|
|
values: '', |
|
|
|
|
width: '180', |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
sortable: true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'reservationDate', |
|
|
|
|
label: '预约时间', |
|
|
|
|
type: 5, |
|
|
|
|
type: 4, |
|
|
|
|
values: '', |
|
|
|
|
width: '220', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
sortable: true |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// prop: 'periodOfTime', |
|
|
|
@ -543,19 +554,19 @@ export default {
|
|
|
|
|
checkarr: [ |
|
|
|
|
{ |
|
|
|
|
label: '上午', |
|
|
|
|
value: '1', |
|
|
|
|
value: '1' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '下午', |
|
|
|
|
value: '2', |
|
|
|
|
value: '2' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '全天', |
|
|
|
|
value: '3', |
|
|
|
|
}, |
|
|
|
|
value: '3' |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
sortable: true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'deliveryWay', |
|
|
|
@ -566,7 +577,7 @@ export default {
|
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: true, |
|
|
|
|
head: true |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// prop: 'deliveryType', |
|
|
|
@ -601,12 +612,41 @@ export default {
|
|
|
|
|
{ |
|
|
|
|
prop: 'serveTypeName', |
|
|
|
|
label: '服务类型', |
|
|
|
|
type: 2, |
|
|
|
|
type: 3, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
checkarr: [ |
|
|
|
|
{ |
|
|
|
|
label: '上楼', |
|
|
|
|
value: '1' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '超区', |
|
|
|
|
value: '2' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '拆样', |
|
|
|
|
value: '3' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '返货', |
|
|
|
|
value: '4' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '平移', |
|
|
|
|
value: '5' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '分拣', |
|
|
|
|
value: '6' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '专车', |
|
|
|
|
value: '7' |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
sortable: true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'reservationNum', |
|
|
|
@ -616,7 +656,7 @@ export default {
|
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
sortable: true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'reservationStockListNum', |
|
|
|
@ -626,7 +666,7 @@ export default {
|
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
sortable: true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'collectionFee', |
|
|
|
@ -636,7 +676,7 @@ export default {
|
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
sortable: true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'otherFee', |
|
|
|
@ -646,7 +686,7 @@ export default {
|
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
sortable: true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'replaceFee', |
|
|
|
@ -656,7 +696,7 @@ export default {
|
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
sortable: true |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// prop: 'fee', |
|
|
|
@ -697,7 +737,7 @@ export default {
|
|
|
|
|
// }, |
|
|
|
|
], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
sortable: true |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// prop: 'orderSource', |
|
|
|
@ -740,19 +780,19 @@ export default {
|
|
|
|
|
checkarr: [ |
|
|
|
|
{ |
|
|
|
|
label: '待备货', |
|
|
|
|
value: '1', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '已备货', |
|
|
|
|
value: '2', |
|
|
|
|
value: '10' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '部分备货', |
|
|
|
|
value: '3', |
|
|
|
|
value: '20' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '已备货', |
|
|
|
|
value: '30' |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
sortable: true |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
// { |
|
|
|
@ -805,8 +845,8 @@ export default {
|
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: 'right', |
|
|
|
|
hide: true, |
|
|
|
|
}, |
|
|
|
|
hide: true |
|
|
|
|
} |
|
|
|
|
// 更多列的配置... |
|
|
|
|
], |
|
|
|
|
drawerShow: false, |
|
|
|
@ -828,7 +868,7 @@ export default {
|
|
|
|
|
page: { |
|
|
|
|
currentPage: 1, |
|
|
|
|
pageSize: 30, |
|
|
|
|
total: 40, |
|
|
|
|
total: 40 |
|
|
|
|
}, |
|
|
|
|
// 表单数据 |
|
|
|
|
form: {}, |
|
|
|
@ -857,7 +897,7 @@ export default {
|
|
|
|
|
goodsAreaIdData: [], |
|
|
|
|
deptId: '', |
|
|
|
|
cancelReservationRow: {}, |
|
|
|
|
activeName: 'nocheck', |
|
|
|
|
activeName: 'nocheck' |
|
|
|
|
}; |
|
|
|
|
}, |
|
|
|
|
watch: { |
|
|
|
@ -868,7 +908,7 @@ export default {
|
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
}, |
|
|
|
|
deep: false, |
|
|
|
|
immediate: true, |
|
|
|
|
immediate: true |
|
|
|
|
// } |
|
|
|
|
}, |
|
|
|
|
mounted() { |
|
|
|
@ -956,7 +996,7 @@ export default {
|
|
|
|
|
ids.push(ele.id); |
|
|
|
|
}); |
|
|
|
|
return ids.join(','); |
|
|
|
|
}, |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
showdrawer(value) { |
|
|
|
@ -998,8 +1038,8 @@ export default {
|
|
|
|
|
path: '/distribution/reservation/reservationAddFrom', |
|
|
|
|
query: { |
|
|
|
|
reservationId: row.id, |
|
|
|
|
name: '编辑预约单', |
|
|
|
|
}, |
|
|
|
|
name: '编辑预约单' |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
console.log(row); |
|
|
|
|
}, |
|
|
|
@ -1008,8 +1048,8 @@ export default {
|
|
|
|
|
this.$router.push({ |
|
|
|
|
path: '/distribution/reservation/reservationDetails', |
|
|
|
|
query: { |
|
|
|
|
id: row.id, |
|
|
|
|
}, |
|
|
|
|
id: row.id |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
console.log(row); |
|
|
|
|
}, |
|
|
|
@ -1018,26 +1058,50 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
selectsc(index, row) { |
|
|
|
|
console.log(index, row); |
|
|
|
|
if (row.prop === 'periodOfTimeName') { |
|
|
|
|
this.query['periodOfTime'] = index; |
|
|
|
|
} else if (row.prop === 'stockupStatusName') { |
|
|
|
|
this.query['stockupStatus'] = index; |
|
|
|
|
}else if (row.prop === 'serveTypeName') { |
|
|
|
|
this.query['serveType'] = index; |
|
|
|
|
console.log(this.query, '----------->'); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
else { |
|
|
|
|
this.query[row.prop] = index; |
|
|
|
|
} |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
}, |
|
|
|
|
timesc(index, row) { |
|
|
|
|
console.log(index, row); |
|
|
|
|
console.log(index, row); |
|
|
|
|
if (!!index) { |
|
|
|
|
index = dayjs(index).format('YYYY-MM-DD'); |
|
|
|
|
} |
|
|
|
|
this.query[row.prop] = index; |
|
|
|
|
if (!index) { |
|
|
|
|
delete this.query[row.prop]; |
|
|
|
|
} |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
}, |
|
|
|
|
inputsc(index, row) { |
|
|
|
|
console.log(index, row); |
|
|
|
|
this.query[row.prop] = index; |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
}, |
|
|
|
|
init() { |
|
|
|
|
this.height = this.setPx(document.body.clientHeight - 340); |
|
|
|
|
}, |
|
|
|
|
handleClick() { |
|
|
|
|
if(this.activeName=='yescheck'){ |
|
|
|
|
this.activeName='nocheck' |
|
|
|
|
}else if(this.activeName=='nocheck'){ |
|
|
|
|
this.activeName='yescheck' |
|
|
|
|
if (this.activeName == 'yescheck') { |
|
|
|
|
this.activeName = 'nocheck'; |
|
|
|
|
} else if (this.activeName == 'nocheck') { |
|
|
|
|
this.activeName = 'yescheck'; |
|
|
|
|
} |
|
|
|
|
if(this.activeName=='yescheck'){ |
|
|
|
|
this.bbb() |
|
|
|
|
}else if(this.activeName=='nocheck'){ |
|
|
|
|
this.aaa() |
|
|
|
|
if (this.activeName == 'yescheck') { |
|
|
|
|
this.bbb(); |
|
|
|
|
} else if (this.activeName == 'nocheck') { |
|
|
|
|
this.aaa(); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
cancelReservationConfirm() { |
|
|
|
@ -1112,7 +1176,7 @@ export default {
|
|
|
|
|
// console.log("ied>>>>>",ide); |
|
|
|
|
let params = { |
|
|
|
|
postId: ide.id, //岗位 |
|
|
|
|
deptId: this.deptId, //部门 |
|
|
|
|
deptId: this.deptId //部门 |
|
|
|
|
// roleId: '', //角色 |
|
|
|
|
}; |
|
|
|
|
getListOwn(Object.assign(params, this.query)).then(res => { |
|
|
|
@ -1121,7 +1185,7 @@ export default {
|
|
|
|
|
res.data.data.forEach(i => { |
|
|
|
|
let a = { |
|
|
|
|
dictKey: i.id, |
|
|
|
|
dictValue: i.name, |
|
|
|
|
dictValue: i.name |
|
|
|
|
}; |
|
|
|
|
fo.push(a); |
|
|
|
|
}); |
|
|
|
@ -1133,7 +1197,7 @@ export default {
|
|
|
|
|
//查询班组 |
|
|
|
|
async getTeam() { |
|
|
|
|
let params = { |
|
|
|
|
department: this.deptId, |
|
|
|
|
department: this.deptId |
|
|
|
|
}; |
|
|
|
|
getListTeam( |
|
|
|
|
this.page.currentPage, |
|
|
|
@ -1145,7 +1209,7 @@ export default {
|
|
|
|
|
res.data.data.records.forEach(i => { |
|
|
|
|
let a = { |
|
|
|
|
dictKey: i.id, |
|
|
|
|
dictValue: i.name + '-' + i.groupName, |
|
|
|
|
dictValue: i.name + '-' + i.groupName |
|
|
|
|
}; |
|
|
|
|
fo.push(a); |
|
|
|
|
}); |
|
|
|
@ -1155,7 +1219,7 @@ export default {
|
|
|
|
|
//备货区 |
|
|
|
|
async getStorageArea() { |
|
|
|
|
let params = { |
|
|
|
|
department: this.deptId, |
|
|
|
|
department: this.deptId |
|
|
|
|
}; |
|
|
|
|
stockUp(params).then(res => { |
|
|
|
|
// console.log("res>>>",res.data.data); |
|
|
|
@ -1163,7 +1227,7 @@ export default {
|
|
|
|
|
res.data.data.forEach(i => { |
|
|
|
|
let v = { |
|
|
|
|
dictKey: i.id, |
|
|
|
|
dictValue: i.name + '-' + i.headline, |
|
|
|
|
dictValue: i.name + '-' + i.headline |
|
|
|
|
}; |
|
|
|
|
fo.push(v); |
|
|
|
|
}); |
|
|
|
@ -1193,7 +1257,7 @@ export default {
|
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
this.$message({ |
|
|
|
|
type: 'success', |
|
|
|
|
message: '操作成功!', |
|
|
|
|
message: '操作成功!' |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
@ -1206,7 +1270,7 @@ export default {
|
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
this.$message({ |
|
|
|
|
type: 'success', |
|
|
|
|
message: '操作成功!', |
|
|
|
|
message: '操作成功!' |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
@ -1217,13 +1281,13 @@ export default {
|
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
this.$message({ |
|
|
|
|
type: 'success', |
|
|
|
|
message: '操作成功!', |
|
|
|
|
message: '操作成功!' |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
handleAdd() { |
|
|
|
|
this.$router.push({ |
|
|
|
|
path: '/distribution/reservation/reservationAddFrom', |
|
|
|
|
path: '/distribution/reservation/reservationAddFrom' |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
handleEdit(row) { |
|
|
|
@ -1231,8 +1295,8 @@ export default {
|
|
|
|
|
this.$router.push({ |
|
|
|
|
path: '/distribution/reservation/reservationAddFrom', |
|
|
|
|
query: { |
|
|
|
|
reservationId: row.id, |
|
|
|
|
}, |
|
|
|
|
reservationId: row.id |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
aaa() { |
|
|
|
@ -1270,8 +1334,8 @@ export default {
|
|
|
|
|
path: '/distribution/reservation/atlas', |
|
|
|
|
query: { |
|
|
|
|
id: ids, |
|
|
|
|
type: '1', |
|
|
|
|
}, |
|
|
|
|
type: '1' |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
// console.log(">>>>>>>>>>",ids); |
|
|
|
|
}, |
|
|
|
@ -1320,7 +1384,7 @@ export default {
|
|
|
|
|
confirms(this.info).then(res => { |
|
|
|
|
this.$message({ |
|
|
|
|
type: 'success', |
|
|
|
|
message: '操作成功!', |
|
|
|
|
message: '操作成功!' |
|
|
|
|
}); |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
this.dialogFormCustomer = false; |
|
|
|
@ -1334,7 +1398,7 @@ export default {
|
|
|
|
|
this.$confirm('确定将选择数据删除?', { |
|
|
|
|
confirmButtonText: '确定', |
|
|
|
|
cancelButtonText: '取消', |
|
|
|
|
type: 'warning', |
|
|
|
|
type: 'warning' |
|
|
|
|
}) |
|
|
|
|
.then(() => { |
|
|
|
|
return remove(this.ids); |
|
|
|
@ -1344,7 +1408,7 @@ export default {
|
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
this.$message({ |
|
|
|
|
type: 'success', |
|
|
|
|
message: '操作成功!', |
|
|
|
|
message: '操作成功!' |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
@ -1352,7 +1416,7 @@ export default {
|
|
|
|
|
this.$confirm('确定将选择数据删除?', { |
|
|
|
|
confirmButtonText: '确定', |
|
|
|
|
cancelButtonText: '取消', |
|
|
|
|
type: 'warning', |
|
|
|
|
type: 'warning' |
|
|
|
|
}) |
|
|
|
|
.then(() => { |
|
|
|
|
return remove(row.id); |
|
|
|
@ -1361,7 +1425,7 @@ export default {
|
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
this.$message({ |
|
|
|
|
type: 'success', |
|
|
|
|
message: '操作成功!', |
|
|
|
|
message: '操作成功!' |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
@ -1447,12 +1511,12 @@ export default {
|
|
|
|
|
this.loading = false; |
|
|
|
|
this.selectionClear(); |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
</script> |
|
|
|
|
<style lang="scss"> |
|
|
|
|
// .el-tab-pane{ |
|
|
|
|
// margin-top: -20px; |
|
|
|
|
// } |
|
|
|
|
// .el-tab-pane{ |
|
|
|
|
// margin-top: -20px; |
|
|
|
|
// } |
|
|
|
|
</style> |