mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-06 17:46:44 +08:00
建议书编辑功能修改
This commit is contained in:
@@ -685,9 +685,8 @@ export default {
|
||||
this.activeType = detailPromise.orderDTO.orderInfoDTO.activeType
|
||||
}
|
||||
this.cvalidateFlag = this.activeType && this.isFrom != 'proposal'
|
||||
|
||||
//构建提交数据、渲染险种
|
||||
if(this.$route.query.insuanceIdInfo && this.isFrom == 'proposal' && !localStorage.editproposaladdrisk){
|
||||
if(this.$route.query.insuanceIdInfo && this.isFrom == 'proposal'){
|
||||
// 获取试算记录详情
|
||||
let serialNo = ''
|
||||
if (this.$route.query.orderNo) {
|
||||
@@ -715,7 +714,6 @@ export default {
|
||||
})
|
||||
}else{
|
||||
this.chooseProducts = JSON.parse(localStorage.chooseProducts)
|
||||
localStorage.editproposaladdrisk = false
|
||||
}
|
||||
this.chooseProducts.forEach((item, index) => {
|
||||
if (item.isCrossChannel == '1') {
|
||||
@@ -2376,7 +2374,6 @@ export default {
|
||||
} else if (this.$route.query.proposalOrderNo) {
|
||||
thismyurl = '?proposalOrderNo=' + this.$route.query.proposalOrderNo
|
||||
}
|
||||
localStorage.editproposaladdrisk = true
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
@@ -2891,7 +2888,6 @@ export default {
|
||||
}
|
||||
|
||||
if (resultData.result == 0) {
|
||||
localStorage.editproposaladdrisk = false
|
||||
//电投
|
||||
if (isFrom != 'orderTrial' && localStorage.isFrom == 'sale') {
|
||||
if (resultData.deleteFlag == '0') {
|
||||
|
||||
Reference in New Issue
Block a user