上传申诉材料审核bug

This commit is contained in:
何童崇 2021-07-08 17:33:51 +08:00
parent e3643be01b
commit 4bf4aa7c78
4 changed files with 15 additions and 17 deletions

View File

@ -3,10 +3,10 @@ import axios from 'axios';
import cookie from 'react-cookies';
// export const httpUrl='http://117.50.100.12:8001';
// export const httpUrl='http://192.168.31.72:8081';
export const httpUrl='http://192.168.31.72:8081';
// export const httpUrl = 'http://106.75.31.211:58088';
// export const httpUrl = 'http://192.168.31.72:8089';
export const httpUrl = 'http://192.168.31.104:8081';
// export const httpUrl = 'http://192.168.31.104:8081';
// export const httpUrl = 'http://192.168.31.168:8081';

View File

@ -20,6 +20,8 @@ export default (props) => {
const [taskId, setTaskId] = useState();
const pageSize = props.pageSize || 10;
const [visibleMethod,setVisibleMethod]=useState(false);
useEffect(() => {
changePage(page);
}, [page]);
@ -43,6 +45,10 @@ export default (props) => {
})
}
function signMethodModal(item){
setVisibleMethod(true);
setTaskId(item.id);
}
return (
<React.Fragment>
@ -100,6 +106,7 @@ export default (props) => {
{(item.status === 9) && <a onClick={() => { repairAdvice(item.advice) }} className="line_1 color-blue">审核意见</a>}
{<a class="line_1 color-blue" onClick={() => { signMethodModal(item.advice) }}>选择协议签订方式</a>}
{/* <a href="javascript:void(0)" className="line_1 color-blue" onClick="paying_register_popup()">支付登记</a> */}
{/* <a href="javascript:void(0)" className="color-blue line_1">上传支付凭证</a> */}
</li>

View File

@ -4,7 +4,7 @@ import { Link } from "react-router-dom";
import Nodata from 'forge/Nodata';
import Loading from "src/Loading";
import { timeAgo } from 'educoder';
import { checkPublicity } from '../../api';
import { checkProof } from '../../api';
import { httpUrl } from 'military/fetch';
import './index.scss';
import winpng from '../../image/win.png';
@ -27,18 +27,11 @@ export default (props) => {
Modal.confirm({
title: '是否确认审批通过?',
onOk() {
checkPublicity({
// id: item.id,
// isPassed: 1,
// taskId: item.id,
// advice: "",
complaintMaterialId: 0,
isAccepted: "",
isChanged: "",
isReconsidered: "",
checkProof({
id: item.taskResultProof.id,
isPassed: 1,
taskId: item.id,
advice: "",
delayDuration: 0,
}).then(res => {
if (res && res.message === 'success') {
showNotification('操作成功');
@ -59,7 +52,7 @@ export default (props) => {
showNotification('请输入拒绝的理由');
return;
}
checkPublicity({
checkProof({
id: checkedItem.taskResultProof.id,
taskId: checkedItem.id,
isPassed: 0,

View File

@ -35,8 +35,6 @@ export default Form.create()((props) => {
function dealAction() {
validateFields((error, values) => {
// console.log(error);
// console.log(values)
if (!error) {
checkPublicity({
complaintMaterialId: checkedItem.id,