Browse Source

修改问题

zhanglei
yunuo970428 2 years ago
parent
commit
2dffd95d52
  1. 4
      anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanInfo.vue
  2. 4
      anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanDaiBanInfo.vue
  3. 4
      anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanEdit.vue
  4. 4
      anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanYiBanInfo.vue

4
anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanInfo.vue

@ -206,11 +206,13 @@ export default {
req.fetchBySid(sid).then((resp) => {
const data = resp.data
this.formobj = data
const aa = []
if (this.formobj.commonAppendixs.length > 0) {
this.formobj.commonAppendixs.forEach((e) => {
this.imgList.push(e.filePath)
aa.push(e.filePath)
})
}
this.imgList = aa
}).catch((e) => {
this.formobj = row
})

4
anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanDaiBanInfo.vue

@ -275,11 +275,13 @@ export default {
req.fetchBySid(sid).then((resp) => {
const data = resp.data
this.formobj = data
const aa = []
if (this.formobj.commonAppendixs.length > 0) {
this.formobj.commonAppendixs.forEach((e) => {
this.imgList.push(e.filePath)
aa.push(e.filePath)
})
}
this.imgList = aa
}).catch((e) => {
this.formobj = {}
})

4
anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanEdit.vue

@ -361,9 +361,10 @@ export default {
}
})
}
const aa = []
if (this.formobj.commonAppendixs.length > 0) {
this.formobj.commonAppendixs.forEach((e) => {
this.imgList.push({
aa.push({
name: e.fileName,
filePath: e.filePath,
size: e.fileSize,
@ -371,6 +372,7 @@ export default {
})
})
}
this.imgList = aa
}).catch((e) => {
this.formobj = row
})

4
anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanYiBanInfo.vue

@ -231,11 +231,13 @@ export default {
req.fetchBySid(sid).then((resp) => {
const data = resp.data
this.formobj = data
const aa = []
if (this.formobj.commonAppendixs.length > 0) {
this.formobj.commonAppendixs.forEach((e) => {
this.imgList.push(e.filePath)
aa.push(e.filePath)
})
}
this.imgList = aa
}).catch((e) => {
this.formobj = {}
})

Loading…
Cancel
Save