Changeset 31cebd2 in byjove
- Timestamp:
- 07/24/2022 10:30:55 PM (6 months ago)
- Branches:
- master
- Children:
- 427732b
- Parents:
- 6666857
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/components/receiving/ByjoveReceiving.vue
r6666857 r31cebd2 102 102 <slot name="quick-receive"> 103 103 <!-- only show quick-receive if we have an identifiable product --> 104 <div v-if="shouldShowQuickReceive"class="buttons">104 <div class="buttons"> 105 105 <b-button v-if="row.quick_receive_all" 106 106 type="is-primary" … … 257 257 shouldShowQuickReceive() { 258 258 if (!this.row.quick_receive) { 259 console.log("row says not to")260 259 return false 261 260 } 262 261 if (!this.row.product_uuid) { 263 console.log("row has no product")264 262 return false 265 263 }
Note: See TracChangeset
for help on using the changeset viewer.