|
@@ -38,8 +38,8 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</el-radio-group>
|
|
</el-radio-group>
|
|
|
- <div v-if="functionForm.quoteCompany == 2" style="display: flex; justify-content: flex-start; flex-wrap: wrap">
|
|
|
|
|
- <div style="display: flex; align-items: center; padding: 3px 16px; margin-right: 10px; color: #0083ff; background: #e9f4ff; border-radius: 3px; width: 240px; margin-top: 10px" v-for="(item, index) in companySelected">
|
|
|
|
|
|
|
+ <div v-if="functionForm.quoteCompany == 2" style="display: flex; flex-wrap: wrap; justify-content: flex-start;">
|
|
|
|
|
+ <div style="display: flex; align-items: center; width: 240px; padding: 3px 16px; margin-top: 10px; margin-right: 10px; color: #0083ff; background: #e9f4ff; border-radius: 3px;" v-for="(item, index) in companySelected">
|
|
|
<span>{{ item?.nameSimple }}</span>
|
|
<span>{{ item?.nameSimple }}</span>
|
|
|
<el-icon style=" margin-left: 20px;cursor: pointer;" @click="handleDelete(item, index)"><Close /></el-icon></div>
|
|
<el-icon style=" margin-left: 20px;cursor: pointer;" @click="handleDelete(item, index)"><Close /></el-icon></div>
|
|
|
</div>
|
|
</div>
|
|
@@ -56,6 +56,18 @@
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</el-radio-group>
|
|
</el-radio-group>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
+ <el-form-item label="微信客服" prop="orderMode">
|
|
|
|
|
+ <el-radio-group v-model="functionForm.orderMode">
|
|
|
|
|
+ <el-row :gutter="20">
|
|
|
|
|
+ <el-col :span="24">
|
|
|
|
|
+ <el-radio :value="1">开启</el-radio>
|
|
|
|
|
+ </el-col>
|
|
|
|
|
+ <el-col :span="24">
|
|
|
|
|
+ <el-radio :value="2">关闭</el-radio>
|
|
|
|
|
+ </el-col>
|
|
|
|
|
+ </el-row>
|
|
|
|
|
+ </el-radio-group>
|
|
|
|
|
+ </el-form-item>
|
|
|
<el-form-item label="订单审核机构" prop="orderAuditDept">
|
|
<el-form-item label="订单审核机构" prop="orderAuditDept">
|
|
|
<el-radio-group style="width: 100%;" v-model="functionForm.orderAuditDept">
|
|
<el-radio-group style="width: 100%;" v-model="functionForm.orderAuditDept">
|
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|