Browse Source

采购拒绝

hella_online_20240829
wangyufei 2 months ago
parent
commit
66b46dbd00
  1. 7
      src/pages/purchaseReceipt/job/purchaseReject.vue

7
src/pages/purchaseReceipt/job/purchaseReject.vue

@ -1,6 +1,6 @@
<template> <template>
<view class=""> <view class="">
<receipt-job ref="receiptjob" operation='reject'></receipt-job> <receipt-job :title="title" ref="receiptjob" operation='reject'></receipt-job>
</view> </view>
</template> </template>
@ -14,6 +14,7 @@
}, },
data() { data() {
return { return {
title:''
}; };
}, },
@ -22,7 +23,9 @@
this.$refs.receiptjob.refresh(); this.$refs.receiptjob.refresh();
} }
}, },
onLoad(option) {
this.title = option.title
},
onPullDownRefresh() { onPullDownRefresh() {
this.$refs.receiptjob.refresh(); this.$refs.receiptjob.refresh();
}, },

Loading…
Cancel
Save