|
|
@@ -573,8 +573,11 @@
|
|
|
<el-form-item v-if="form9.type=='hf'" label="汇付公钥" prop="hfRsaPublicKey">
|
|
|
<el-input v-model="form9.hfRsaPublicKey" label="汇付公钥"></el-input>
|
|
|
</el-form-item>
|
|
|
- <el-form-item v-if="form9.type=='hf'" label="汇付支付回调地址" prop="hfPayNotifyUrl">
|
|
|
- <el-input v-model="form9.hfPayNotifyUrl" label="汇付支付回调地址"></el-input>
|
|
|
+ <el-form-item v-if="form9.type=='hf'" label="商城汇付支付回调地址" prop="hfPayNotifyUrl">
|
|
|
+ <el-input v-model="form9.hfPayNotifyUrl" label="商城汇付支付回调地址"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item v-if="form9.type=='hf'" label="互医汇付支付回调地址" prop="hfPayNotifyUrl">
|
|
|
+ <el-input v-model="form9.hfHyPayNotifyUrl" label="互医汇付支付回调地址"></el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item v-if="form9.type=='hf'" label="大额支付回调地址" prop="hfPayOnlineNotifyUrl">
|
|
|
<el-input v-model="form9.hfPayOnlineNotifyUrl" label="汇付支付回调地址"></el-input>
|
|
|
@@ -904,7 +907,7 @@
|
|
|
<el-input v-model="form13.erpHzOMBaseUrl" label="请输入erpHzOMBaseUrl"></el-input>
|
|
|
</el-form-item>
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
<el-form-item label="erpWdAppKey" v-if="form13.erpOpen == 1 && form13.erpType == 2 " prop="erpWdAppKey">
|
|
|
@@ -2519,13 +2522,13 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
|
|
|
-
|
|
|
+
|
|
|
getCompanyOptions() {
|
|
|
listCompany().then(response => {
|
|
|
this.companyOptions = response.rows
|
|
|
})
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
handleSuccess(response, file) {
|
|
|
// 上传成功后的回调函数
|
|
|
this.myloading.close()
|
|
|
@@ -2687,7 +2690,7 @@ export default {
|
|
|
if (key == 'his.config') {
|
|
|
this.getCompanyOptions()
|
|
|
this.form13 = JSON.parse(response.data.configValue)
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
if (key == 'store.config') {
|
|
|
this.form17 = JSON.parse(response.data.configValue)
|