ca2f05de by lihua

专区的数据只能审批不能上架下架

1 parent 189b93c9
......@@ -166,7 +166,7 @@ const tableInfo = ref({
if (approveVO && approveVO.approveState == 'A' && staffGuid == currentStaffGuid) {
isShowCancel = true;
}
if (bizApproveState === 'Y' && staffGuid == currentStaffGuid) {
if (bizApproveState === 'Y' && staffGuid == currentStaffGuid && !row.zqName) {
if (row.listingStatus === 'Y') {
list.push({ label: "下架", value: "down" });
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!