发货记录

version/0412
fanfan 8 months ago
parent 5a5905beca
commit 5db6c4c45d
  1. 2
      pages/news3/seasoningCondimentsRecord.vue
  2. 5
      pages/news3/setOutRecords.vue

@ -150,7 +150,7 @@
this.form.transfer_image_id = trList.join(',');
//
let atList = []
this.chatList = this.chatList.concat(this.handleList);
this.chatList = this.chatList.concat(this.handChatList);
this.chatList.forEach(item => {
atList.push(item.file_id)
});

@ -137,7 +137,6 @@
uni.$off('refreshData')
},
onShow() {
this.classifyShow =1
uni.$on('refreshData', () => {
//
@ -196,8 +195,8 @@
message,
data
} = await newFunApi.shopOrderList({
// dataType: 'all',
dataType: 'complete',
dataType: 'all',
// dataType: 'complete',
page: this.pageNum,
searchValue: this.searchText,
searchValue: '',

Loading…
Cancel
Save