fix:更新临时收费,退款
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m56s
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m56s
This commit is contained in:
parent
d3da37744b
commit
e62a9d2225
@ -17,8 +17,8 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api/': {
|
'/api/': {
|
||||||
target: 'http://10.39.13.78:8002/',
|
// target: 'http://10.39.13.78:8002/',
|
||||||
// target: 'http://test-company.linyikj.com.cn/',
|
target: 'http://test-company.linyikj.com.cn/',
|
||||||
// target: 'https://company.linyikj.com.cn/',
|
// target: 'https://company.linyikj.com.cn/',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: { '^': '' },
|
pathRewrite: { '^': '' },
|
||||||
|
|||||||
@ -45,7 +45,7 @@ export default function Update(props: MyBetaModalFormProps) {
|
|||||||
Apis.Refund.Refunds.Store({
|
Apis.Refund.Refunds.Store({
|
||||||
...values,
|
...values,
|
||||||
business_id: props.item?.id ?? '',
|
business_id: props.item?.id ?? '',
|
||||||
type: 'HouseBill',
|
type: 'Bill',
|
||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
props.reload?.();
|
props.reload?.();
|
||||||
|
|||||||
@ -23,7 +23,10 @@ export default function TaskShow(props: MyBetaModalFormProps) {
|
|||||||
{...MyProTableProps.props}
|
{...MyProTableProps.props}
|
||||||
request={async (params, sort) =>
|
request={async (params, sort) =>
|
||||||
MyProTableProps.request(
|
MyProTableProps.request(
|
||||||
{ ...params, house_meter_task_id: props?.item?.id },
|
{
|
||||||
|
...params,
|
||||||
|
house_meter_task_id: props?.item?.house_meter_task_id,
|
||||||
|
},
|
||||||
sort,
|
sort,
|
||||||
Apis.Meter.HouseMeterTaskDetails.List,
|
Apis.Meter.HouseMeterTaskDetails.List,
|
||||||
)
|
)
|
||||||
|
|||||||
@ -23,7 +23,7 @@ export default function SurveysList({ title = '问卷设置' }) {
|
|||||||
type="primary"
|
type="primary"
|
||||||
icon={<PlusOutlined />}
|
icon={<PlusOutlined />}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
navigate('/quality/marketing/survey/pages/create_surveys');
|
navigate('/quality/survey/pages/create_surveys');
|
||||||
}}
|
}}
|
||||||
title="新增问卷"
|
title="新增问卷"
|
||||||
/>,
|
/>,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user