出库申请单维护-备料计划拉单页面:界面标题调整,显示数据报错调整

This commit is contained in:
mzr 2025-04-08 16:00:57 +08:00
parent 1a02d69898
commit 4017737b0e
3 changed files with 7 additions and 6 deletions

View File

@ -50,15 +50,15 @@ function modify(props, meta) {
});
// 拉单界面主子拉平单据号增加超链接 TODO 2312版本在此处增加代码直接复制过来了可能需要修改
meta[PAGEAREA.tile422x].items.map((item, index) => {
/*meta[PAGEAREA.tile422x].items.map((item, index) => {
transferSkipToSrcBillUtil.call(this, props, item, {
billtype: 'Bljh',
billcodefield: 'vbillcode',
pkfield: 'pk_storereq'
});
});
});*/
meta[PAGEAREA.search422x].items.map((item, index) => {
/*meta[PAGEAREA.search422x].items.map((item, index) => {
item.isShowUnit = true;
if (fileds_orgfilter_Bljh.includes(item.attrcode)) {
item.queryCondition = () => {
@ -90,7 +90,7 @@ function modify(props, meta) {
};
};
}
});
});*/
return meta;
}

View File

@ -92,8 +92,8 @@ class TransferTable extends Component {
const { createTransferTable } = transferTable;
const { NCBackBtn, NCToggleViewBtn, NCDiv } = base;
const { createBillHeadInfo } = this.props.BillHeadInfo;
// todo 1 2312的代码是 getLangByResId(this, '4008SAPPLYBILL-000046')
let title = getLangByResId(this, '4008SAPPLYBILL-000059'); /* 国际化处理: 选择备料计划*/
// todo 拉单页面上方的标题
let title = getLangByResId(this, '4008SAPPLYBILL-000046A'); /* 国际化处理: 选择备料计划*/
let isShowSel = transferTable.getSelectedListDisplay(PAGEAREA.headBljh);
let totalstr = `${getLangByResId(this, '4008SAPPLYBILL-000045')}`; /* 国际化处理: 本次申请主数量*/

View File

@ -46,6 +46,7 @@
"4008SAPPLYBILL-000044": "生成出库申请",
"4008SAPPLYBILL-000045": "本次申请主数量",
"4008SAPPLYBILL-000046": "选择物资需求申请单",
"4008SAPPLYBILL-000046A": "选择备料计划",
"4008SAPPLYBILL-000047": "保存即审批",
"4008SAPPLYBILL-000048": "审批后是否生成出库单",
"4008SAPPLYBILL-000049": "申请出库类别",