Browse Source

发运单管理优化

pull/137/head
wangxy 3 years ago
parent
commit
3ea9287e9c
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/views/productexe/basic/dispatchOrder.vue

+ 2
- 1
src/views/productexe/basic/dispatchOrder.vue View File

@ -140,7 +140,7 @@ export default {
"JIT_ShipOrder-CreateTime", "JIT_ShipOrder-CreateTime",
], ],
// //
loading: true,
loading: false,
// //
total: 0, total: 0,
// //
@ -201,6 +201,7 @@ export default {
}, },
// //
previewUpload(file) { previewUpload(file) {
this.uploadLoading = false
this.excle = file.target.files[0] this.excle = file.target.files[0]
const uploadData = new FormData() const uploadData = new FormData()
uploadData.append('upload', this.excle) uploadData.append('upload', this.excle)


Loading…
Cancel
Save