Compare commits
No commits in common. "c5643856c066853ee9e284235c979fbeb6455b65" and "6a70e6a1e2bf4354feb62f4b8c4dea1f525e61ad" have entirely different histories.
c5643856c0
...
6a70e6a1e2
@ -123,9 +123,6 @@ class PFCommonApprove extends React.Component {
|
|||||||
if (this.state.data.CALLBACK_INTERFACE && this.state.data.CALLBACK_INTERFACE.indexOf("New") > -1) {
|
if (this.state.data.CALLBACK_INTERFACE && this.state.data.CALLBACK_INTERFACE.indexOf("New") > -1) {
|
||||||
newUrl = this.state.data.CALLBACK_INTERFACE
|
newUrl = this.state.data.CALLBACK_INTERFACE
|
||||||
}
|
}
|
||||||
if (this.props.data && this.props.data.TASK_ORGID && this.props.data.TASK_ORGID.length > 0 && this.props.data.TASK_ORGID !== this.props.login.OrgId) {
|
|
||||||
this.state.data.Parameter22 = this.props.data.TASK_ORGID
|
|
||||||
}
|
|
||||||
if (newUrl.length > 0) {
|
if (newUrl.length > 0) {
|
||||||
this.props.dispatch({
|
this.props.dispatch({
|
||||||
type: 'app/getDataByPost',
|
type: 'app/getDataByPost',
|
||||||
|
|||||||
@ -238,7 +238,6 @@ class PFCommonApproveView extends React.Component {
|
|||||||
appVisible:appVisibleTemp,
|
appVisible:appVisibleTemp,
|
||||||
BtnAgreeDisplay:this.props.data.BtnAgreeDisplay?this.props.data.BtnAgreeDisplay:'inline'
|
BtnAgreeDisplay:this.props.data.BtnAgreeDisplay?this.props.data.BtnAgreeDisplay:'inline'
|
||||||
});
|
});
|
||||||
json.Parameter22=this.props.data?.TASK_ORGID
|
|
||||||
this.props.dispatch({
|
this.props.dispatch({
|
||||||
type: 'app/getDataByPost',
|
type: 'app/getDataByPost',
|
||||||
payload: json,
|
payload: json,
|
||||||
|
|||||||
@ -12,6 +12,7 @@ import moment from 'moment';
|
|||||||
import Item from "antd/lib/list/Item";
|
import Item from "antd/lib/list/Item";
|
||||||
class SK033ShowPrint extends React.Component {
|
class SK033ShowPrint extends React.Component {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
|
debugger
|
||||||
super(props);
|
super(props);
|
||||||
this.state = {
|
this.state = {
|
||||||
data: null,
|
data: null,
|
||||||
@ -85,7 +86,7 @@ class SK033ShowPrint extends React.Component {
|
|||||||
}
|
}
|
||||||
onClickApprove = (appVisible) => {
|
onClickApprove = (appVisible) => {
|
||||||
const newtmpData = {
|
const newtmpData = {
|
||||||
data: { id: this.props.data.id, isShow: true, key: guid(), param: this.props.data.param, appVisible: appVisible, BtnAgreeDisplay: 'inline', TASK_ORGID: this.props.data?.TASK_ORGID },
|
data: { id: this.props.data.id, isShow: true, key: guid(), param: this.props.data.param, appVisible: appVisible, BtnAgreeDisplay: 'inline' },
|
||||||
formCode: "PF123",
|
formCode: "PF123",
|
||||||
}
|
}
|
||||||
this.setState({
|
this.setState({
|
||||||
|
|||||||
@ -214,8 +214,7 @@ export function initFilter(OrgId, Keyword = "", Sort, Order, PageIndex = 1, Para
|
|||||||
FilterGroup: { Rules: [], Groups: [] },
|
FilterGroup: { Rules: [], Groups: [] },
|
||||||
SelectField: [],
|
SelectField: [],
|
||||||
DataRule: [],
|
DataRule: [],
|
||||||
IgnoreDataRule: false,
|
IgnoreDataRule: false
|
||||||
IgnoreOrgRule: true
|
|
||||||
};
|
};
|
||||||
// let params = $("#search-form").elFilterParam();
|
// let params = $("#search-form").elFilterParam();
|
||||||
// extend(json, params);
|
// extend(json, params);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user