Browse Source

2026-02-26

优化
master
fengyuan_yang 15 hours ago
parent
commit
2775d8181c
  1. 2
      src/views/modules/qc/inboundNotification.vue

2
src/views/modules/qc/inboundNotification.vue

@ -404,7 +404,7 @@
label="操作">
<template slot-scope="scope">
<el-link style="cursor: pointer" @click="inboundDetailModal(scope.row)">入库明细</el-link>
<el-link v-if="(currentRow.orderStatus === '草稿' || currentRow.orderStatus === '编辑中') && !hasActualInboundQty" style="cursor: pointer; margin-left: 10px;" type="warning" @click="labelImportModal(scope.row)">标签导入</el-link>
<el-link v-if="currentRow.orderStatus === '待入库'" style="cursor: pointer; margin-left: 10px;" type="warning" @click="labelImportModal(scope.row)">标签导入</el-link>
</template>
</el-table-column>
</el-table>

Loading…
Cancel
Save