Commit d506f411 authored by 罗超's avatar 罗超

1

parent bf40228a
...@@ -603,7 +603,7 @@ export default { ...@@ -603,7 +603,7 @@ export default {
}); });
}, },
TableSelectChange(val){}, TableSelectChange(val){},
// 发货f // 发货
fhOpenDig(item){ fhOpenDig(item){
this.fhMsg.AfterSaleOrderId=item.ReOrderId; this.fhMsg.AfterSaleOrderId=item.ReOrderId;
this.fahuoList=[]; this.fahuoList=[];
......
...@@ -791,7 +791,6 @@ ...@@ -791,7 +791,6 @@
this.getData(); this.getData();
this.Success(res.data.message) this.Success(res.data.message)
this.shDig = false; this.shDig = false;
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
......
...@@ -59,9 +59,9 @@ ...@@ -59,9 +59,9 @@
</div> </div>
</template> </template>
<el-dialog title="设置管理员" :visible.sync="isShowModule" width="600px"> <el-dialog title="设置管理员" :visible.sync="isShowModule" width="600px">
<el-form :model="addMsg" :rules="addMsgRules" ref="ruleForm" label-width="100px" class="demo-ruleForm"> <el-form :model="usermsg" :rules="addMsgRules" ref="ruleForm" label-width="100px" class="demo-ruleForm">
<el-form-item label="昵称搜索" prop="Name"> <el-form-item label="昵称搜索" prop="Name">
<el-select v-model="addMsg.UserId" placeholder="请选择" filterable> <el-select v-model="usermsg.Name" placeholder="请选择" filterable :filter-method="ChangeListName">
<el-option v-for="item in adminOptions" :key="item.Id" :label="item.Name" :value="item.Id"> <el-option v-for="item in adminOptions" :key="item.Id" :label="item.Name" :value="item.Id">
</el-option> </el-option>
</el-select> </el-select>
...@@ -114,6 +114,15 @@ ...@@ -114,6 +114,15 @@
trigger: "blur" trigger: "blur"
}], }],
}, },
usermsg: {
pageIndex: 1,
pageSize: 20,
Name: '',
Source: 0,
MemberGrade: 0,
Id: 0,
Moblie: ''
},
}; };
}, },
methods: { methods: {
...@@ -177,12 +186,15 @@ ...@@ -177,12 +186,15 @@
} }
); );
}); });
},
ChangeListName(val) {
this.usermsg.Name = val;
this.getUserList();
}, },
//获取用户列表 //获取用户列表
getUserList() { getUserList() {
var qMsg={PageIndex:1,PageSize:1000000};
this.apipost( this.apipost(
"/api/user/GetMemberUserDropDownList", qMsg, "/api/user/GetMemberUserDropDownList", this.usermsg,
(res) => { (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.adminOptions = res.data.data.pageData; this.adminOptions = res.data.data.pageData;
......
...@@ -880,30 +880,30 @@ ...@@ -880,30 +880,30 @@
MallName: '', //商城名称 MallName: '', //商城名称
Indate: '', //有效期 Indate: '', //有效期
ContactNumber: '', //联系号码 ContactNumber: '', //联系号码
OuterServiceLink: '', OuterServiceLink: '',//外链客服链接
Address: '', Address: '',//详细地址
LongAndLat: '', LongAndLat: '',//经纬度
MinAppId: '', MinAppId: '',//小程序appId
MinUrl: '', MinUrl: '',//小程序路径
CancelTime: 0, CancelTime: 0,//未支付订单超时时间
AutoReceiving: 0, AutoReceiving: 0,//自动确认收货时间
AfterTime: 0, AfterTime: 0,//售后时间
PayWay: '', PayWay: '',//支付方式
DeliverWay: '', DeliverWay: '',//发货方式
BalanceFun: 0, BalanceFun: 0,//余额功能
DepositFun:0,//储值卡 DepositFun:0,//储值卡
ConsultWay: '', ConsultWay: '',//商品面议联系方式
MinSwitch: 1, MinSwitch: 1,//添加到我的小程序开关
MinBackColor: '#000000', MinBackColor: '#000000',//背影颜色
MinBackClarity: 100, MinBackClarity: 100,//背影透明度
MinBackCircularBead: 36, MinBackCircularBead: 36,//背景框圆角
MinTips: '添加到我的小程序,购买更便捷', MinTips: '添加到我的小程序,购买更便捷',//提示文本内容
MinTipsColor: '#FFFFFF', MinTipsColor: '#FFFFFF',//文本颜色
MinIcoColor: 1, MinIcoColor: 1,//图标颜色
MinShareTitle: '', MinShareTitle: '',//转发标题
MinShareIco: '', MinShareIco: '',//选择图标
BuySwitch: 0, BuySwitch: 0,//首页购买记录框开关
CarouselOrder: 0, CarouselOrder: 0,//轮播订单数
ListShopCar: 0, ListShopCar: 0,
ListBuyCount: 1, ListBuyCount: 1,
ListName: 1, ListName: 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment