| src/views/inventoryManagement/receiptManagement/Record.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/inventoryManagement/receiptManagement/Record.vue
@@ -283,7 +283,7 @@ const canDelete = computed(() => canBatchApprove.value); const showSourceOrderNoColumn = computed(() => { const topParentProductId = Number(props.topParentProductId); return topParentProductId === 276 || topParentProductId === 278; return topParentProductId === 1 || topParentProductId === 3; }); const formatSourceOrderNo = (value) => {