|
@@ -44,7 +44,7 @@
|
|
|
import TemplatePage from '@/components/template/template-page-1.vue'
|
|
|
import import_mixin from '@/components/template/import_mixin.js'
|
|
|
import ImageUpload from '@/components/file-upload'
|
|
|
-import { required, mobileRequired, mobile } from '@/components/template/rules_verify.js'
|
|
|
+import { required } from '@/components/template/rules_verify.js'
|
|
|
import {
|
|
|
adminCompanyPayConfigListExport,
|
|
|
adminCompanyPayConfigList,
|
|
@@ -82,7 +82,9 @@ export default {
|
|
|
remark: '',
|
|
|
status: '',
|
|
|
subAppId: '',
|
|
|
- subMchId: ''
|
|
|
+ subMchId: '',
|
|
|
+ appletAppid: '',
|
|
|
+ appletSecret: ''
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -216,6 +218,32 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
name: 'el-input',
|
|
|
+ md: 6,
|
|
|
+ attributes: {
|
|
|
+ disabled: !!this.formDialogType,
|
|
|
+ placeholder: '请输入'
|
|
|
+ },
|
|
|
+ formItemAttributes: {
|
|
|
+ label: '小程序appid',
|
|
|
+ prop: 'appletAppid',
|
|
|
+ rules: required
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: 'el-input',
|
|
|
+ md: 6,
|
|
|
+ attributes: {
|
|
|
+ disabled: !!this.formDialogType,
|
|
|
+ placeholder: '请输入'
|
|
|
+ },
|
|
|
+ formItemAttributes: {
|
|
|
+ label: '小程序密钥',
|
|
|
+ prop: 'appletSecret',
|
|
|
+ rules: required
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: 'el-input',
|
|
|
md: 24,
|
|
|
attributes: {
|
|
|
disabled: !!this.formDialogType,
|
|
@@ -284,7 +312,9 @@ export default {
|
|
|
remark: '',
|
|
|
status: '',
|
|
|
subAppId: '',
|
|
|
- subMchId: ''
|
|
|
+ subMchId: '',
|
|
|
+ appletAppid: '',
|
|
|
+ appletSecret: ''
|
|
|
}
|
|
|
this.formDialog = false
|
|
|
},
|
|
@@ -297,7 +327,9 @@ export default {
|
|
|
remark: '',
|
|
|
status: '',
|
|
|
subAppId: '',
|
|
|
- subMchId: ''
|
|
|
+ subMchId: '',
|
|
|
+ appletAppid: '',
|
|
|
+ appletSecret: ''
|
|
|
})
|
|
|
},
|
|
|
save() {
|