|
|
@@ -0,0 +1,28 @@
|
|
|
+# 源代码 合作伙伴档案
|
|
|
+ :tabs="[$t('合作伙伴团队'),$t('授权营销类别'),$t('授权领域'),$t('授权标准'),$t('账户余额查询'),$t('地址管理'),$t('财务信息'),$t('银行卡信息'),$t('关联合同'),$t('联系人管理'),$t('业绩目标'),$t('代理区域'),$t('服务区域')]"
|
|
|
+# 注释后
|
|
|
+ :tabs="[$t('合作伙伴团队'),$t('授权营销类别'),$t('授权领域'),$t('授权标准'),$t('账户余额查询'),$t('地址管理'),$t('财务信息'),$t('银行卡信息'),$t('关联合同'),$t('联系人管理'),$t('业绩目标'),$t('代理区域')]"
|
|
|
+
|
|
|
+# 源代码 合作伙伴档案 新增 编辑
|
|
|
+ ## 注释代码
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-form-item :label="$t(`企业简称`)+':'">
|
|
|
+ <el-input v-model="form.abbreviation" :placeholder="$t(`输入企业简称`)"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+
|
|
|
+# 通用
|
|
|
+ 班管家质保卡年限设置
|
|
|
+ <el-col :span="12">
|
|
|
+ <setTemplate title="班管家质保卡年限设置" :setResult="(bgj_warranty_period || 10) + '年'" :is_tip="true">
|
|
|
+ <template slot="svgIcon">
|
|
|
+ <svg t="1747022400000" style="margin-top: 6px" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="12093" width="20" height="20"><path d="M512 0C229.222 0 0 229.222 0 512s229.222 512 512 512 512-229.222 512-512S794.778 0 512 0z m0 938.667c-235.648 0-426.667-191.019-426.667-426.667S276.352 85.333 512 85.333 938.667 276.352 938.667 512 747.648 938.667 512 938.667z" fill="#3874F6" p-id="12094"></path><path d="M682.667 469.333H554.667V341.333c0-23.573-19.093-42.667-42.667-42.667s-42.667 19.094-42.667 42.667v170.667c0 23.573 19.093 42.667 42.667 42.667h170.667c23.573 0 42.667-19.094 42.667-42.667s-19.094-42.667-42.667-42.667z" fill="#3874F6" p-id="12095"></path></svg>
|
|
|
+ </template>
|
|
|
+ <template slot="tipContent">
|
|
|
+ {{ $t('设置班管家质保卡年限,默认年限10年') }}
|
|
|
+ </template>
|
|
|
+ <template slot="setContent">
|
|
|
+ <bgjWarrantyPeriod @queryRule="onSuccess" :data="setInfo"></bgjWarrantyPeriod>
|
|
|
+ </template>
|
|
|
+ </setTemplate>
|
|
|
+ </el-col>
|