diff --git a/src/ic/ic/sapplybill/transfer2/init/initBljhTemplate.js b/src/ic/ic/sapplybill/transfer2/init/initBljhTemplate.js index c029d96..cb29ce5 100644 --- a/src/ic/ic/sapplybill/transfer2/init/initBljhTemplate.js +++ b/src/ic/ic/sapplybill/transfer2/init/initBljhTemplate.js @@ -43,21 +43,12 @@ function modify(props, meta) { // 拉单界面增加单据号增加超链接 meta[PAGEAREA.headBljh].items.map((item, index) => { transferSkipToSrcBillUtil.call(this, props, item, { - billtype: 'Bljh', + billtype: '55A3', billcodefield: 'vbillcode', - pkfield: 'pk_storereq' // TODO 1 pk_storereq可能需要改成备料计划的主键字段 + pkfield: 'cpickmid' }); }); - // 拉单界面主子拉平单据号增加超链接 TODO 2312版本在此处增加代码,直接复制过来了,可能需要修改 - /*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) => { item.isShowUnit = true; if (fileds_orgfilter_Bljh.includes(item.attrcode)) {