专区的数据只能审批不能上架下架
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -166,7 +166,7 @@ const tableInfo = ref({ | ... | @@ -166,7 +166,7 @@ const tableInfo = ref({ |
| 166 | if (approveVO && approveVO.approveState == 'A' && staffGuid == currentStaffGuid) { | 166 | if (approveVO && approveVO.approveState == 'A' && staffGuid == currentStaffGuid) { |
| 167 | isShowCancel = true; | 167 | isShowCancel = true; |
| 168 | } | 168 | } |
| 169 | if (bizApproveState === 'Y' && staffGuid == currentStaffGuid) { | 169 | if (bizApproveState === 'Y' && staffGuid == currentStaffGuid && !row.zqName) { |
| 170 | if (row.listingStatus === 'Y') { | 170 | if (row.listingStatus === 'Y') { |
| 171 | list.push({ label: "下架", value: "down" }); | 171 | list.push({ label: "下架", value: "down" }); |
| 172 | } | 172 | } | ... | ... |
-
Please register or sign in to post a comment