Browse Source

2024-04-30

master
zelian_wu 2 years ago
parent
commit
f5116bffcc
  1. 8
      src/views/modules/test/requestForTest.vue

8
src/views/modules/test/requestForTest.vue

@ -3003,11 +3003,11 @@
strVal = this.modalData.engineerName
conSql = " and b.site = '" + this.$store.state.user.site + "'"
}
if (val === 2043) {
if (val === 2007) {
strVal = this.modalData.artworkName
conSql = " and b.site = '" + this.$store.state.user.site + "'"
}
if (val === 2044) {
if (val === 2008) {
strVal = this.modalData.plannerName
conSql = " and b.site = '" + this.$store.state.user.site + "'"
}
@ -3056,11 +3056,11 @@
this.modalData.engineer = val.username
this.modalData.engineerName = val.user_display
}
if (this.tagNo === 2043){
if (this.tagNo === 2007){
this.modalData.artwork = val.username;
this.modalData.artworkName = val.user_display;
}
if (this.tagNo === 2044){
if (this.tagNo === 2008){
this.modalData.planner = val.username;
this.modalData.plannerName = val.user_display;
}

Loading…
Cancel
Save