出库申请单源码及根据备料计划拉单页面适配2312-代码调整
This commit is contained in:
parent
bb10a205f7
commit
c59a270ad7
|
@ -36,7 +36,7 @@ function backtotransfer(props) {
|
||||||
let type = getUrlParam(props.getUrlParam, 'type');
|
let type = getUrlParam(props.getUrlParam, 'type');
|
||||||
props.pushTo('/' + type, {
|
props.pushTo('/' + type, {
|
||||||
type: 'ref422x',
|
type: 'ref422x',
|
||||||
pagecode: '400400000_422Xto4455'// TODO 1
|
pagecode: '400400000_422Xto4455'// TODO pushTo
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -57,7 +57,7 @@ function cancel(props, index, queryDatas) {
|
||||||
let type = getUrlParam(props.getUrlParam, 'type');
|
let type = getUrlParam(props.getUrlParam, 'type');
|
||||||
props.pushTo('/' + type, {
|
props.pushTo('/' + type, {
|
||||||
type: 'ref422x',
|
type: 'ref422x',
|
||||||
pagecode: '400400000_422Xto4455' // TODO 1
|
pagecode: '400400000_422Xto4455' // TODO pushTo
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
props.transferTable.setTransformFormStatus(FIELD.left, {
|
props.transferTable.setTransformFormStatus(FIELD.left, {
|
||||||
|
|
|
@ -75,7 +75,7 @@ const deleteCard = (props, skipCodes, queryDatas, _this) => {
|
||||||
props.delUrlParam('usecache');
|
props.delUrlParam('usecache');
|
||||||
props.pushTo(URL.gotoTransfer, {
|
props.pushTo(URL.gotoTransfer, {
|
||||||
type: type,
|
type: type,
|
||||||
pagecode: '400400000_422Xto4455' // TODO 1
|
pagecode: '400400000_422Xto4455' // TODO pushTo
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
props.transferTable.setTransformFormStatus(FIELD.left, {
|
props.transferTable.setTransformFormStatus(FIELD.left, {
|
||||||
|
|
|
@ -37,7 +37,7 @@ export default function(ids) {
|
||||||
error: (res) => {
|
error: (res) => {
|
||||||
this.props.delUrlParam('usecache');
|
this.props.delUrlParam('usecache');
|
||||||
let type = getUrlParam(this.props.getUrlParam, 'type');
|
let type = getUrlParam(this.props.getUrlParam, 'type');
|
||||||
this.props.pushTo('/' + type, { pagecode: '400400000_422Xto4455' });// TODO 1
|
this.props.pushTo('/' + type, { pagecode: '400400000_422Xto4455' });// TODO pushTo
|
||||||
showErrorInfo(null, res.message); /* 国际化处理: 注意*/
|
showErrorInfo(null, res.message); /* 国际化处理: 注意*/
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -141,7 +141,7 @@ export default function clickBtn(props, id, text, record, mindex) {
|
||||||
props.pushTo(URL.gotoTransfer2, {
|
props.pushTo(URL.gotoTransfer2, {
|
||||||
type: 'refBljh',
|
type: 'refBljh',
|
||||||
usecache: 'N', //跳转到转单查询区不使用缓存
|
usecache: 'N', //跳转到转单查询区不使用缓存
|
||||||
pagecode: ''// TODO 1
|
pagecode: '50080102_Bljhto4455'// TODO code
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
//行打开
|
//行打开
|
||||||
|
|
|
@ -14,7 +14,7 @@ export default function clickAddBtn(props) {
|
||||||
props.pushTo(URL.gotoTransfer2, {
|
props.pushTo(URL.gotoTransfer2, {
|
||||||
type: 'refBljh',
|
type: 'refBljh',
|
||||||
usecache: 'N', //跳转到转单查询区不使用缓存
|
usecache: 'N', //跳转到转单查询区不使用缓存
|
||||||
pagecode: '400400000_422Xto4455' //TODO 1
|
pagecode: '50080102_Bljhto4455' //TODO code
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ const PAGECODE = {
|
||||||
};
|
};
|
||||||
const APPCODE = {
|
const APPCODE = {
|
||||||
appcodeBljh: '400802800'
|
appcodeBljh: '400802800'
|
||||||
// TODO 1
|
// TODO 1 此处应是什么值
|
||||||
};
|
};
|
||||||
const PAGEAREA = {
|
const PAGEAREA = {
|
||||||
headBljh: 'headBljh',
|
headBljh: 'headBljh',
|
||||||
|
|
|
@ -177,7 +177,7 @@ class TransferTable extends Component {
|
||||||
this.props.pushTo(URL.gotoCard, {
|
this.props.pushTo(URL.gotoCard, {
|
||||||
status: 'edit',
|
status: 'edit',
|
||||||
type: 'refBljh',
|
type: 'refBljh',
|
||||||
pagecode: '400400000_422Xto4455' // TODO 1
|
pagecode: '50080102_Bljhto4455' // TODO code
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
onChangeViewClick: () => {
|
onChangeViewClick: () => {
|
||||||
|
|
Loading…
Reference in New Issue