|
|
|
|
@ -258,7 +258,7 @@ export default { |
|
|
|
|
{ index: 15, label: '接收货品', clickHanderCode: 43, mouseoverCode: 10, mouseleaveCode: 10, shouldRoleId: false,imgSrc: indexicon.Receivinggoods, }, |
|
|
|
|
{ index: 16, label: '申领出库', clickHanderCode: 45, mouseoverCode: 11, mouseleaveCode: 11, shouldRoleId: false,imgSrc: indexicon.Claimoutofthewarehouse, }, |
|
|
|
|
{ index: 17, label: '供应商 ', clickHanderCode: 46, mouseoverCode: 9, mouseleaveCode: 9, shouldRoleId: false,imgSrc: indexicon.vendor, }, |
|
|
|
|
{ index: 18, label: '物品申领', clickHanderCode: 42, mouseoverCode: 2, mouseleaveCode: 2, shouldRoleId: false,imgSrc: indexicon.wupinshenling, } |
|
|
|
|
// { index: 18, label: '物品申领', clickHanderCode: 42, mouseoverCode: 2, mouseleaveCode: 2, shouldRoleId: false,imgSrc: indexicon.wupinshenling, } |
|
|
|
|
] |
|
|
|
|
}; |
|
|
|
|
}, |
|
|
|
|
@ -567,6 +567,7 @@ export default { |
|
|
|
|
// 公共部分 |
|
|
|
|
// 委托单列表上方数量 |
|
|
|
|
const res1 = await getEveryStatusAndCount({ deptId: this.userInfo.deptId ,roleId:this.userInfo.roleId }) |
|
|
|
|
console.log('res =====>',res1) |
|
|
|
|
let result1 = res1.data.data; |
|
|
|
|
this.cardInfoList[0].judjeVariable = result1.djy // 待接样 |
|
|
|
|
this.cardInfoList[1].judjeVariable = result1.djh // 带计划 |
|
|
|
|
|