This commit is contained in:
lyp 2025-03-05 01:10:41 +08:00
parent 62e86a8705
commit fe72f02095
2 changed files with 19 additions and 5 deletions

View File

@ -179,7 +179,7 @@ export default function Payment(props: IPaymentProps) {
} }
}, },
{ {
title: '可用次数', title: '可做件数',
width: 100, width: 100,
align: 'center', align: 'center',
dataIndex: 'packageCount', dataIndex: 'packageCount',
@ -984,6 +984,10 @@ export default function Payment(props: IPaymentProps) {
]} ]}
/> />
<span style={{
color: 'red',
marginLeft: 20
}}> : 不选购以下套餐包按平台显示价格扣费</span>
</div> </div>
@ -1101,6 +1105,7 @@ export default function Payment(props: IPaymentProps) {
</Spin> </Spin>
{messageApiContext} {messageApiContext}
<Modal title="提示" <Modal title="提示"
centered
okText="确定" okText="确定"
cancelText="取消" cancelText="取消"
open={paymentModal} open={paymentModal}

View File

@ -613,7 +613,9 @@ export default function ProjNew() {
</Form.Item> </Form.Item>
<div style={{ <div style={{
position: 'absolute', right: 20, fontSize: 16, color: " #1F79FF", cursor: 'pointer', position: 'absolute', right: 20,
// fontSize: 16,
color: " #1F79FF", cursor: 'pointer',
// background:'pink', // background:'pink',
width: 290, width: 290,
textAlign: 'right', textAlign: 'right',
@ -633,7 +635,9 @@ export default function ProjNew() {
</Form.Item> </Form.Item>
<div style={{ <div style={{
position: 'absolute', right: 20, fontSize: 16, color: " #1F79FF", cursor: 'pointer', position: 'absolute', right: 20,
// fontSize: 16,
color: " #1F79FF", cursor: 'pointer',
width: 290, width: 290,
textAlign: 'right', textAlign: 'right',
@ -790,7 +794,9 @@ export default function ProjNew() {
</Form.Item> </Form.Item>
<div <div
style={{ style={{
display: selectPack ? 'none' : 'unset', position: 'absolute', right: 23, fontSize: 16, color: packList.length ? '#1F79FF' : '#676767', cursor: 'pointer', display: selectPack ? 'none' : 'unset', position: 'absolute', right: 23,
// fontSize: 16,
color: packList.length ? '#1F79FF' : '#676767', cursor: 'pointer',
// background:'pink', // background:'pink',
width: 290, width: 290,
textAlign: 'right', textAlign: 'right',
@ -845,7 +851,9 @@ export default function ProjNew() {
</Form.Item> </Form.Item>
<div style={{ <div style={{
display: couponId ? 'none' : 'unset', position: 'absolute', right: 23, fontSize: 16, color: hasCoupon ? '#1F79FF' : '#676767', cursor: 'pointer', display: couponId ? 'none' : 'unset', position: 'absolute', right: 23,
// fontSize: 16,
color: hasCoupon ? '#1F79FF' : '#676767', cursor: 'pointer',
width: 290, width: 290,
textAlign: 'right', textAlign: 'right',
}} onClick={() => { }} onClick={() => {
@ -1086,6 +1094,7 @@ export default function ProjNew() {
<Modal title="提示" <Modal title="提示"
okText="确定" okText="确定"
cancelText="取消" cancelText="取消"
centered
open={isEditModalOpen} open={isEditModalOpen}
onOk={() => { onOk={() => {
sessionStorage.setItem('projName', projInfo.projName); sessionStorage.setItem('projName', projInfo.projName);