d389fb61 by lihua

只有主平台审批通过的才可以下架

1 parent acd447cd
......@@ -157,7 +157,7 @@ const tableInfo = ref({
if (approveVO && approveVO.approveState == 'A' && staffGuid == currentStaffGuid) {
isShowCancel = true;
}
if (bizApproveState === 'Y' && staffGuid == currentStaffGuid) {
if ((bizApproveState === 'Y' || row.crossPlatformApproveState == 'Y') && staffGuid == currentStaffGuid) {
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!