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

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

@ -482,7 +482,7 @@ export default {
<el-table-column label="操作" width="150px" header-align="center" fixed align="center">
<template slot-scope="{row,$index}">
<el-link style="cursor: pointer" @click="clickScan(row)">扫描记录</el-link>
<el-link style="cursor: pointer" @click="boxLabelVisibleHandler(row)">外箱标签</el-link>
<!-- <el-link style="cursor: pointer" @click="boxLabelVisibleHandler(row)">外箱标签</el-link>-->
</template>
</el-table-column>
<el-table-column

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