Browse Source

扫描数量够也可以看到‘标签扫描’按钮,进行修改

master
赵宏斌 2 months ago
parent
commit
3a365462a2
  1. 3
      src/views/modules/production/shippingScan.vue

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

@ -518,7 +518,8 @@ export default {
<el-table-column label="操作" width="150px" header-align="center" fixed align="center">
<template slot-scope="{row,$index}">
<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="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>
</template>
</el-table-column>

Loading…
Cancel
Save