Browse Source

支付方式添加

paymentMethod-11-10
longchao 4 weeks ago
parent
commit
e5fb5993d4
  1. 8
      src/components/SetAliPay.vue
  2. 2
      src/components/addPay.vue

8
src/components/SetAliPay.vue

@ -62,7 +62,7 @@
<el-form ref="alipayForm" :model="alipayInfo" :rules="alipayRules"> <el-form ref="alipayForm" :model="alipayInfo" :rules="alipayRules">
<GuipFormItem column="column" class="mb24" label="1. 公司简称"> <GuipFormItem column="column" class="mb24" label="1. 公司简称">
<span class="desc" slot="formRight">请输入公司简称便于您区分账号所属公司</span> <span class="desc" slot="formRight">请输入公司简称便于您区分账号所属公司</span>
<GuipInput slot="formDom" ref="GuipInput" column="column" :maxlength="6" v-model="alipayInfo.company_short_name" prop="company_short_name" placeholder="6字以内"></GuipInput> <GuipInput slot="formDom" ref="GuipInput" column="column" :maxlength="60" v-model="alipayInfo.company_short_name" prop="company_short_name" placeholder="6字以内"></GuipInput>
</GuipFormItem> </GuipFormItem>
<GuipFormItem column="column" class="mb24" label="2. 公司支付宝账号"> <GuipFormItem column="column" class="mb24" label="2. 公司支付宝账号">
<span class="desc flex gap12" slot="formRight">仅支持已签约 当面付 功能的公司支付宝 <a href='https://pay.weixin.qq.com/' class="guide" <span class="desc flex gap12" slot="formRight">仅支持已签约 当面付 功能的公司支付宝 <a href='https://pay.weixin.qq.com/' class="guide"
@ -193,7 +193,7 @@ export default {
}, },
// //
addPayType: -1, addPayType: 3,
// //
addPayDialogVisible: false, addPayDialogVisible: false,
@ -222,7 +222,7 @@ export default {
// //
receive_payment_name: '', receive_payment_name: '',
// 0 1 // 0 1
isPayPublic: '0', isPayPublic: '1',
// //
pdd_shop_name: '', pdd_shop_name: '',
alipayInfo:{ alipayInfo:{
@ -276,7 +276,7 @@ export default {
this.receive_payment_account = ''; this.receive_payment_account = '';
this.receive_payment_name = ''; this.receive_payment_name = '';
this.pdd_shop_name = ''; this.pdd_shop_name = '';
this.isPayPublic = '0'; // this.isPayPublic = '1'; //
}, },
// ---start // ---start
showAddPaymentMethodDialog(type, type_desc) { showAddPaymentMethodDialog(type, type_desc) {

2
src/components/addPay.vue

@ -62,7 +62,7 @@
<el-form ref="alipayForm" :model="alipayInfo" :rules="alipayRules"> <el-form ref="alipayForm" :model="alipayInfo" :rules="alipayRules">
<GuipFormItem column="column" class="mb24" label="1. 公司简称"> <GuipFormItem column="column" class="mb24" label="1. 公司简称">
<span class="desc" slot="formRight">请输入公司简称便于您区分账号所属公司</span> <span class="desc" slot="formRight">请输入公司简称便于您区分账号所属公司</span>
<GuipInput slot="formDom" ref="GuipInput" column="column" :maxlength="6" v-model="alipayInfo.company_short_name" prop="company_short_name" placeholder="6字以内"></GuipInput> <GuipInput slot="formDom" ref="GuipInput" column="column" :maxlength="60" v-model="alipayInfo.company_short_name" prop="company_short_name" placeholder="6字以内"></GuipInput>
</GuipFormItem> </GuipFormItem>
<GuipFormItem column="column" class="mb24" label="2. 公司支付宝账号"> <GuipFormItem column="column" class="mb24" label="2. 公司支付宝账号">
<span class="desc flex gap12" slot="formRight">仅支持已签约 当面付 功能的公司支付宝 <a href='https://pay.weixin.qq.com/' class="guide" <span class="desc flex gap12" slot="formRight">仅支持已签约 当面付 功能的公司支付宝 <a href='https://pay.weixin.qq.com/' class="guide"

Loading…
Cancel
Save