Browse Source

一键签收增加限制

pre-production
汤建军 1 year ago
parent
commit
821eb5ebc1
  1. 3
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue

3
src/views/distribution/deliverylist/distributionDeliveryListedt.vue

@ -202,7 +202,8 @@
@click="handleSignone(slotProps.scope.row)" @click="handleSignone(slotProps.scope.row)"
v-if=" v-if="
slotProps.scope.row.signingStatus == '待审核' && slotProps.scope.row.signingStatus == '待审核' &&
slotProps.scope.row.driverSigning == '未签收' slotProps.scope.row.driverSigning == '未签收' &&
Number(slotProps.scope.row.isHaveAbnormalPackage) === 2
" "
>一键签收 >一键签收
</el-text> </el-text>

Loading…
Cancel
Save