|
|
@@ -263,7 +263,7 @@
|
|
|
hetong: [],
|
|
|
triggerType: "click",
|
|
|
wTBH:[],
|
|
|
- tongyonglujin: '',// 检测项目通用路径
|
|
|
+ tongyonglujin: '42明鉴/MJT 检测记录.rpx',// 检测项目通用路径
|
|
|
srcUrl: '',
|
|
|
fileUrl: '',
|
|
|
fileType: '',
|
|
|
@@ -318,10 +318,10 @@
|
|
|
curdPost("sql", sumsql).then((response) => {
|
|
|
this.total = response.variables.data[0].sum;
|
|
|
});
|
|
|
- let sql2 ="select id_,yuan_shi_ji_lu_ba FROM t_mjjcnlfw WHERE id_ ='f5a95b425d444b549d5a217d4c031855'";
|
|
|
- curdPost("sql", sql2).then((response) => {
|
|
|
- this.tongyonglujin = response.variables.data[0].yuan_shi_ji_lu_ba;
|
|
|
- });
|
|
|
+ // let sql2 ="select id_,yuan_shi_ji_lu_ba FROM t_mjjcnlfw WHERE id_ ='f5a95b425d444b549d5a217d4c031855'";
|
|
|
+ // curdPost("sql", sql2).then((response) => {
|
|
|
+ // this.tongyonglujin = response.variables.data[0].yuan_shi_ji_lu_ba;
|
|
|
+ // });
|
|
|
},
|
|
|
methods: {
|
|
|
async loadData(sql) {
|
|
|
@@ -408,7 +408,7 @@
|
|
|
this.alertReport(url, id);
|
|
|
},
|
|
|
formEvent(itemId,shujuid) {
|
|
|
- console.log(itemId,shujuid)
|
|
|
+ let this_ =this;
|
|
|
var itemSql =`select id_,jian_ce_xiang_mu_,yuan_shi_ji_lu_ba FROM t_mjjcnlfw`;
|
|
|
curdPost("sql", itemSql).then((res) => {
|
|
|
let data = res.variables.data;
|