Browse Source

完善出库申请--详情页面

master
yunuo970428 2 years ago
parent
commit
e690ab104d
  1. 3
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/chukuguanliFlow/chukuguanli/chukuDaiBanInfo.vue
  2. 3
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/chukuguanliFlow/chukuguanli/chukuYiBanInfo.vue

3
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/chukuguanliFlow/chukuguanli/chukuDaiBanInfo.vue

@ -334,8 +334,7 @@ export default {
this.$nextTick(() => { this.$nextTick(() => {
this.$refs['dataForm'].clearValidate() this.$refs['dataForm'].clearValidate()
}) })
this.arguments.outboundSid = sid getRetrievalApplyInfoBySid({ sid: sid }).then((response) => {
getRetrievalApplyInfoBySid(this.arguments).then((response) => {
if (response.success) { if (response.success) {
this.formobj = response.data this.formobj = response.data
} }

3
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/chukuguanliFlow/chukuguanli/chukuYiBanInfo.vue

@ -292,8 +292,7 @@ export default {
this.$nextTick(() => { this.$nextTick(() => {
this.$refs['dataForm'].clearValidate() this.$refs['dataForm'].clearValidate()
}) })
this.arguments.outboundSid = sid getRetrievalApplyInfoBySid({ sid: sid }).then((response) => {
getRetrievalApplyInfoBySid(this.arguments).then((response) => {
if (response.success) { if (response.success) {
this.formobj = response.data this.formobj = response.data
} }

Loading…
Cancel
Save