微调
This commit is contained in:
parent
cc9bb36317
commit
15837ce5d6
|
@ -9,17 +9,17 @@
|
||||||
@keyup.enter.native="handleQuery"
|
@keyup.enter.native="handleQuery"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="代理商" prop="agentId">
|
<el-form-item label="代理商" prop="agentName">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="queryParams.agentId"
|
v-model="queryParams.agentName"
|
||||||
placeholder="请输入代理商"
|
placeholder="请输入代理商"
|
||||||
clearable
|
clearable
|
||||||
@keyup.enter.native="handleQuery"
|
@keyup.enter.native="handleQuery"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="配送员" prop="deliverymanId">
|
<el-form-item label="配送员" prop="deliveryman">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="queryParams.deliverymanId"
|
v-model="queryParams.deliveryman"
|
||||||
placeholder="请输入配送员"
|
placeholder="请输入配送员"
|
||||||
clearable
|
clearable
|
||||||
@keyup.enter.native="handleQuery"
|
@keyup.enter.native="handleQuery"
|
||||||
|
@ -35,14 +35,6 @@
|
||||||
/>
|
/>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="配送员名称" label-width="90" prop="deliveryman">
|
|
||||||
<el-input
|
|
||||||
v-model="queryParams.deliveryman"
|
|
||||||
placeholder="请输入配送员名称"
|
|
||||||
clearable
|
|
||||||
@keyup.enter.native="handleQuery"
|
|
||||||
/>
|
|
||||||
</el-form-item>
|
|
||||||
<el-form-item label="配送员电话" label-width="90" prop="deliverymanPhone">
|
<el-form-item label="配送员电话" label-width="90" prop="deliverymanPhone">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="queryParams.deliverymanPhone"
|
v-model="queryParams.deliverymanPhone"
|
||||||
|
@ -238,6 +230,7 @@ export default {
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
orderNo: null,
|
orderNo: null,
|
||||||
agentId: null,
|
agentId: null,
|
||||||
|
agentName: null,
|
||||||
deliverymanId: null,
|
deliverymanId: null,
|
||||||
deliverymanType: null,
|
deliverymanType: null,
|
||||||
deliveryman: null,
|
deliveryman: null,
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="app-container">
|
<div class="app-container">
|
||||||
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
|
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
|
||||||
<el-form-item label="代理商" prop="agentId">
|
<el-form-item label="代理商" prop="agentName">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="queryParams.agentId"
|
v-model="queryParams.agentName"
|
||||||
placeholder="请输入代理商"
|
placeholder="请输入代理商"
|
||||||
clearable
|
clearable
|
||||||
@keyup.enter.native="handleQuery"
|
@keyup.enter.native="handleQuery"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="收款人" prop="partnerId">
|
<el-form-item label="收款人" prop="partnerPhone">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="queryParams.partnerId"
|
v-model="queryParams.partnerPhone"
|
||||||
placeholder="请输入收款人"
|
placeholder="请输入收款人"
|
||||||
clearable
|
clearable
|
||||||
@keyup.enter.native="handleQuery"
|
@keyup.enter.native="handleQuery"
|
||||||
|
@ -160,7 +160,9 @@ export default {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
agentId: null,
|
agentId: null,
|
||||||
|
agentName: null,
|
||||||
partnerId: null,
|
partnerId: null,
|
||||||
|
partnerPhone: null,
|
||||||
orderNo: null,
|
orderNo: null,
|
||||||
totalAmount: null,
|
totalAmount: null,
|
||||||
dividendAmount: null,
|
dividendAmount: null,
|
||||||
|
|
|
@ -630,11 +630,13 @@ export default {
|
||||||
window.removeEventListener('scroll', this.handleScroll, true)
|
window.removeEventListener('scroll', this.handleScroll, true)
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
this.userName = this.$store.state.user.name;
|
||||||
listHardwareVersion(this.queryParams).then(response => {
|
if (this.userName === "admin") {
|
||||||
this.hardwareVersionOptions = response.rows;
|
listHardwareVersion(this.queryParams).then(response => {
|
||||||
this.loading2 = false;
|
this.hardwareVersionOptions = response.rows;
|
||||||
});
|
this.loading2 = false;
|
||||||
|
});
|
||||||
|
}
|
||||||
console.log("当前用户信息:",this.$store.state.user.name)
|
console.log("当前用户信息:",this.$store.state.user.name)
|
||||||
const sn = this.$route.params && this.$route.params.sn;
|
const sn = this.$route.params && this.$route.params.sn;
|
||||||
const vehicleNum = this.$route.params && this.$route.params.vehicleNum;
|
const vehicleNum = this.$route.params && this.$route.params.vehicleNum;
|
||||||
|
@ -656,9 +658,7 @@ export default {
|
||||||
});
|
});
|
||||||
options.splice(4, 0, mergedObj);
|
options.splice(4, 0, mergedObj);
|
||||||
this.statusOptions = options;
|
this.statusOptions = options;
|
||||||
// console.log("statusOptions------",this.statusOptions)
|
|
||||||
});
|
});
|
||||||
this.userName = this.$store.state.user.name;
|
|
||||||
this.getList();
|
this.getList();
|
||||||
this.getlistModel()
|
this.getlistModel()
|
||||||
this.getlistStore()
|
this.getlistStore()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user