出库申请单维护-备料计划拉单页面:界面标题调整,显示数据报错调整
This commit is contained in:
parent
1a02d69898
commit
4017737b0e
|
@ -50,15 +50,15 @@ function modify(props, meta) {
|
||||||
});
|
});
|
||||||
|
|
||||||
// 拉单界面主子拉平单据号增加超链接 TODO 2312版本在此处增加代码,直接复制过来了,可能需要修改
|
// 拉单界面主子拉平单据号增加超链接 TODO 2312版本在此处增加代码,直接复制过来了,可能需要修改
|
||||||
meta[PAGEAREA.tile422x].items.map((item, index) => {
|
/*meta[PAGEAREA.tile422x].items.map((item, index) => {
|
||||||
transferSkipToSrcBillUtil.call(this, props, item, {
|
transferSkipToSrcBillUtil.call(this, props, item, {
|
||||||
billtype: 'Bljh',
|
billtype: 'Bljh',
|
||||||
billcodefield: 'vbillcode',
|
billcodefield: 'vbillcode',
|
||||||
pkfield: 'pk_storereq'
|
pkfield: 'pk_storereq'
|
||||||
});
|
});
|
||||||
});
|
});*/
|
||||||
|
|
||||||
meta[PAGEAREA.search422x].items.map((item, index) => {
|
/*meta[PAGEAREA.search422x].items.map((item, index) => {
|
||||||
item.isShowUnit = true;
|
item.isShowUnit = true;
|
||||||
if (fileds_orgfilter_Bljh.includes(item.attrcode)) {
|
if (fileds_orgfilter_Bljh.includes(item.attrcode)) {
|
||||||
item.queryCondition = () => {
|
item.queryCondition = () => {
|
||||||
|
@ -90,7 +90,7 @@ function modify(props, meta) {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
});
|
});*/
|
||||||
|
|
||||||
return meta;
|
return meta;
|
||||||
}
|
}
|
||||||
|
|
|
@ -92,8 +92,8 @@ class TransferTable extends Component {
|
||||||
const { createTransferTable } = transferTable;
|
const { createTransferTable } = transferTable;
|
||||||
const { NCBackBtn, NCToggleViewBtn, NCDiv } = base;
|
const { NCBackBtn, NCToggleViewBtn, NCDiv } = base;
|
||||||
const { createBillHeadInfo } = this.props.BillHeadInfo;
|
const { createBillHeadInfo } = this.props.BillHeadInfo;
|
||||||
// todo 1 2312的代码是 getLangByResId(this, '4008SAPPLYBILL-000046')
|
// todo 拉单页面上方的标题
|
||||||
let title = getLangByResId(this, '4008SAPPLYBILL-000059'); /* 国际化处理: 选择备料计划*/
|
let title = getLangByResId(this, '4008SAPPLYBILL-000046A'); /* 国际化处理: 选择备料计划*/
|
||||||
let isShowSel = transferTable.getSelectedListDisplay(PAGEAREA.headBljh);
|
let isShowSel = transferTable.getSelectedListDisplay(PAGEAREA.headBljh);
|
||||||
let totalstr = `${getLangByResId(this, '4008SAPPLYBILL-000045')}`; /* 国际化处理: 本次申请主数量*/
|
let totalstr = `${getLangByResId(this, '4008SAPPLYBILL-000045')}`; /* 国际化处理: 本次申请主数量*/
|
||||||
|
|
||||||
|
|
|
@ -46,6 +46,7 @@
|
||||||
"4008SAPPLYBILL-000044": "生成出库申请",
|
"4008SAPPLYBILL-000044": "生成出库申请",
|
||||||
"4008SAPPLYBILL-000045": "本次申请主数量",
|
"4008SAPPLYBILL-000045": "本次申请主数量",
|
||||||
"4008SAPPLYBILL-000046": "选择物资需求申请单",
|
"4008SAPPLYBILL-000046": "选择物资需求申请单",
|
||||||
|
"4008SAPPLYBILL-000046A": "选择备料计划",
|
||||||
"4008SAPPLYBILL-000047": "保存即审批",
|
"4008SAPPLYBILL-000047": "保存即审批",
|
||||||
"4008SAPPLYBILL-000048": "审批后是否生成出库单",
|
"4008SAPPLYBILL-000048": "审批后是否生成出库单",
|
||||||
"4008SAPPLYBILL-000049": "申请出库类别",
|
"4008SAPPLYBILL-000049": "申请出库类别",
|
||||||
|
|
Loading…
Reference in New Issue