| | |
| | | :before-close="handleClose1" |
| | | > |
| | | <jianqianwenzhen |
| | | :jianqianwenzhendata="jianqianwenzhendata" |
| | | :jianqianwenzhendatas="jianqianwenzhendatas" |
| | | ></jianqianwenzhen> |
| | | <span slot="footer" class="dialog-footer"> |
| | | <el-button @click="jianqians = false">取 消</el-button> |
| | |
| | | components: { Public, Historicalreport,jianqianwenzhen }, |
| | | data() { |
| | | return { |
| | | lishi:true, |
| | | lishi:false, |
| | | rowes:{}, |
| | | jianqianwenzhendata:[], |
| | | jianqianwenzhendatas:[], |
| | | jianqians:false, |
| | | selected: false, |
| | | checkval: false, |
| | |
| | | if (res.data[0] != null) { |
| | | this.reportHistorydata = res.data; |
| | | } |
| | | if(this.reportHistorydata.length >= 1){ |
| | | this.lishi = true; |
| | | }else{ |
| | | this.lishi = true; |
| | | this.$modal.msgError("暂无历史报告"); |
| | | } |
| | | }); |
| | | }, |
| | | |
| | | jianqian() { |
| | | let tjNumber = this.rowes.tjNumber; |
| | | getInfoById(tjNumber).then((response) => { |
| | | this.jianqianwenzhendata = response.data; |
| | | this.jianqianwenzhendatas = response.data; |
| | | if (this.form.xiyan == null) { |
| | | this.form.xiyan = "1"; |
| | | } |