|
|
@ -2093,7 +2093,7 @@ |
|
|
} |
|
|
} |
|
|
conSql = " and rs.bu_no = '" + tempData.buNo + "' and rs.site = '" + tempData.site + |
|
|
conSql = " and rs.bu_no = '" + tempData.buNo + "' and rs.site = '" + tempData.site + |
|
|
"' and rs.resource_id = '" + |
|
|
"' and rs.resource_id = '" + |
|
|
tempData.objectID + "' and ewc.OrderNo = '" + tempData.orderNo + "'" |
|
|
|
|
|
|
|
|
tempData.objectID +"'" |
|
|
this.$refs.baseList.init(val, strVal, conSql) |
|
|
this.$refs.baseList.init(val, strVal, conSql) |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
|