赵宏斌 3 weeks ago
parent
commit
d6e4910566
  1. 2
      src/views/modules/production/shippingScan.vue

2
src/views/modules/production/shippingScan.vue

@ -520,7 +520,7 @@ export default {
<el-link style="cursor: pointer" v-if="row.approveFlag === 'N'" @click="checkoutDelNotifyDetailBtn(row)">检验</el-link>
<!-- <el-link style="cursor: pointer" v-if="row.shipQty < row.notifyQty && row.allNum < row.notifyQty && delNotifyHeader.shipResult !== '全部发货'" @click="clickScan(row)">标签扫描</el-link>-->
<el-link style="cursor: pointer" v-if="delNotifyHeader.shipResult !== '全部发货'" @click="clickScan(row)">标签扫描</el-link>
<el-link style="cursor: pointer" @click="boxLabelVisibleHandler(row)" v-if="false">外箱标签</el-link>
<!-- <el-link style="cursor: pointer" @click="boxLabelVisibleHandler(row)" v-if="false">外箱标签</el-link>-->
</template>
</el-table-column>
<el-table-column

Loading…
Cancel
Save