Commit 4b0b67ee by 陈浩建

页面调整

parent 2127f5f7
......@@ -588,6 +588,7 @@ export default {
this.iCardShow01 = true;
this.iCardShow = false;
this.statusShow = false;
this.search();
this.orderInfo = {
orderseq: data.orderseq,
kapin:data.kapin,
......
......@@ -291,7 +291,7 @@
<treecheck ref="tree2" @selectcheck="contentSelectCheck2" :treeCheckable="true" :createFun="userRoleTreeList"></treecheck>
</a-form-item>
<a-form-item :labelCol="{span: 6}" :wrapperCol="{span: 12, offset: 1}" label="通过预实名账号">
<a-radio-group v-model="modifyForm.ysm">
<a-radio-group v-decorator="['ysm']" >
<a-radio :value="data.id" v-for="data in autoCompleteResult">{{data.userName}}</a-radio>
</a-radio-group>
</a-form-item>
......@@ -507,12 +507,13 @@
setTimeout(() => {
this.Formtable.setFieldsValue({
phone: data.phone,
schoolId: data.schoolId,
name: data.name,
account: data.account,
idCard: data.idCard,
sex: data.sex,
grade: data.grade,
ysm:data.ysm,
ysm: data.ysm,
})
if (data.schools == undefined) {
this.treeModelValue = [];
......@@ -626,6 +627,9 @@
sex: '',
grade: '',
password: '',
repassword: '',
schoolId: '',
parentId: '',
ysm: '',
})
this.treeModelValue = [];
......@@ -738,7 +742,7 @@
}
})
},
// 生成二维码
// TODO 生成二维码
qrcodeImg(qWidth, qHeight, qText, id) {
let qrcode = new QRCode(id, {
width: qWidth,
......@@ -765,7 +769,7 @@
}
}
},
// 调整分销员
// TODO 调整分销员
modifyFXY(data) {
this.titleName = "分销员配置";
this.modifyFormFXY.id = data.id;
......
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