Compare commits

..

2 Commits

Author SHA1 Message Date
dearLin a21d441ced Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/pages/Container/Stakeholder/FirstLevelDoor/VehicleApplication/List/index.js
2026-05-27 11:08:03 +08:00
dearLin ac8d75adf5 fixed:过时间的项目禁止申请入场 2026-05-27 11:05:56 +08:00
6 changed files with 7 additions and 5 deletions

View File

@ -35,7 +35,7 @@ function Add(props) {
const signatureUrl = useRef("");
const getXgfProjectListAll = async () => {
const { data } = await props["xgfProjectListAll"]();
const { data } = await props["xgfProjectListAll"]({betweenProjectTime :1 });
setXgfProjectListAll(data);
};

View File

@ -33,7 +33,7 @@ function Add(props) {
const signatureUrl = useRef("");
const getXgfProjectListAll = async () => {
const { data } = await props["xgfProjectListAll"]();
const { data } = await props["xgfProjectListAll"]({betweenProjectTime :1 });
setXgfProjectListAll(data);
};

View File

@ -39,7 +39,7 @@ function Add(props) {
};
const getXgfProjectListAll = async () => {
const { data } = await props["xgfProjectListAll"]();
const { data } = await props["xgfProjectListAll"]({betweenProjectTime :1 });
setXgfProjectListAll(data);
};

View File

@ -55,7 +55,7 @@ function Add(props) {
};
const getXgfProjectListAll = async () => {
const { data } = await props["xgfProjectListAll"]();
const { data } = await props["xgfProjectListAll"]({betweenProjectTime :1 });
setXgfProjectListAll(data);
};

View File

@ -51,7 +51,8 @@ function List(props) {
// },
// { name: "employeeVehicleUserName", label: "车辆所属人" },
{ name: "licenceNo", label: "车牌号" },
// { name: "vehicleType", label: "车辆类型", render: (<DictionarySelect dictValue="VEHICLE_TYPE" />) },
{ name: "licenceType", label: "车牌类型", render: (<DictionarySelect dictValue="LICENCE_TYPE" />) },
{ name: "vehicleType", label: "车辆类型", render: (<DictionarySelect dictValue="VEHICLE_TYPE" />) },
]}
form={form}
onFinish={getData}

View File

@ -154,6 +154,7 @@ const ReviewModalComponent = (props) => {
const onSubmit = async (values) => {
const { success } = await props["vehicleAuditApproval"]({
id: props.id,
vehicleApplyId: props.vehicleApplyId,
...values,
});
if (success) {