diff --git a/src/ic/ic/sapplybill/constance/index.js b/src/ic/ic/sapplybill/constance/index.js index c2a4115..6676026 100644 --- a/src/ic/ic/sapplybill/constance/index.js +++ b/src/ic/ic/sapplybill/constance/index.js @@ -1,8 +1,8 @@ /*2gXQ0nN3+Et9xmw6gOyzbHfStbROxMgHTt7COgBVOUw=*/ /* - * @Author: raoczh + * @Author: raoczh * @PageInfo: 出库申请-常量 - * @Date: 2018-04-17 14:16:17 + * @Date: 2018-04-17 14:16:17 * @Last Modified by: lizhbo * @Last Modified time: 2019-11-12 19:47:25 */ @@ -157,6 +157,7 @@ const BUTTONID_LIST = { Add: 'Add', //新增(下拉) Manual: 'Manual', //自制 Ref422X: 'Ref422X', //物资需求出库申请 + RefBljh: 'RefBljh', //备料计划申请 Delete_Head: 'Delete_Head', //删除 Commit_Head: 'Commit_Head', //提交 UnCommit_Head: 'UnCommit_Head', //收回 @@ -181,6 +182,7 @@ const BUTTONID_CARD = { Add: 'Add', //新增(下拉) Manual: 'Manual', //自制 Ref422X: 'Ref422X', //物资需求出库申请 + RefBljh: 'RefBljh', //备料计划申请 Edit: 'Edit', //修改 Delete: 'Delete', //删除 Copy: 'Copy', //复制 @@ -265,4 +267,4 @@ export { list_fileds_orgfilter }; -/*2gXQ0nN3+Et9xmw6gOyzbHfStbROxMgHTt7COgBVOUw=*/ \ No newline at end of file +/*2gXQ0nN3+Et9xmw6gOyzbHfStbROxMgHTt7COgBVOUw=*/ diff --git a/src/ic/ic/sapplybill/transfer2/transfer.js b/src/ic/ic/sapplybill/transfer2/transfer.js index cf9e7e4..54e8e71 100644 --- a/src/ic/ic/sapplybill/transfer2/transfer.js +++ b/src/ic/ic/sapplybill/transfer2/transfer.js @@ -91,7 +91,7 @@ class TransferTable extends Component { const { createTransferTable } = transferTable; const { NCBackBtn, NCToggleViewBtn, NCDiv } = base; const { createBillHeadInfo } = this.props.BillHeadInfo; - let title = getLangByResId(this, '4008SAPPLYBILL-000046'); + let title = getLangByResId(this, '4008SAPPLYBILL-000059'); /* 国际化处理: 选择备料计划*/ let isShowSel = transferTable.getSelectedListDisplay(PAGEAREA.headBljh); let totalstr = `${getLangByResId(this, '4008SAPPLYBILL-000045')}`; /* 国际化处理: 本次申请主数量*/ diff --git a/src/ic/public/lang/standard/simpchn/4008materialout.json b/src/ic/public/lang/standard/simpchn/4008materialout.json index 7fef563..39c589b 100644 --- a/src/ic/public/lang/standard/simpchn/4008materialout.json +++ b/src/ic/public/lang/standard/simpchn/4008materialout.json @@ -69,4 +69,4 @@ "4008MATERIALOUT-000067": "选择维修工单", "4008MATERIALOUT-000068": "行{rowno}已存在退库记录不允许删除", "4008MATERIALOUT-000069": "选择领用单" -} \ No newline at end of file +} diff --git a/src/ic/public/lang/standard/simpchn/4008sapplybill.json b/src/ic/public/lang/standard/simpchn/4008sapplybill.json index 7777cee..219bb05 100644 --- a/src/ic/public/lang/standard/simpchn/4008sapplybill.json +++ b/src/ic/public/lang/standard/simpchn/4008sapplybill.json @@ -57,5 +57,6 @@ "4008SAPPLYBILL-000055": "成功", "4008SAPPLYBILL-000056": "提交成功!", "4008SAPPLYBILL-000057": "收回成功!", - "4008SAPPLYBILL-000058": "提交失败!" + "4008SAPPLYBILL-000058": "提交失败!", + "4008SAPPLYBILL-000059": "选择备料计划" }