From a7c564afc1add7427825bfc164dae664e3605132 Mon Sep 17 00:00:00 2001 From: mzr Date: Tue, 8 Apr 2025 16:08:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=BA=93=E7=94=B3=E8=AF=B7=E5=8D=95?= =?UTF-8?q?=E7=BB=B4=E6=8A=A4-=E5=A4=87=E6=96=99=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E6=8B=89=E5=8D=95=E9=A1=B5=E9=9D=A2=EF=BC=9A=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E5=A4=87=E6=96=99=E8=AE=A1=E5=88=92=E8=AF=A6=E6=83=85=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sapplybill/transfer2/init/initBljhTemplate.js | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) 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)) {