|
|
|
@ -19,46 +19,6 @@
|
|
|
|
|
</template> |
|
|
|
|
</el-table> |
|
|
|
|
</el-row> |
|
|
|
|
<!-- <el-row style="margin-bottom: 5%"> |
|
|
|
|
<!– 列表模块 –> |
|
|
|
|
<el-table ref="table" v-loading="loading" |
|
|
|
|
@selection-change="selectionChange" |
|
|
|
|
:data="data" |
|
|
|
|
height="20%" |
|
|
|
|
style="width: 100%" |
|
|
|
|
:border="option.border"> |
|
|
|
|
<template v-for="(item,index) in option.columnTakeOver"> |
|
|
|
|
<!– table字段 –> |
|
|
|
|
<el-table-column v-if="item.hide!==true" |
|
|
|
|
:prop="item.prop" |
|
|
|
|
:label="item.label" |
|
|
|
|
:width="item.width" |
|
|
|
|
:key="index"> |
|
|
|
|
</el-table-column> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
</el-table> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-row> |
|
|
|
|
<el-row style="margin-bottom: 5%"> |
|
|
|
|
<!– 列表模块 –> |
|
|
|
|
<el-table ref="table" v-loading="loading" |
|
|
|
|
@selection-change="selectionChange" |
|
|
|
|
:data="data" |
|
|
|
|
style="width: 100%" |
|
|
|
|
:border="option.border"> |
|
|
|
|
<template v-for="(item,index) in option.columnStockUp"> |
|
|
|
|
<!– table字段 –> |
|
|
|
|
<el-table-column v-if="item.hide!==true" |
|
|
|
|
:prop="item.prop" |
|
|
|
|
:label="item.label" |
|
|
|
|
:width="item.width" |
|
|
|
|
:key="index"> |
|
|
|
|
</el-table-column> |
|
|
|
|
</template> |
|
|
|
|
</el-table> |
|
|
|
|
</el-row>--> |
|
|
|
|
<el-row> |
|
|
|
|
<el-tabs |
|
|
|
|
type="card" |
|
|
|
@ -67,50 +27,6 @@
|
|
|
|
|
v-model="activeName" |
|
|
|
|
@tab-click="handleClick" |
|
|
|
|
> |
|
|
|
|
<el-tab-pane label="预约列表" name="reservation"> |
|
|
|
|
<el-table ref="table" v-loading="loading" |
|
|
|
|
@selection-change="selectionChange" |
|
|
|
|
:data="data3" |
|
|
|
|
:height="height" |
|
|
|
|
style="width: 100%" |
|
|
|
|
:border="option.border"> |
|
|
|
|
<!-- <el-table-column type="selection" v-if="option.selection" width="55" align="center"></el-table-column>--> |
|
|
|
|
<el-table-column type="expand" v-if="option.expand" align="center"></el-table-column> |
|
|
|
|
<el-table-column v-if="option.index" label="序号" type="index" width="60" align="center"> |
|
|
|
|
</el-table-column> |
|
|
|
|
<template v-for="(item,index) in option.columnReservation"> |
|
|
|
|
<!-- table字段 --> |
|
|
|
|
<el-table-column v-if="item.hide!==true" |
|
|
|
|
:prop="item.prop" |
|
|
|
|
:label="item.label" |
|
|
|
|
:width="item.width" |
|
|
|
|
:key="index"> |
|
|
|
|
</el-table-column> |
|
|
|
|
</template> |
|
|
|
|
<!-- 操作栏模块 --> |
|
|
|
|
<!-- <el-table-column prop="menu" label="操作" :width="220" align="center">--> |
|
|
|
|
<!-- <template #="{row}">--> |
|
|
|
|
<!-- <!– <el-button type="primary" text icon="el-icon-view" @click="handleView(row)">查看</el-button>–>--> |
|
|
|
|
<!-- <!– <el-button type="primary" text icon="el-icon-edit" @click="handleEdit(row)">编辑</el-button>–>--> |
|
|
|
|
<!-- <!– <el-button type="primary" text icon="el-icon-delete" @click="rowDel(row)">删除</el-button>–>--> |
|
|
|
|
<!-- </template>--> |
|
|
|
|
<!-- </el-table-column>--> |
|
|
|
|
</el-table> |
|
|
|
|
<div class="avue-crud__pagination" style="width:100%"> |
|
|
|
|
<!-- 分页模块 --> |
|
|
|
|
<el-pagination align="right" |
|
|
|
|
background |
|
|
|
|
@size-change="sizeChange" |
|
|
|
|
@current-change="currentChange" |
|
|
|
|
:current-page="page3.currentPage" |
|
|
|
|
:page-sizes="[10, 20, 30, 40, 50, 100]" |
|
|
|
|
:page-size="page3.pageSize" |
|
|
|
|
layout="total, sizes, prev, pager, next, jumper" |
|
|
|
|
:total="page3.total"> |
|
|
|
|
</el-pagination> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</el-tab-pane> |
|
|
|
|
<el-tab-pane label="订单列表" name="library"> |
|
|
|
|
<el-table ref="table" v-loading="loading" |
|
|
|
|
@selection-change="selectionChange" |
|
|
|
@ -131,14 +47,6 @@
|
|
|
|
|
:key="index"> |
|
|
|
|
</el-table-column> |
|
|
|
|
</template> |
|
|
|
|
<!-- 操作栏模块 --> |
|
|
|
|
<!-- <el-table-column prop="menu" label="操作" :width="220" align="center">--> |
|
|
|
|
<!-- <template #="{row}">--> |
|
|
|
|
<!-- <!– <el-button type="primary" text icon="el-icon-view" @click="handleView(row)">查看</el-button>–>--> |
|
|
|
|
<!-- <!– <el-button type="primary" text icon="el-icon-edit" @click="handleEdit(row)">编辑</el-button>–>--> |
|
|
|
|
<!-- <!– <el-button type="primary" text icon="el-icon-delete" @click="rowDel(row)">删除</el-button>–>--> |
|
|
|
|
<!-- </template>--> |
|
|
|
|
<!-- </el-table-column>--> |
|
|
|
|
</el-table> |
|
|
|
|
<div class="avue-crud__pagination" style="width:100%"> |
|
|
|
|
<!-- 分页模块 --> |
|
|
|
@ -162,7 +70,7 @@
|
|
|
|
|
:height="height" |
|
|
|
|
style="width: 100%" |
|
|
|
|
:border="option.border"> |
|
|
|
|
<el-table-column type="selection" v-if="option.selection" width="55" align="center"></el-table-column> |
|
|
|
|
<!-- <el-table-column type="selection" v-if="option.selection" width="55" align="center"></el-table-column>--> |
|
|
|
|
<el-table-column type="expand" v-if="option.expand" align="center"></el-table-column> |
|
|
|
|
<el-table-column v-if="option.index" label="序号" type="index" width="60" align="center"> |
|
|
|
|
</el-table-column> |
|
|
|
@ -175,14 +83,14 @@
|
|
|
|
|
:key="index"> |
|
|
|
|
</el-table-column> |
|
|
|
|
</template> |
|
|
|
|
<!-- 操作栏模块 --> |
|
|
|
|
<!-- 操作栏模块 |
|
|
|
|
<el-table-column prop="menu" label="操作" :width="220" align="center"> |
|
|
|
|
<template #="{row}"> |
|
|
|
|
<!-- <el-button type="primary" text icon="el-icon-view" @click="handleView(row)">查看</el-button>--> |
|
|
|
|
<!-- <el-button type="primary" text icon="el-icon-edit" @click="handleEdit(row)">编辑</el-button>--> |
|
|
|
|
<!-- <el-button type="primary" text icon="el-icon-delete" @click="rowDel(row)">删除</el-button>--> |
|
|
|
|
<!– <el-button type="primary" text icon="el-icon-view" @click="handleView(row)">查看</el-button>–> |
|
|
|
|
<!– <el-button type="primary" text icon="el-icon-edit" @click="handleEdit(row)">编辑</el-button>–> |
|
|
|
|
<!– <el-button type="primary" text icon="el-icon-delete" @click="rowDel(row)">删除</el-button>–> |
|
|
|
|
</template> |
|
|
|
|
</el-table-column> |
|
|
|
|
</el-table-column>--> |
|
|
|
|
</el-table> |
|
|
|
|
<div class="avue-crud__pagination" style="width:100%"> |
|
|
|
|
<!-- 分页模块 --> |
|
|
|
@ -251,7 +159,7 @@
|
|
|
|
|
</el-pagination> |
|
|
|
|
</div> |
|
|
|
|
</el-row>--> |
|
|
|
|
<el-dialog v-model="dialogFormCustomer" title="修改客户信息"> |
|
|
|
|
<!-- <el-dialog v-model="dialogFormCustomer" title="修改客户信息"> |
|
|
|
|
<el-form :model="formCustomer"> |
|
|
|
|
<el-form-item label="姓名" :label-width="formLabelWidth"> |
|
|
|
|
<el-input v-model="formCustomer.name" autocomplete="off" /> |
|
|
|
@ -271,11 +179,11 @@
|
|
|
|
|
<template #footer> |
|
|
|
|
<span class="dialog-footer"> |
|
|
|
|
<el-button @click="dialogFormCustomer = false">取消</el-button> |
|
|
|
|
<!-- <el-button type="primary" @click="dialogFormVisible = false"> 确定 </el-button>--> |
|
|
|
|
<!– <el-button type="primary" @click="dialogFormVisible = false"> 确定 </el-button>–> |
|
|
|
|
<el-button type="primary" @click="callFordelivery('3')"> 确定 </el-button> |
|
|
|
|
</span> |
|
|
|
|
</template> |
|
|
|
|
</el-dialog> |
|
|
|
|
</el-dialog>--> |
|
|
|
|
</div> |
|
|
|
|
</basic-container> |
|
|
|
|
</template> |
|
|
|
@ -290,7 +198,7 @@ import {
|
|
|
|
|
getDetailStockupOwn, |
|
|
|
|
getDetailReservationOwn, getDetailOrderOwn, getDetailInventoryOwn |
|
|
|
|
} from '@/api/distribution/distrilbutionBillLading'; |
|
|
|
|
import option from "@/option/distribution/distributionStockup"; |
|
|
|
|
import option from "@/option/distribution/distrilbutionBillLading"; |
|
|
|
|
import { mapGetters } from "vuex"; |
|
|
|
|
import { getDictionaryBiz } from '@/api/system/dict'; |
|
|
|
|
import { getParcelListOwn } from '@/api/distribution/distributionParcelList'; |
|
|
|
@ -299,7 +207,7 @@ export default {
|
|
|
|
|
data () { |
|
|
|
|
return { |
|
|
|
|
height: 0, |
|
|
|
|
activeName: 'reservation', |
|
|
|
|
activeName: 'library', |
|
|
|
|
// 弹框标题 |
|
|
|
|
title: '', |
|
|
|
|
// 是否展示弹框 |
|
|
|
@ -307,7 +215,7 @@ export default {
|
|
|
|
|
// 是否显示查询 |
|
|
|
|
search: true, |
|
|
|
|
// 加载中 |
|
|
|
|
loading: true, |
|
|
|
|
loading: false, |
|
|
|
|
// 是否为查看模式 |
|
|
|
|
view: false, |
|
|
|
|
// 查询信息 |
|
|
|
@ -413,6 +321,7 @@ export default {
|
|
|
|
|
//库存品 |
|
|
|
|
this.getInventoryList(this.page2); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
init () { |
|
|
|
|
this.height = this.setPx(document.body.clientHeight - 570); |
|
|
|
@ -635,46 +544,18 @@ export default {
|
|
|
|
|
// this.loading = true; |
|
|
|
|
this.query.id = this.$route.query.id; |
|
|
|
|
getDetailStockupOwn(this.$route.query.id).then(res => { |
|
|
|
|
// console.log("返回的值",res.data.data); |
|
|
|
|
console.log("返回的值",res.data.data); |
|
|
|
|
const data = res.data.data; |
|
|
|
|
this.data[0] = data; |
|
|
|
|
const { serveType, deliveryWay, deliveryType } = this.data[0]; |
|
|
|
|
const serveTypes = serveType.split(','); |
|
|
|
|
const deliveryWays = deliveryWay.split(','); |
|
|
|
|
const deliveryTypes = deliveryType.split(','); |
|
|
|
|
const serveTypeName = this.getOwnServer(serveTypes, '', this.serveTypeList) || null; |
|
|
|
|
const deliveryWayName = this.getOwnServer(deliveryWays, '', this.deliveryWayList) || null; |
|
|
|
|
const deliveryTypeName = this.getOwnServer(deliveryTypes, '', this.distributionType) || null; |
|
|
|
|
Object.assign(this.data[0], { |
|
|
|
|
serveTypeName, |
|
|
|
|
deliveryWayName, |
|
|
|
|
deliveryTypeName |
|
|
|
|
}); |
|
|
|
|
this.loading = false; |
|
|
|
|
this.getReservationList(page); |
|
|
|
|
this.getOrderList(page); |
|
|
|
|
// console.log(">>>>>",this.data[0],deliveryTypeName,deliveryWayName,serveTypeName); |
|
|
|
|
this.selectionClear(); |
|
|
|
|
}); |
|
|
|
|
} , |
|
|
|
|
//查询预约列表 |
|
|
|
|
async getReservationList(page){ |
|
|
|
|
let a =await getDetailReservationOwn(page.currentPage,page.pageSize,{id :this.$route.query.id}); |
|
|
|
|
// console.log("......",a.data); |
|
|
|
|
const data = a.data.data; |
|
|
|
|
this.data3 = data.records; |
|
|
|
|
this.data3.forEach(i =>{ |
|
|
|
|
let b = this.stockupStatusList.find( a => a.dictKey == i.stockupStatus); |
|
|
|
|
if(!!b){ |
|
|
|
|
i.stockupStatusName = b.dictValue; |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
this.page3.total = a.data.data.total; |
|
|
|
|
this.loading = false; |
|
|
|
|
this.selectionClear(); |
|
|
|
|
}, |
|
|
|
|
//查询包件列表 |
|
|
|
|
async getStockUpParcelsList(page){ |
|
|
|
|
let a = await getParcelListOwn(page.currentPage,page.pageSize,{id :this.$route.query.id}); |
|
|
|
|
let a = await getDetailReservationOwn(page.currentPage,page.pageSize,{id :this.$route.query.id}); |
|
|
|
|
console.log("包件...",a.data); |
|
|
|
|
const data = a.data.data; |
|
|
|
|
this.data1 = data.records; |
|
|
|
|