Commit 4b0b67ee by 陈浩建

页面调整

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