出库申请拉单调整

This commit is contained in:
xyz 2024-12-25 10:52:29 +08:00
parent c17ed58e9c
commit 3602611d2d
4 changed files with 9 additions and 6 deletions

View File

@ -157,6 +157,7 @@ const BUTTONID_LIST = {
Add: 'Add', //新增(下拉) Add: 'Add', //新增(下拉)
Manual: 'Manual', //自制 Manual: 'Manual', //自制
Ref422X: 'Ref422X', //物资需求出库申请 Ref422X: 'Ref422X', //物资需求出库申请
RefBljh: 'RefBljh', //备料计划申请
Delete_Head: 'Delete_Head', //删除 Delete_Head: 'Delete_Head', //删除
Commit_Head: 'Commit_Head', //提交 Commit_Head: 'Commit_Head', //提交
UnCommit_Head: 'UnCommit_Head', //收回 UnCommit_Head: 'UnCommit_Head', //收回
@ -181,6 +182,7 @@ const BUTTONID_CARD = {
Add: 'Add', //新增(下拉) Add: 'Add', //新增(下拉)
Manual: 'Manual', //自制 Manual: 'Manual', //自制
Ref422X: 'Ref422X', //物资需求出库申请 Ref422X: 'Ref422X', //物资需求出库申请
RefBljh: 'RefBljh', //备料计划申请
Edit: 'Edit', //修改 Edit: 'Edit', //修改
Delete: 'Delete', //删除 Delete: 'Delete', //删除
Copy: 'Copy', //复制 Copy: 'Copy', //复制

View File

@ -91,7 +91,7 @@ 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;
let title = getLangByResId(this, '4008SAPPLYBILL-000046'); let title = getLangByResId(this, '4008SAPPLYBILL-000059'); /* 国际化处理: 选择备料计划*/
let isShowSel = transferTable.getSelectedListDisplay(PAGEAREA.headBljh); let isShowSel = transferTable.getSelectedListDisplay(PAGEAREA.headBljh);
let totalstr = `${getLangByResId(this, '4008SAPPLYBILL-000045')}`; /* 国际化处理: 本次申请主数量*/ let totalstr = `${getLangByResId(this, '4008SAPPLYBILL-000045')}`; /* 国际化处理: 本次申请主数量*/

View File

@ -57,5 +57,6 @@
"4008SAPPLYBILL-000055": "成功", "4008SAPPLYBILL-000055": "成功",
"4008SAPPLYBILL-000056": "提交成功!", "4008SAPPLYBILL-000056": "提交成功!",
"4008SAPPLYBILL-000057": "收回成功!", "4008SAPPLYBILL-000057": "收回成功!",
"4008SAPPLYBILL-000058": "提交失败!" "4008SAPPLYBILL-000058": "提交失败!",
"4008SAPPLYBILL-000059": "选择备料计划"
} }