Browse Source

2025/8/14

master
Aoi_Tori 5 months ago
parent
commit
0e3ebfbe8e
  1. 8
      src/views/modules/tooling/searchToolApply.vue

8
src/views/modules/tooling/searchToolApply.vue

@ -2338,16 +2338,16 @@ export default {
sp: row.sp, sp: row.sp,
isReject: row.isReject isReject: row.isReject
} }
this.openModelMessage()
searchProjectToolApplyDetail({ searchProjectToolApplyDetail({
site: row.site, site: row.site,
applyNo: row.applyNo, applyNo: row.applyNo,
}).then(({data}) => { }).then(({data}) => {
if (data.code == 0) { if (data.code == 0) {
this.toolData = data.rows this.toolData = data.rows
this.openModelMessage()
this.visible = true
} }
}) })
this.visible = true
}, },
detail(row) { detail(row) {
this.getNodeAuthority(row) this.getNodeAuthority(row)
@ -2417,16 +2417,16 @@ export default {
userName: this.$store.state.user.name, userName: this.$store.state.user.name,
nodeId: row.nodeId nodeId: row.nodeId
} }
this.openModelMessage()
searchProjectToolApplyDetail({ searchProjectToolApplyDetail({
site: row.site, site: row.site,
applyNo: row.applyNo, applyNo: row.applyNo,
}).then(({data}) => { }).then(({data}) => {
if (data.code == 0) { if (data.code == 0) {
this.toolData = data.rows this.toolData = data.rows
this.openModelMessage()
this.visibleU = true
} }
}) })
this.visibleU = true
}, },
comfirmApply(row) { comfirmApply(row) {
this.$confirm(`确定下达这个申请`, '提示', { this.$confirm(`确定下达这个申请`, '提示', {

Loading…
Cancel
Save