Browse Source

修改标题

hella_online_20240829
lijuncheng 2 months ago
parent
commit
887cff4304
  1. 39
      src/pages/productReceipt/job/ccProductReceiptJob.vue

39
src/pages/productReceipt/job/ccProductReceiptJob.vue

@ -80,25 +80,28 @@
detailOptions: [],
detailGiveupOptions: [],
type: 'assemble',
title:""
};
},
// type = 'assemble'
// type = 'predict'
props: {
title: {
type: String,
default: ''
},
// props: {
// title: {
// type: String,
// default: ''
// },
// },
onLoad(option){
this.title = option.title
},
mounted() {
onShow(){
this.detailOptions = getDetailOption();
this.detailGiveupOptions = getDetailGiveupOption();
this.getList('refresh');
},
onPullDownRefresh() {
this.getList('refresh');
},
@ -123,18 +126,16 @@
}
},
onReachBottom() {
console.log('onReachBottom', this.loadingType)
//
if (this.loadingType == 'loading' || this.loadingType == 'noMore') {
return;
}
this.getList("more");
},
methods: {
onReachBottom() {
console.log('onReachBottom', this.loadingType)
//
if (this.loadingType == 'loading' || this.loadingType == 'noMore') {
return;
}
this.getList("more");
},
refresh() {
this.getList('refresh');
},
getList(type) {
let that = this;
uni.showLoading({

Loading…
Cancel
Save