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

Loading…
Cancel
Save