出库申请单维护-备料计划拉单页面:跳转备料计划详情调整
This commit is contained in:
parent
4017737b0e
commit
a7c564afc1
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue