From 23d870c57d2d0cac94883bb40fa878a97f5d123d Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Thu, 29 Jan 2026 14:53:23 +0800 Subject: [PATCH 1/7] =?UTF-8?q?fix=EF=BC=9A[=E6=A8=A1=E6=9D=BF=E7=AE=A1?= =?UTF-8?q?=E7=90=86]sp001,sp002?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/comps/template/comps/gsp/MJYLQSQD.vue | 8 ++- .../comps/template/comps/gsp/SYWZPZJHB.vue | 18 +---- .../comps/template/comps/sp/SWYPFXCBYPZB.vue | 78 ++++++++++---------- .../comps/template/comps/sp/SWYPFXRYPZB.vue | 84 +++++++++++----------- 4 files changed, 91 insertions(+), 97 deletions(-) diff --git a/src/views/business/comps/template/comps/gsp/MJYLQSQD.vue b/src/views/business/comps/template/comps/gsp/MJYLQSQD.vue index e44a615..9c376e3 100644 --- a/src/views/business/comps/template/comps/gsp/MJYLQSQD.vue +++ b/src/views/business/comps/template/comps/gsp/MJYLQSQD.vue @@ -215,6 +215,7 @@ export default { mounted() { }, methods: { + //初始化sywzmc,gyjl,gynd init(val) { if (val.key == 'sywzmc') { this.filterGyjl(val, false) @@ -223,6 +224,7 @@ export default { this.filterGynd(val, false) } }, + //sywzmc,gyjl选择回调 onSelectBlur(val) { if (val.key == 'sywzmc' && ((!this.formData.sywzmc||this.formData.sywzmc=='') || val.type == 'save')) { this.filterGyjl(val, true) @@ -231,6 +233,7 @@ export default { this.filterGynd(val, true) } }, + //gyjl选项 filterGyjl(val, reset) { let that = this let tmp = [] @@ -257,6 +260,7 @@ export default { // }, 10) } }, + //gynd选项 filterGynd(val, reset) { let tmp = [] _.forEach(_.filter(this.gyndOptionsOld, function (o) { @@ -308,6 +312,7 @@ export default { } }) }, + //试验编号或部门名称点击事件回调 onDialogSubmit(selectedId, currentRow) { console.log(JSON.stringify(currentRow)) //试验 @@ -332,7 +337,7 @@ export default { } this.$refs.selectReagentDialogRef.onCancel() }, - // 试验编号或部门名称点击事件 + //试验编号或部门名称点击事件 onClickSybh() { this.$refs.selectReagentDialogRef.show(this.formData.id) // this.$refs.baseInfoRef.setClickable("syNo", true); @@ -345,6 +350,7 @@ export default { content.sdId = this.formData.sdId return content; }, + //获取填写完成的表单数据 async getFormData() { let content = await this.validFormFields(["baseInfoRef", "remarkRef"]); content.syId = this.formData.syId diff --git a/src/views/business/comps/template/comps/gsp/SYWZPZJHB.vue b/src/views/business/comps/template/comps/gsp/SYWZPZJHB.vue index a283335..7b1fff9 100644 --- a/src/views/business/comps/template/comps/gsp/SYWZPZJHB.vue +++ b/src/views/business/comps/template/comps/gsp/SYWZPZJHB.vue @@ -15,7 +15,7 @@ @@ -62,7 +62,6 @@ export default { }, }, computed: { - // 备注表单配置 remarkConig() { return [ @@ -177,7 +176,6 @@ export default { currentSubKey: "",//当前点击的子项key dataSource: [], stepTableDataSource: [], - }; }, mounted() { @@ -188,21 +186,9 @@ export default { getFilledFormData(){ return this.getFilledFormDataByRefs(["baseInfoRef","stepFormPackageRef", "remarkRef","stepTableRef"]) }, + //获取填写完成的表单数据 async getFormData() { return await this.validFormFields(["baseInfoRef", "stepFormPackageRef","stepTableRef","remarkRef"]); - }, - async onSave() { - const formData = await this.getFormData(); - // const formData = await this.$refs.stepTableRef.getFormData(); - console.log(formData, "formData") - }, - // 添加行 - addRow() { - this.$refs.stepTableRef.addRow({ - startSolutionCode: "", - preparationConcentration: "", - preparationVolume: "", - }) } } }; diff --git a/src/views/business/comps/template/comps/sp/SWYPFXCBYPZB.vue b/src/views/business/comps/template/comps/sp/SWYPFXCBYPZB.vue index b3443af..42ea0b8 100644 --- a/src/views/business/comps/template/comps/sp/SWYPFXCBYPZB.vue +++ b/src/views/business/comps/template/comps/sp/SWYPFXCBYPZB.vue @@ -6,27 +6,26 @@ $t('template.sp.sp002.title') }}
- - - - + + +
- + 标签打印 +
- - +
- @@ -38,6 +37,7 @@ import Step from "@/components/Template/Step"; import templateMixin from "../../mixins/templateMixin"; import CustomTable from '@/components/Template/CustomTable.vue'; import { getLatestSn } from '@/api/template'; +import { EventBus } from "@/utils/eventBus"; export default { name: "SWYPFXCBYPZB", @@ -50,6 +50,7 @@ export default { }, }, computed: { + // 配置条件 storageFormConfig() { return [ { @@ -67,6 +68,7 @@ export default { } ]; }, + // 备注表单配置 remarkConig() { return [ { @@ -85,7 +87,7 @@ export default { } ] }, - + // 试验基本信息表单配置 baseInfoFormConfig() { return [ { @@ -111,7 +113,7 @@ export default { label: 'template.common.versionNumber', type: "inputNumber", fillType: "actFill", - prepend:"V", + prepend: "V", maxlength: 50 }, @@ -155,6 +157,7 @@ export default { } ] }, + // 操作步骤表单配置 stepFormConfig() { return [ { @@ -182,7 +185,7 @@ export default { fillType: "preFill", subOptions: this.getDictOptions('business_nddw'), maxlength: 10, - selectTo:"targetActConcentrationUnit",//下拉选择后,赋值到对应字段 + selectTo: "targetActConcentrationUnit",//下拉选择后,赋值到对应字段 }, targetActConcentration: { label: 'template.common.targetActConcentration', @@ -204,7 +207,7 @@ export default { subOptions: this.getDictOptions('business_tjdw'), fillType: "preFill", maxlength: 10, - selectTo:"targetActVolumeUnit",//下拉选择后,赋值到对应字段 + selectTo: "targetActVolumeUnit",//下拉选择后,赋值到对应字段 }, targetActVolume: { label: 'template.common.targetActVolume', @@ -250,35 +253,45 @@ export default { formData: { immediate: true, handler(v) { - if(!v.targetCodeSn && this.fillType === "actFill"){ + if (!v.targetCodeSn && this.fillType === "actFill") { this.getCode(); } } } }, methods: { + //打印标签 + printTag() { + const printConfig = this.getBasePrintConfig(); + const { storageCondition, targetCodeSn } = this.formData; + printConfig["存储条件"] = storageCondition; + printConfig["编号"] = targetCodeSn; + + EventBus.$emit('showTagPrintDialog', { printConfig }) + }, //获取目标溶液编号 - async getCode(){ + async getCode() { const result = await getLatestSn({ count: 1, }) - if(result.code == 200){ - this.$refs.stepFormPackageRef.updateFormData("targetCodeSn",result.data[0]) + if (result.code == 200) { + this.$refs.stepFormPackageRef.updateFormData("targetCodeSn", result.data[0]) } }, //获取已填写的表单数据 - getFilledFormData(){ + getFilledFormData() { return this.getFilledFormDataByRefs(["baseInfoRef", "storageConditionRef", "stepFormPackageRef", "stepRef", "remarkRef"]) }, + //获取填写完成的表单数据 async getFormData() { let content = await this.validFormFields(["baseInfoRef", "storageConditionRef", "stepFormPackageRef", "stepRef", "remarkRef"]); //生成resource let tmpResource = [] - if(this.fillType === "actFill"){ + if (this.fillType === "actFill") { //配置的试剂 tmpResource.push({ mc: content.targetName, - bh: content.targetCode+content.targetCodeSn, + bh: content.targetCode + content.targetCodeSn, ph: '', nd: content.targetActConcentration + content.targetActConcentrationUnit, source: 'ELN配制', @@ -288,22 +301,15 @@ export default { kc: content.targetActVolume, kcdw: content.targetActVolumeUnit, syl: null, - syldw:content.targetActVolumeUnit, - yxzq:content.effectivePeriod, - yxzqdw:content.effectivePeriodUnit, + syldw: content.targetActVolumeUnit, + yxzq: content.effectivePeriod, + yxzqdw: content.effectivePeriodUnit, }) } //使用的试剂 - this.resourceTmp=tmpResource - + this.resourceTmp = tmpResource return content; - }, - async onSave() { - const formData = await this.getFilledFormData(); - - console.log(formData, "formData") - }, - + } } }; diff --git a/src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue b/src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue index ef60758..46edb2a 100644 --- a/src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue +++ b/src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue @@ -3,32 +3,29 @@
{{ formData.bdmc || - $t('template.sp.sp001.title') }}
+ $t('template.sp.sp001.title') }}
- - - - + + +
- - 标签打印 - + 标签打印 +
- - +
- @@ -41,6 +38,7 @@ import templateMixin from "../../mixins/templateMixin"; import CustomTable from '@/components/Template/CustomTable.vue'; import { getLatestSn } from '@/api/template'; import { EventBus } from "@/utils/eventBus"; + export default { name: "Sp001", components: { BaseInfoFormPackage, LineLabel, TableList, Step, CustomTable }, @@ -52,6 +50,7 @@ export default { }, }, computed: { + // 配置条件 storageFormConfig() { return [ { @@ -64,11 +63,11 @@ export default { options: this.getDictOptions("business_cctj"), otherCode: "storageConditionOther", }, - } } ]; }, + // 备注表单配置 remarkConig() { return [ { @@ -87,7 +86,7 @@ export default { } ] }, - + // 试验基本信息表单配置 baseInfoFormConfig() { return [ { @@ -113,7 +112,7 @@ export default { label: 'template.common.versionNumber', type: "inputNumber", fillType: "actFill", - prepend:"V", + prepend: "V", maxlength: 50 }, @@ -158,6 +157,7 @@ export default { } ] }, + // 操作步骤表单配置 stepFormConfig() { return [ { @@ -185,7 +185,7 @@ export default { fillType: "preFill", subOptions: this.getDictOptions('business_nddw'), maxlength: 10, - selectTo:"targetActConcentrationUnit",//下拉选择后,赋值到对应字段 + selectTo: "targetActConcentrationUnit",//下拉选择后,赋值到对应字段 }, targetActConcentration: { label: 'template.common.targetActConcentration', @@ -207,7 +207,7 @@ export default { subOptions: this.getDictOptions('business_tjdw'), fillType: "preFill", maxlength: 10, - selectTo:"targetActVolumeUnit",//下拉选择后,赋值到对应字段 + selectTo: "targetActVolumeUnit",//下拉选择后,赋值到对应字段 }, targetActVolume: { label: 'template.common.targetActVolume', @@ -251,43 +251,45 @@ export default { formData: { immediate: true, handler(v) { - if(!v.targetCodeSn && this.fillType === "actFill"){ + if (!v.targetCodeSn && this.fillType === "actFill") { this.getCode(); } } } }, methods: { - printTag(){ + //打印标签 + printTag() { const printConfig = this.getBasePrintConfig(); - const {storageCondition,targetCodeSn} = this.formData; + const { storageCondition, targetCodeSn } = this.formData; printConfig["存储条件"] = storageCondition; - printConfig["编号"] = targetCodeSn; + printConfig["编号"] = targetCodeSn; - EventBus.$emit('showTagPrintDialog', {printConfig}) + EventBus.$emit('showTagPrintDialog', { printConfig }) }, //获取目标溶液编号 - async getCode(){ + async getCode() { const result = await getLatestSn({ count: 1, }) - if(result.code == 200){ - this.$refs.stepFormPackageRef.updateFormData("targetCodeSn",result.data[0]) + if (result.code == 200) { + this.$refs.stepFormPackageRef.updateFormData("targetCodeSn", result.data[0]) } }, //获取已填写的表单数据 - getFilledFormData(){ + getFilledFormData() { return this.getFilledFormDataByRefs(["baseInfoRef", "storageConditionRef", "stepFormPackageRef", "stepRef", "remarkRef"]) }, + //获取填写完成的表单数据 async getFormData() { let content = await this.validFormFields(["baseInfoRef", "storageConditionRef", "stepFormPackageRef", "stepRef", "remarkRef"]); //生成resource let tmpResource = [] - if(this.fillType === "actFill"){ + if (this.fillType === "actFill") { //配置的试剂 tmpResource.push({ mc: content.targetName, - bh: content.targetCode+content.targetCodeSn, + bh: content.targetCode + content.targetCodeSn, ph: '', nd: content.targetActConcentration + content.targetActConcentrationUnit, source: 'ELN配制', @@ -297,22 +299,15 @@ export default { kc: content.targetActVolume, kcdw: content.targetActVolumeUnit, syl: null, - syldw:content.targetActVolumeUnit, - yxzq:content.effectivePeriod, - yxzqdw:content.effectivePeriodUnit, + syldw: content.targetActVolumeUnit, + yxzq: content.effectivePeriod, + yxzqdw: content.effectivePeriodUnit, }) } //使用的试剂 - this.resourceTmp=tmpResource - + this.resourceTmp = tmpResource return content; }, - async onSave() { - const formData = await this.validFormFields(["stepRef"]); - - console.log(formData, "formData") - }, - } }; @@ -320,7 +315,8 @@ export default { .mt-20 { margin-top: 20px; } -.print-btn{ + +.print-btn { margin-bottom: 20px; } \ No newline at end of file From bcbcd5335b12e8ea770ebfa83ed61dd423a0336d Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Thu, 29 Jan 2026 14:54:30 +0800 Subject: [PATCH 2/7] =?UTF-8?q?feat:=20[=E8=AF=95=E9=AA=8C=E7=AE=A1?= =?UTF-8?q?=E7=90=86]=20=E7=A8=BD=E6=9F=A5=E8=BD=A8=E8=BF=B9=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/form/drug/comp/edit.vue | 2 +- src/views/business/form/drug/comp/sign.vue | 50 ++++++++++++++++++++++---- src/views/business/form/nonTrial/comp/edit.vue | 2 +- src/views/business/form/nonTrial/comp/sign.vue | 48 +++++++++++++++++++++---- src/views/business/study/comp/edit.vue | 2 +- 5 files changed, 88 insertions(+), 16 deletions(-) diff --git a/src/views/business/form/drug/comp/edit.vue b/src/views/business/form/drug/comp/edit.vue index 921ef9e..4f90ee1 100644 --- a/src/views/business/form/drug/comp/edit.vue +++ b/src/views/business/form/drug/comp/edit.vue @@ -118,7 +118,7 @@ export default { if (valid) { this.infoDialog.formData.status = status if(status === 3){ - this.$refs.editSignRef.show(this.oldStatus==1?this.$t('page.business.study.drug.submit'):this.$t('page.business.study.drug.xgsy'),this.oldStatus==1?this.$t('page.business.study.drug.create'):this.$t('page.business.study.drug.xgsy')) + this.$refs.editSignRef.show(this.oldStatus==1?this.$t('page.business.study.drug.submit'):this.$t('page.business.study.drug.xgsy'),this.oldStatus==1?this.$t('page.business.study.drug.create'):this.$t('page.business.study.drug.xgsy'),false,null,this.oldStatus!=1,this.oldStatus!=1) }else{ this.doSave({}) } diff --git a/src/views/business/form/drug/comp/sign.vue b/src/views/business/form/drug/comp/sign.vue index 97dedfc..e9054be 100644 --- a/src/views/business/form/drug/comp/sign.vue +++ b/src/views/business/form/drug/comp/sign.vue @@ -5,7 +5,7 @@ - + @@ -18,7 +18,7 @@ - + @@ -89,7 +89,9 @@ export default { message: ' ', trigger: 'change' }] - } + }, + + isReson:false } }, computed: { @@ -97,9 +99,9 @@ export default { created() { }, methods: { - show(title,qmyy,showDate) { + show(title,qmyy,showDate,selectedDate,isReson,reasonRequired) { this.showDate = showDate==undefined?false:showDate - this.dateArr = [] + this.dateArr = selectedDate || [] this.title = title this.form = { qmyy:qmyy, @@ -108,11 +110,45 @@ export default { qmrMc:this.$store.getters.nickName, qmrMcEn:this.$store.getters.name, qmrmm:'', - startDate:'', - endDate:'' + startDate:selectedDate&&selectedDate.length>0?selectedDate[0]:'', + endDate:selectedDate&&selectedDate.length>1?selectedDate[1]:'' } this.resetForm("signForm") this.open = true + + this.isReson = isReson || false + if(reasonRequired){ + this.rules ={ + qmrmm: [{ + required: true, + message: ' ', + trigger: 'blur' + }], + startDate: [{ + required: true, + message: ' ', + trigger: 'change' + }], + remark: [{ + required: true, + message: ' ', + trigger: 'blur' + }] + } + }else{ + this.rules ={ + qmrmm: [{ + required: true, + message: ' ', + trigger: 'blur' + }], + startDate: [{ + required: true, + message: ' ', + trigger: 'change' + }] + } + } }, cancel() { this.open = false diff --git a/src/views/business/form/nonTrial/comp/edit.vue b/src/views/business/form/nonTrial/comp/edit.vue index 4939b91..36927b3 100644 --- a/src/views/business/form/nonTrial/comp/edit.vue +++ b/src/views/business/form/nonTrial/comp/edit.vue @@ -118,7 +118,7 @@ export default { if (valid) { this.infoDialog.formData.status = status if(status === 3){ - this.$refs.editSignRef.show(this.oldStatus==1?this.$t('page.business.study.nonTrial.submit'):this.$t('page.business.study.nonTrial.xgsy'),this.oldStatus==1?this.$t('page.business.study.nonTrial.create'):this.$t('page.business.study.nonTrial.xgsy')) + this.$refs.editSignRef.show(this.oldStatus==1?this.$t('page.business.study.nonTrial.submit'):this.$t('page.business.study.nonTrial.xgsy'),this.oldStatus==1?this.$t('page.business.study.nonTrial.create'):this.$t('page.business.study.nonTrial.xgsy'),false,null,this.oldStatus!=1,this.oldStatus!=1) }else{ this.doSave({}) } diff --git a/src/views/business/form/nonTrial/comp/sign.vue b/src/views/business/form/nonTrial/comp/sign.vue index 9357bfc..e9054be 100644 --- a/src/views/business/form/nonTrial/comp/sign.vue +++ b/src/views/business/form/nonTrial/comp/sign.vue @@ -18,7 +18,7 @@ - + @@ -89,7 +89,9 @@ export default { message: ' ', trigger: 'change' }] - } + }, + + isReson:false } }, computed: { @@ -97,9 +99,9 @@ export default { created() { }, methods: { - show(title,qmyy,showDate) { + show(title,qmyy,showDate,selectedDate,isReson,reasonRequired) { this.showDate = showDate==undefined?false:showDate - this.dateArr = [] + this.dateArr = selectedDate || [] this.title = title this.form = { qmyy:qmyy, @@ -108,11 +110,45 @@ export default { qmrMc:this.$store.getters.nickName, qmrMcEn:this.$store.getters.name, qmrmm:'', - startDate:'', - endDate:'' + startDate:selectedDate&&selectedDate.length>0?selectedDate[0]:'', + endDate:selectedDate&&selectedDate.length>1?selectedDate[1]:'' } this.resetForm("signForm") this.open = true + + this.isReson = isReson || false + if(reasonRequired){ + this.rules ={ + qmrmm: [{ + required: true, + message: ' ', + trigger: 'blur' + }], + startDate: [{ + required: true, + message: ' ', + trigger: 'change' + }], + remark: [{ + required: true, + message: ' ', + trigger: 'blur' + }] + } + }else{ + this.rules ={ + qmrmm: [{ + required: true, + message: ' ', + trigger: 'blur' + }], + startDate: [{ + required: true, + message: ' ', + trigger: 'change' + }] + } + } }, cancel() { this.open = false diff --git a/src/views/business/study/comp/edit.vue b/src/views/business/study/comp/edit.vue index 1234ecd..39969d8 100644 --- a/src/views/business/study/comp/edit.vue +++ b/src/views/business/study/comp/edit.vue @@ -118,7 +118,7 @@ export default { if (valid) { this.infoDialog.formData.status = status if(status === 3){ - this.$refs.editSignRef.show(this.oldStatus==1?this.$t('page.business.study.study.submit'):this.$t('page.business.study.study.xgsy'),this.oldStatus==1?this.$t('page.business.study.study.create'):this.$t('page.business.study.study.xgsy')) + this.$refs.editSignRef.show(this.oldStatus==1?this.$t('page.business.study.study.submit'):this.$t('page.business.study.study.xgsy'),this.oldStatus==1?this.$t('page.business.study.study.create'):this.$t('page.business.study.study.xgsy'),false,null,this.oldStatus!=1,this.oldStatus!=1) }else{ this.doSave({}) } From 9e2cbd8441ac90071f99b40b9bb0eabb23a8c875 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Thu, 29 Jan 2026 16:19:48 +0800 Subject: [PATCH 3/7] =?UTF-8?q?fix=EF=BC=9A[=E6=A8=A1=E6=9D=BF=E7=AE=A1?= =?UTF-8?q?=E7=90=86]=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/comps/template/comps/gsp/SYWZPZJHB.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/business/comps/template/comps/gsp/SYWZPZJHB.vue b/src/views/business/comps/template/comps/gsp/SYWZPZJHB.vue index 7b1fff9..b899488 100644 --- a/src/views/business/comps/template/comps/gsp/SYWZPZJHB.vue +++ b/src/views/business/comps/template/comps/gsp/SYWZPZJHB.vue @@ -15,7 +15,7 @@ From fc53aad2c8952f6927448af67eec197bdff730e6 Mon Sep 17 00:00:00 2001 From: HanLong <404402223@qq.com> Date: Thu, 29 Jan 2026 16:33:04 +0800 Subject: [PATCH 4/7] =?UTF-8?q?fix:[=E8=B5=84=E6=BA=90=E5=BA=93=E7=AE=A1?= =?UTF-8?q?=E7=90=86][=E8=AF=95=E5=89=82=E7=AE=A1=E7=90=86]=E5=AF=86?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/form/nonTrial/comp/syff/Xq.vue | 2 +- src/views/business/form/nonTrial/comp/syff/Xz.vue | 14 ++++--- src/views/business/form/nonTrial/comp/syff/Yd.vue | 3 +- src/views/business/resource/gsp/comps/ffjl/Gd.vue | 3 +- src/views/business/resource/gsp/comps/ffjl/Jd.vue | 2 +- src/views/business/resource/gsp/comps/ffjl/Jq.vue | 3 +- src/views/business/resource/gsp/comps/ffjl/Js.vue | 49 ++++++++++++---------- src/views/business/resource/gsp/comps/ffjl/Jy.vue | 3 +- src/views/business/resource/gsp/comps/ffjl/Sd.vue | 3 +- src/views/business/resource/gsp/comps/gsp/Bj.vue | 3 +- src/views/business/resource/gsp/comps/gsp/Cz.vue | 3 +- .../business/resource/gsp/comps/gsp/CzBatch.vue | 3 +- src/views/business/resource/gsp/comps/gsp/Ff.vue | 1 + src/views/business/resource/gsp/comps/gsp/Gd.vue | 5 ++- src/views/business/resource/gsp/comps/gsp/Gh.vue | 1 + src/views/business/resource/gsp/comps/gsp/Jd.vue | 17 ++++---- src/views/business/resource/gsp/comps/gsp/Js.vue | 3 +- src/views/business/resource/gsp/comps/gsp/Jy.vue | 3 +- src/views/business/resource/gsp/comps/gsp/Sd.vue | 3 +- src/views/business/resource/gsp/comps/gsp/Shbj.vue | 3 +- .../business/resource/gsp/comps/gsp/Shxgkc.vue | 3 +- src/views/business/resource/gsp/comps/gsp/Xgkc.vue | 3 +- src/views/business/resource/gsp/comps/gsp/Xz.vue | 3 +- src/views/business/resource/gsp/comps/gsp/Ysff.vue | 1 + src/views/business/resource/gsp/comps/rkjl/Bj.vue | 3 +- src/views/business/resource/gsp/comps/rkjl/Gd.vue | 1 + src/views/business/resource/gsp/comps/rkjl/Jd.vue | 41 +++++++++--------- src/views/business/resource/gsp/comps/rkjl/Js.vue | 49 ++++++++++++---------- src/views/business/resource/gsp/comps/rkjl/Jy.vue | 1 + src/views/business/resource/gsp/comps/rkjl/Sd.vue | 1 + src/views/business/resource/gsp/comps/rkjl/Xz.vue | 1 + src/views/business/study/comp/syff/Xz.vue | 10 +++-- src/views/business/study/comp/syff/Yd.vue | 3 +- src/views/business/study/comp/syj/Bj.vue | 3 +- src/views/business/study/comp/syj/Xz.vue | 3 +- 35 files changed, 150 insertions(+), 103 deletions(-) diff --git a/src/views/business/form/nonTrial/comp/syff/Xq.vue b/src/views/business/form/nonTrial/comp/syff/Xq.vue index 6b24e49..01cc033 100644 --- a/src/views/business/form/nonTrial/comp/syff/Xq.vue +++ b/src/views/business/form/nonTrial/comp/syff/Xq.vue @@ -31,7 +31,7 @@ class="el-icon-arrow-right el-icon--right"> -
+
{{ $t('page.business.study.studyMethod.qmhz') }}
diff --git a/src/views/business/form/nonTrial/comp/syff/Xz.vue b/src/views/business/form/nonTrial/comp/syff/Xz.vue index 8e59ce2..1e50714 100644 --- a/src/views/business/form/nonTrial/comp/syff/Xz.vue +++ b/src/views/business/form/nonTrial/comp/syff/Xz.vue @@ -4,11 +4,11 @@ G