|
@@ -904,7 +904,7 @@
|
|
|
<el-input v-model="form13.erpHzOMBaseUrl" label="请输入erpHzOMBaseUrl"></el-input>
|
|
<el-input v-model="form13.erpHzOMBaseUrl" label="请输入erpHzOMBaseUrl"></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-form-item label="erpWdAppKey" v-if="form13.erpOpen == 1 && form13.erpType == 2 " prop="erpWdAppKey">
|
|
<el-form-item label="erpWdAppKey" v-if="form13.erpOpen == 1 && form13.erpType == 2 " prop="erpWdAppKey">
|
|
@@ -1125,7 +1125,15 @@
|
|
|
<el-form-item label="汇付大额退款回调地址" prop="hfOnlineRefundNotifyUrl">
|
|
<el-form-item label="汇付大额退款回调地址" prop="hfOnlineRefundNotifyUrl">
|
|
|
<el-input v-model="form17.hfOnlineRefundNotifyUrl" label="汇付大额退款回调地址"></el-input>
|
|
<el-input v-model="form17.hfOnlineRefundNotifyUrl" label="汇付大额退款回调地址"></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
- -->
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <el-form-item label="下单归属" prop="orderAttribution">
|
|
|
|
|
+ <el-tooltip class="item" effect="dark" content="销售制单下单归属" placement="top-end">
|
|
|
|
|
+ <el-radio-group v-model="form17.orderAttribution">
|
|
|
|
|
+ <el-radio :label="1">多销售</el-radio>
|
|
|
|
|
+ <el-radio :label="2">单销售</el-radio>
|
|
|
|
|
+ </el-radio-group>
|
|
|
|
|
+ </el-tooltip>
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
|
|
|
<div class="footer">
|
|
<div class="footer">
|
|
|
<el-button type="primary" @click="submitForm17">提 交</el-button>
|
|
<el-button type="primary" @click="submitForm17">提 交</el-button>
|
|
@@ -2519,13 +2527,13 @@ export default {
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
getCompanyOptions() {
|
|
getCompanyOptions() {
|
|
|
listCompany().then(response => {
|
|
listCompany().then(response => {
|
|
|
this.companyOptions = response.rows
|
|
this.companyOptions = response.rows
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
handleSuccess(response, file) {
|
|
handleSuccess(response, file) {
|
|
|
// 上传成功后的回调函数
|
|
// 上传成功后的回调函数
|
|
|
this.myloading.close()
|
|
this.myloading.close()
|
|
@@ -2687,7 +2695,7 @@ export default {
|
|
|
if (key == 'his.config') {
|
|
if (key == 'his.config') {
|
|
|
this.getCompanyOptions()
|
|
this.getCompanyOptions()
|
|
|
this.form13 = JSON.parse(response.data.configValue)
|
|
this.form13 = JSON.parse(response.data.configValue)
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
if (key == 'store.config') {
|
|
if (key == 'store.config') {
|
|
|
this.form17 = JSON.parse(response.data.configValue)
|
|
this.form17 = JSON.parse(response.data.configValue)
|