| | |
| | | productTotal.value.id = null |
| | | productTotal.value.state = 0 |
| | | } |
| | | if(productTotal.value.id!==null && productTotal.value.creator!==userInfo.user.userName || company.notChangeProduct){ |
| | | console.log(productTotal.value.id) |
| | | if(productTotal.value.id != null |
| | | && |
| | | productTotal.value.creator !== userInfo.user.userName |
| | | & company.notChangeProduct |
| | | ){ |
| | | ElMessage.warning('创建人是:'+productTotal.value.creator+' 无法操作!') |
| | | return; |
| | | } |
| | |
| | | |
| | | //审核产品状态 |
| | | const updateProductState = (state) => { |
| | | if(productTotal.value.id!==null && productTotal.value.creator!==userInfo.user.userName || company.notChangeProduct){ |
| | | if(productTotal.value.id!==null && productTotal.value.creator!==userInfo.user.userName && company.notChangeProduct){ |
| | | ElMessage.warning('创建人是:'+productTotal.value.creator+' 无法操作!') |
| | | return; |
| | | } |