mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 07:26:44 +08:00
【建议书优化需求】复制建议书现在有问题
This commit is contained in:
committed by
liu.xiaofeng@ebiz-digits.com
parent
50f0abd62e
commit
6b3edcb2b9
@@ -305,13 +305,13 @@ export default {
|
|||||||
//拷贝
|
//拷贝
|
||||||
copy(item) {
|
copy(item) {
|
||||||
//建议书列表 编辑=》制作中的建议书跳转到选择被保险人页面;
|
//建议书列表 编辑=》制作中的建议书跳转到选择被保险人页面;
|
||||||
this.$CacheUtils.setLocItem('proposalNo', item.orderInfoDTO.orderNo)
|
|
||||||
this.$CacheUtils.setLocItem('canMoveOn', 1)
|
this.$CacheUtils.setLocItem('canMoveOn', 1)
|
||||||
let params = {
|
let params = {
|
||||||
orderNo:item.orderInfoDTO.orderNo
|
orderNo:item.orderInfoDTO.orderNo
|
||||||
}
|
}
|
||||||
proposalCopy(params).then(res => {
|
proposalCopy(params).then(res => {
|
||||||
if (res.result == '0') {
|
if (res.result == '0') {
|
||||||
|
this.$CacheUtils.setLocItem('proposalNo', res.content)
|
||||||
let url = `/proposal/appnt?proposalOrderNo=${res.content}`
|
let url = `/proposal/appnt?proposalOrderNo=${res.content}`
|
||||||
this.$router.push({ path: url })
|
this.$router.push({ path: url })
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user