diff --git a/src/components/BelongPeople/BelongPeople.tsx b/src/components/BelongPeople/BelongPeople.tsx index 5b1b96c..dd87549 100644 --- a/src/components/BelongPeople/BelongPeople.tsx +++ b/src/components/BelongPeople/BelongPeople.tsx @@ -442,7 +442,7 @@ export default function BelongPeople(props: propsInfo) { }} type="primary" icon={} style={{ width: "160px", height: '43px', fontSize: '14px' }}> 创建所属者 -
+
@@ -798,9 +798,9 @@ export default function BelongPeople(props: propsInfo) { handleOk } - width={1280} + width={1220} // 确认按钮样式 - okButtonProps={{ size: 'large', style: { display: belongTitle == '查看所属者' ? 'none' : 'block' } }} + okButtonProps={{ size: 'large', style: { display: belongTitle == '查看所属者' ? 'none' : 'unset' } }} // 返回按钮样式 cancelButtonProps={{ size: 'large' }} onCancel={() => { @@ -814,7 +814,7 @@ export default function BelongPeople(props: propsInfo) {
{belongTitle}
-
+
-
{belongShow == 'PERSONAL' ? '身份证号' : '统一社会信用代码'}:
+
{belongShow == 'PERSONAL' ? '身份证号' : '统一社会信用代码'}
// label="证件号" @@ -959,7 +959,7 @@ export default function BelongPeople(props: propsInfo) {
-
省市:
+
省市
// label="省市" diff --git a/src/components/ContactPeople/ContactPeople.tsx b/src/components/ContactPeople/ContactPeople.tsx index 0a7758d..c235e6a 100644 --- a/src/components/ContactPeople/ContactPeople.tsx +++ b/src/components/ContactPeople/ContactPeople.tsx @@ -212,8 +212,8 @@ export default function ContactPeople(props: any) { }} type="primary" icon={} style={{ width: "160px", height: '43px', fontSize: '14px' }}> 创建联系人 -
- +
+
@@ -422,7 +422,7 @@ export default function ContactPeople(props: any) { } width={745} // 确认按钮样式 - okButtonProps={{ size: 'large', style: { display: contactTitle == '查看联系人' ? 'none' : 'block' } }} + okButtonProps={{ size: 'large', style: { display: contactTitle == '查看联系人' ? 'none' : 'unset' } }} // 返回按钮样式 cancelButtonProps={{ size: 'large', style: {} }} diff --git a/src/layout/head/Head.tsx b/src/layout/head/Head.tsx index 7a044f1..a0e40e2 100644 --- a/src/layout/head/Head.tsx +++ b/src/layout/head/Head.tsx @@ -55,9 +55,9 @@ export default function Head() { // 邀请码返利比例 const [icRebateRatio, seticRebateRatio] = useState('') // 全托管分账 - const [icPriceAll,seticPriceAll] = useState(0) + const [icPriceAll, seticPriceAll] = useState(0) // 写材料分账 - const [icPriceMaterial,seticPriceMaterial] = useState(0) + const [icPriceMaterial, seticPriceMaterial] = useState(0) // 获取邀请码申请状态 const getIcStatus = () => { get({ @@ -84,8 +84,8 @@ export default function Head() { setInvNum(data.ic) setBindingInvNum(data.relationIc) seticRebateRatio(data.icRebateRatio) - seticPriceAll(Number(data.icPriceAll)/100 * Number(data.icRebateRatio)/100) - seticPriceMaterial(Number(data.icPriceMaterial)/100* Number(data.icRebateRatio)/100) + seticPriceAll(Number(data.icPriceAll) / 100 * Number(data.icRebateRatio) / 100) + seticPriceMaterial(Number(data.icPriceMaterial) / 100 * Number(data.icRebateRatio) / 100) if (data.ic == '') { getIcStatus() } @@ -422,7 +422,9 @@ export default function Head() {
{ + // window.open(`https://www.aimzhu.com/operator/route/agreementportal/view?agreementId=${DevUserId}&title=系统操作流程`) window.open('https://www.aimzhu.com/operator/route/agreementportal/view?agreementId=c0c5683a-bef3-40c3-8395-900a362ea234&title=系统操作流程') + }}>
@@ -629,7 +631,7 @@ export default function Head() { {icRebateRatio ? (
邀请码分享给他人,即可获得{icRebateRatio}%佣金
-
全托管佣金:{icPriceAll}元,写材料佣金:{icPriceMaterial}元
+
全托管佣金:{icPriceAll}元,写材料佣金:{icPriceMaterial}元
) diff --git a/src/route/proj/edit/ProjEditStep2.tsx b/src/route/proj/edit/ProjEditStep2.tsx index 87f621a..7600ed1 100644 --- a/src/route/proj/edit/ProjEditStep2.tsx +++ b/src/route/proj/edit/ProjEditStep2.tsx @@ -866,8 +866,8 @@ export default function ProjEditStep2(props: any) { }} type="primary" icon={} style={{ width: "160px", height: '43px', fontSize: '14px' }}> 创建联系人 -
- +
+
@@ -1111,7 +1111,7 @@ export default function ProjEditStep2(props: any) { handleOk } - width={1280} + width={1220} // 确认按钮样式 okButtonProps={{ size: 'large', style: { display: belongTitle == '查看所属者' ? 'none' : 'block' } }} // 返回按钮样式 @@ -1126,7 +1126,7 @@ export default function ProjEditStep2(props: any) {
{belongTitle}
-
+
} style={{ width: "160px", height: '43px', fontSize: '14px' }}> 创建所属者 -
+
@@ -714,7 +714,7 @@ export default function ProjEditStep2() { }} type="primary" icon={} style={{ width: "160px", height: '43px', fontSize: '14px' }}> 创建联系人 -
+
@@ -853,7 +853,7 @@ export default function ProjEditStep2() { } width={1280} // 确认按钮样式 - okButtonProps={{ style: { width: '102px', height: '49px', background: '#FFBA00', fontSize: '18px', color: '#FFFFFF', display: belongTitle == '查看所属者' ? 'none' : 'block' } }} + okButtonProps={{ style: { width: '102px', height: '49px', background: '#FFBA00', fontSize: '18px', color: '#FFFFFF', display: belongTitle == '查看所属者' ? 'none' : 'unset' } }} // 返回按钮样式 cancelButtonProps={{ style: { border: 'none', width: '102px', height: '49px', background: '#F3F3F3', fontSize: '18px', color: '#8C8C8C' } }} onCancel={() => {