|
@@ -160,6 +160,13 @@
|
|
|
</el-radio-group>
|
|
|
</el-form-item>
|
|
|
|
|
|
+ <el-form-item label="支持的支付类型" prop="payType">
|
|
|
+ <el-radio-group v-model="ruleForm.payType">
|
|
|
+ <el-radio :label="9">惠市宝</el-radio>
|
|
|
+ <el-radio :label="4">通联</el-radio>
|
|
|
+ <el-radio :label="0">无</el-radio>
|
|
|
+ </el-radio-group>
|
|
|
+ </el-form-item>
|
|
|
<el-form-item label="是否支持代金券" prop="isVoucher">
|
|
|
<el-radio-group v-model="ruleForm.isVoucher">
|
|
|
<el-radio :disabled="disabled" :label="1">
|
|
@@ -336,6 +343,7 @@ export default {
|
|
|
chargePersonName: '', // 店铺负责人
|
|
|
chargePersonPhone: '', // 负责人电话
|
|
|
shopType: 1, // 店铺类型 1商城 2本地
|
|
|
+ payType: 0, // 支付类型
|
|
|
isVoucher: 1, // 是否支持代金卷 1 true 2 false
|
|
|
shopAdress: '', // 地址
|
|
|
effectiveDate: '', // 生效日期
|
|
@@ -588,6 +596,7 @@ export default {
|
|
|
effectiveDate: '', // 生效日期
|
|
|
effectiveYear: '', // 生效年限
|
|
|
shopType: 1, // 商家类型 1 商家 2 本地
|
|
|
+ payType: 0, // 支付类型
|
|
|
isVoucher: 1, // 是否支持代金卷 1 true 2 false
|
|
|
contractState: 1, // 合同状态 1-有效 0-无效
|
|
|
auditLive: 1,
|