Browse Source

fix:[试验管理]预填优化

master
15881625488@163.com 1 week ago
parent
commit
2b236cc19b
21 changed files with 143 additions and 30 deletions
  1. +1
    -0
      src/lang/en/business/study/studyFormPre.js
  2. +1
    -0
      src/lang/zh/business/study/studyFormPre.js
  3. +5
    -1
      src/views/business/comps/select/SelectTemplate.vue
  4. +2
    -1
      src/views/business/comps/select/SelectTemplateDialog.vue
  5. +8
    -1
      src/views/business/study/comp/jhbd/Bj.vue
  6. +8
    -1
      src/views/business/study/comp/jhbd/Fh.vue
  7. +8
    -1
      src/views/business/study/comp/jhbd/Sy.vue
  8. +8
    -1
      src/views/business/study/comp/jhbd/Xq.vue
  9. +12
    -5
      src/views/business/study/comp/sqbd/Bj.vue
  10. +8
    -1
      src/views/business/study/comp/sqbd/Fh.vue
  11. +8
    -1
      src/views/business/study/comp/sqbd/Sy.vue
  12. +8
    -1
      src/views/business/study/comp/sqbd/Xq.vue
  13. +14
    -6
      src/views/business/study/comp/tbbd/Bj.vue
  14. +8
    -1
      src/views/business/study/comp/tbbd/Fh.vue
  15. +8
    -1
      src/views/business/study/comp/tbbd/Sy.vue
  16. +8
    -1
      src/views/business/study/comp/tbbd/Xq.vue
  17. +8
    -1
      src/views/business/study/comp/ytbd/Bj.vue
  18. +8
    -1
      src/views/business/study/comp/ytbd/Sh.vue
  19. +8
    -1
      src/views/business/study/comp/ytbd/Xq.vue
  20. +2
    -2
      src/views/business/study/comp/ytbdList.vue
  21. +2
    -2
      vue.config.js

+ 1
- 0
src/lang/en/business/study/studyFormPre.js View File

@ -1,6 +1,7 @@
export default {
jcsz:'Setup',
bdsj:'Preset Design',
xzbd:'Create',
zc:'暂存',
next:'Next',
save:'Save',

+ 1
- 0
src/lang/zh/business/study/studyFormPre.js View File

@ -1,6 +1,7 @@
export default {
jcsz:'基础设置',
bdsj:'表单设计',
xzbd:'新增表单',
zc:'暂存',
next:'下一步',
save:'保存',

+ 5
- 1
src/views/business/comps/select/SelectTemplate.vue View File

@ -25,6 +25,10 @@ export default {
type: Boolean,
default: false
},
needPre: {
type: Number,
default: 0
},
},
watch: {
value: {
@ -53,7 +57,7 @@ export default {
methods: {
showSelectTemplate(){
if(!this.readOnly){
this.$refs.selectTemplateDialog.show()
this.$refs.selectTemplateDialog.show({needPre:this.needPre})
}
},
handleChange(obj) {

+ 2
- 1
src/views/business/comps/select/SelectTemplateDialog.vue View File

@ -72,7 +72,8 @@ export default {
handleRadioClick(row) {
this.selectedId = row.id
},
show() {
show(val) {
this.searchForm=_.merge({}, this.searchForm, val)
this.selectedId=null
this.search()
},

+ 8
- 1
src/views/business/study/comp/jhbd/Bj.vue View File

@ -63,7 +63,7 @@ G