This commit is contained in:
linfso 2024-09-10 08:28:08 +08:00
parent 9577e2874b
commit 467a09e047
3 changed files with 5 additions and 24 deletions

View File

@ -11,7 +11,7 @@ const getters = {
empName: state => state.user.empName,
nickName: state => state.user.nickName,
name: state => state.user.name,
nickName: state => state.user.nickName,
ownerCountryCode: state => state.user.ownerCountryCode,
ownerSiteCode: state => state.user.ownerSiteCode,
ownerSiteName: state => state.user.ownerSiteName,
introduction: state => state.user.introduction,

View File

@ -139,7 +139,8 @@ export default {
this.billDetail = Object.assign({},response.data);
// console.log("===>",this.billDetail);
// console.log("==ownerCountryCode=>",this.ownerCountryCode);
// console.log("==his.billDetail.reciever.country=>",this.billDetail.reciever.country);
//bug:848 调整后:与运单号关联的:寄件网点、目的网点、签收网点、总部、销售联系人、回款联系人 允许查看 运单信息;其他网点或员工若不相关则不允许查看;
if(
ownerSiteCode == this.billDetail.sendSiteCode

View File

@ -51,7 +51,7 @@
</el-select>
</el-form-item>
<el-form-item :label="$t('下单方式')" prop="orderType">
<el-select clearable v-model="queryParams.orderType" placeholder="orderType" style="width:100%">
<el-select clearable v-model="queryParams.orderType" placeholder="下单方式" style="width:100%">
<el-option key="0" label="客户下单" value="0"></el-option>
<el-option key="1" label="业务开单" value="1"></el-option>
</el-select>
@ -348,7 +348,6 @@
<template slot-scope="scope">
<el-tag v-if="scope.row.orderType==0" type="danger">客户下单</el-tag>
<el-tag v-if="scope.row.orderType==1" type="success">业务开单</el-tag>
<el-tag v-else type="info">其它</el-tag>
</template>
</el-table-column>
@ -628,26 +627,7 @@ export default {
id:null,
titleView:"",
openView: false,
// 更新网点时间范围
daterangeOrderDate: [],
// 更新网点时间范围
daterangeEstimateDate: [],
// 更新网点时间范围
daterangePickStartDate: [],
// 更新网点时间范围
daterangePickFinishDate: [],
// 更新网点时间范围
daterangeDispFdDate: [],
// 更新网点时间范围
daterangeRegisterDate: [],
// 更新网点时间范围
daterangeSendDate: [],
// 更新网点时间范围
daterangeProduceBillDate: [],
// 更新网点时间范围
daterangeCreateTime: [],
// 更新网点时间范围
daterangeUpdateTime: [],
// 查询参数
queryParams: {
pageNum: 1,