Browse Source

2025.06.18

java8
jiayang yue 7 months ago
parent
commit
ffc9a8352c
  1. 2
      src/views/modules/reportWorkOrder/reportDefectOrder.vue

2
src/views/modules/reportWorkOrder/reportDefectOrder.vue

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

Loading…
Cancel
Save