mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-23 16:49:49 +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>
|
</div>
|
||||||
</el-card>
|
</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
|
<el-form
|
||||||
:model="ruleForm"
|
:model="ruleForm"
|
||||||
:rules="rules"
|
:rules="rules"
|
||||||
@@ -47,15 +47,16 @@
|
|||||||
<el-input v-model="ruleForm.location"></el-input>
|
<el-input v-model="ruleForm.location"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
<el-button
|
<el-form-item>
|
||||||
type="primary"
|
<el-button
|
||||||
@click="submitForm('ruleForm')"
|
type="primary"
|
||||||
>提交</el-button
|
@click="submitForm('ruleForm')"
|
||||||
>
|
>提交</el-button>
|
||||||
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
</el-dialog>
|
</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
|
<el-form
|
||||||
:model="ruleForm"
|
:model="ruleForm"
|
||||||
:rules="rules"
|
:rules="rules"
|
||||||
@@ -138,12 +139,13 @@
|
|||||||
>
|
>
|
||||||
<el-input v-model="ruleForm.area_code"></el-input>
|
<el-input v-model="ruleForm.area_code"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
<el-form-item>
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="submitForm('ruleForm')"
|
@click="submitForm('ruleForm')"
|
||||||
>提交</el-button
|
>提交</el-button
|
||||||
>
|
>
|
||||||
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
|
||||||
@@ -300,7 +302,9 @@ export default {
|
|||||||
console.log("valid", this.ruleForm);
|
console.log("valid", this.ruleForm);
|
||||||
createAdapayMember(this.ruleForm).then((response) => {
|
createAdapayMember(this.ruleForm).then((response) => {
|
||||||
console.log("新增", response);
|
console.log("新增", response);
|
||||||
this.getList();
|
this.openCreateAdapayMember =false
|
||||||
|
this.selectAdapayMember()
|
||||||
|
// this.getList();
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
console.log("提交表格失败");
|
console.log("提交表格失败");
|
||||||
|
|||||||
Reference in New Issue
Block a user