| | |
| | | isdisabled: false, |
| | | show: false, |
| | | showx: false, |
| | | contractUrl:[],//合同预览 |
| | | bankName: '', |
| | | showOverlay: false, |
| | | bizId: this.$route.query.bizId, //订单编号 |
| | |
| | | } else{ //生产 |
| | | objUrl = `${window.location.origin}` |
| | | } |
| | | this.dataForm.contractUrl =this.dataForm.contractUrl.map(element => { |
| | | this.contractUrl=[] |
| | | this.$api.getContInfo({bizId: this.bizId, bizType: this.bizType}).then(res=>{ |
| | | this.contractUrl =res.body.contractUrl.map(element => { |
| | | return element = objUrl+element |
| | | }) |
| | | ImagePreview(this.dataForm.contractUrl); |
| | | ImagePreview(this.contractUrl); |
| | | }) |
| | | |
| | | }, |
| | | //图片click |
| | | imgClick: function () { |