|
|
@@ -14,12 +14,15 @@
|
|
|
<div class="grid-content bg-purple" style="width: 100%;">
|
|
|
<el-card class="box-card" shadow="hover" style="margin: 15px;">
|
|
|
<el-form :model="perfForm" status-icon ref="perfForm" label-width="100px" width="100%" class="demo-ruleForm">
|
|
|
- <el-form-item label="会员编号" prop="USER_NAME">
|
|
|
- <el-input type="text" size="small" v-model="perfForm.USER_ID" v-show="false"></el-input>
|
|
|
- <el-input type="text" size="small" v-model="perfForm.USER_NAME" readonly prefix-icon="el-icon-user"></el-input>
|
|
|
+ <el-form-item label="会员编号" prop="USER_NAME" v-show="false">
|
|
|
+ <el-input type="text" size="small" v-model="perfForm.USER_ID"></el-input>
|
|
|
+ <el-input type="text" size="small" v-model="perfForm.USER_NAME"></el-input>
|
|
|
</el-form-item>
|
|
|
|
|
|
<el-divider><i class="el-icon-s-data"></i> 一市场业绩</el-divider>
|
|
|
+ <el-form-item label="会员编号" prop="SURPLUS_1L_USER_NAME">
|
|
|
+ <el-input type="text" size="small" v-model="perfForm.SURPLUS_1L_USER_NAME" autocomplete="off" readonly prefix-icon="el-icon-user"></el-input>
|
|
|
+ </el-form-item>
|
|
|
<el-form-item label="综合结余" prop="SURPLUS_1L">
|
|
|
<el-input type="text" size="small" v-model="perfForm.SURPLUS_1L" autocomplete="off" prefix-icon="el-icon-s-data"></el-input>
|
|
|
</el-form-item>
|
|
|
@@ -31,6 +34,9 @@
|
|
|
</el-form-item>
|
|
|
|
|
|
<el-divider><i class="el-icon-s-data"></i> 二市场业绩</el-divider>
|
|
|
+ <el-form-item label="会员编号" prop="SURPLUS_2L_USER_NAME">
|
|
|
+ <el-input type="text" size="small" v-model="perfForm.SURPLUS_2L_USER_NAME" autocomplete="off" readonly prefix-icon="el-icon-user"></el-input>
|
|
|
+ </el-form-item>
|
|
|
<el-form-item label="综合结余" prop="SURPLUS_2L">
|
|
|
<el-input type="text" size="small" v-model="perfForm.SURPLUS_2L" autocomplete="off" prefix-icon="el-icon-s-data"></el-input>
|
|
|
</el-form-item>
|
|
|
@@ -42,6 +48,9 @@
|
|
|
</el-form-item>
|
|
|
|
|
|
<el-divider><i class="el-icon-s-data"></i> 三市场业绩</el-divider>
|
|
|
+ <el-form-item label="会员编号" prop="SURPLUS_3L_USER_NAME">
|
|
|
+ <el-input type="text" size="small" v-model="perfForm.SURPLUS_3L_USER_NAME" autocomplete="off" readonly prefix-icon="el-icon-user"></el-input>
|
|
|
+ </el-form-item>
|
|
|
<el-form-item label="综合结余" prop="SURPLUS_3L">
|
|
|
<el-input type="text" size="small" v-model="perfForm.SURPLUS_3L" autocomplete="off" prefix-icon="el-icon-s-data"></el-input>
|
|
|
</el-form-item>
|
|
|
@@ -81,12 +90,15 @@ export default {
|
|
|
SURPLUS_1L: '',
|
|
|
SURPLUS_1L_ZC: '',
|
|
|
SURPLUS_1L_FX: '',
|
|
|
+ SURPLUS_1L_USER_NAME: '',
|
|
|
SURPLUS_2L: '',
|
|
|
SURPLUS_2L_ZC: '',
|
|
|
SURPLUS_2L_FX: '',
|
|
|
+ SURPLUS_2L_USER_NAME: '',
|
|
|
SURPLUS_3L: '',
|
|
|
SURPLUS_3L_ZC: '',
|
|
|
SURPLUS_3L_FX: '',
|
|
|
+ SURPLUS_3L_USER_NAME: '',
|
|
|
},
|
|
|
}
|
|
|
},
|