mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-09 12:30:07 +08:00
Merge branch 'dev' of http://192.168.2.2:8099/jsowell/jsowell-charger-web into dev
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
</div>
|
||||
</el-card>
|
||||
|
||||
<el-dialog title="创建汇付会员" :visible.sync="openCreateAdapayMember" width="500px" append-to-body>
|
||||
<el-dialog title="创建汇付会员" :visible.sync="openCreateAdapayMember" width="150" append-to-body>
|
||||
<el-form
|
||||
:model="ruleForm"
|
||||
:rules="rules"
|
||||
@@ -47,15 +47,16 @@
|
||||
<el-input v-model="ruleForm.location"></el-input>
|
||||
</el-form-item>
|
||||
|
||||
<el-button
|
||||
type="primary"
|
||||
@click="submitForm('ruleForm')"
|
||||
>提交</el-button
|
||||
>
|
||||
<el-form-item>
|
||||
<el-button
|
||||
type="primary"
|
||||
@click="submitForm('ruleForm')"
|
||||
>提交</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</el-dialog>
|
||||
|
||||
<el-dialog title="创建汇付结算账户" :visible.sync="openCreateAdapaySettleAccount" width="500px" append-to-body>
|
||||
<el-dialog title="创建汇付结算账户" :visible.sync="openCreateAdapaySettleAccount" width="150" append-to-body>
|
||||
<el-form
|
||||
:model="ruleForm"
|
||||
:rules="rules"
|
||||
@@ -138,12 +139,13 @@
|
||||
>
|
||||
<el-input v-model="ruleForm.area_code"></el-input>
|
||||
</el-form-item>
|
||||
|
||||
<el-button
|
||||
type="primary"
|
||||
@click="submitForm('ruleForm')"
|
||||
>提交</el-button
|
||||
>
|
||||
<el-form-item>
|
||||
<el-button
|
||||
type="primary"
|
||||
@click="submitForm('ruleForm')"
|
||||
>提交</el-button
|
||||
>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</el-dialog>
|
||||
|
||||
@@ -300,7 +302,9 @@ export default {
|
||||
console.log("valid", this.ruleForm);
|
||||
createAdapayMember(this.ruleForm).then((response) => {
|
||||
console.log("新增", response);
|
||||
this.getList();
|
||||
this.openCreateAdapayMember =false
|
||||
this.selectAdapayMember()
|
||||
// this.getList();
|
||||
});
|
||||
} else {
|
||||
console.log("提交表格失败");
|
||||
|
||||
Reference in New Issue
Block a user