|
|
@ -201,7 +201,7 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
import { getRetrievalApplyInfo, trailerList, complete, breakProcess, reject, getPreviousNodesForReject, getNextNodesForSubmit } from '@/api/chukuguanli/chukubanli' |
|
|
|
import { getRetrievalApplyInfoBySid, trailerList, complete, breakProcess, reject, getPreviousNodesForReject, getNextNodesForSubmit } from '@/api/chukuguanli/chukubanli' |
|
|
|
import userInfo from './relation/userInfo' |
|
|
|
import guacheInfo from './relation/guacheInfo' |
|
|
|
import shangzhuangInfo from './relation/shangzhuangInfo' |
|
|
@ -335,7 +335,7 @@ export default { |
|
|
|
this.$refs['dataForm'].clearValidate() |
|
|
|
}) |
|
|
|
this.arguments.outboundSid = sid |
|
|
|
getRetrievalApplyInfo(this.arguments).then((response) => { |
|
|
|
getRetrievalApplyInfoBySid(this.arguments).then((response) => { |
|
|
|
if (response.success) { |
|
|
|
this.formobj = response.data |
|
|
|
} |
|
|
|