Browse Source

修复部分bug

dev-xx
qb 7 months ago
parent
commit
0828876e5b
  1. 2
      src/views/distribution/artery/abnormalList.vue

2
src/views/distribution/artery/abnormalList.vue

@ -164,7 +164,7 @@
</el-button> </el-button>
</template> </template>
<!-- 无卸车记录 --> <!-- 无卸车记录 -->
<template v-else-if="Number(details.abnormalInfo.abnormalType) === 3"> <template v-else-if="Number(details.abnormalInfo.abnormalType) === 4">
<el-button type="primary" icon="Delete" @click="() => handleAbnormal(3, '确认为本车次少货')" <el-button type="primary" icon="Delete" @click="() => handleAbnormal(3, '确认为本车次少货')"
>本车次少货</el-button >本车次少货</el-button
> >

Loading…
Cancel
Save