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
+
-
+
@@ -54,7 +54,7 @@ G
-
@@ -111,7 +111,7 @@ export default {
},
computed: {
...mapGetters([
- 'nickName','name'
+ 'nickName', 'name'
]),
},
created() {
@@ -182,10 +182,14 @@ export default {
},
// 上传成功回调
handleUploadSuccess(res, file) {
- console.log(res)
+ console.log(file)
if (res.code === 200) {
this.form.fileUrl = res.data.url
this.form.fileName = res.data.name
+ const fileName = file.name.split('.')
+ const fileExt = fileName[fileName.length - 1]
+
+ this.form.ffmc = file.name.replace('.' + fileExt, '')
this.fileList.push({ name: res.data.name, url: res.data.url })
this.$modal.closeLoading()
} else {
diff --git a/src/views/business/form/nonTrial/comp/syff/Yd.vue b/src/views/business/form/nonTrial/comp/syff/Yd.vue
index b2fb620..b9b31c6 100644
--- a/src/views/business/form/nonTrial/comp/syff/Yd.vue
+++ b/src/views/business/form/nonTrial/comp/syff/Yd.vue
@@ -4,6 +4,7 @@
+
@@ -32,7 +33,7 @@
-
diff --git a/src/views/business/resource/gsp/comps/ffjl/Gd.vue b/src/views/business/resource/gsp/comps/ffjl/Gd.vue
index c668477..e847ccb 100644
--- a/src/views/business/resource/gsp/comps/ffjl/Gd.vue
+++ b/src/views/business/resource/gsp/comps/ffjl/Gd.vue
@@ -4,6 +4,7 @@
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -47,7 +49,8 @@
-
+
@@ -111,10 +114,10 @@ export default {
save() {
this.$refs["form"].validate(valid => {
if (valid) {
- js(this.form).then(response => {
- this.open = false
- this.$emit('callback')
- })
+ js(this.form).then(response => {
+ this.open = false
+ this.$emit('callback')
+ })
}
})
}
diff --git a/src/views/business/resource/gsp/comps/ffjl/Jy.vue b/src/views/business/resource/gsp/comps/ffjl/Jy.vue
index 59d1e6f..8586e8c 100644
--- a/src/views/business/resource/gsp/comps/ffjl/Jy.vue
+++ b/src/views/business/resource/gsp/comps/ffjl/Jy.vue
@@ -4,6 +4,7 @@
+
@@ -57,7 +58,7 @@
-
diff --git a/src/views/business/resource/gsp/comps/ffjl/Sd.vue b/src/views/business/resource/gsp/comps/ffjl/Sd.vue
index 08dee6e..6810637 100644
--- a/src/views/business/resource/gsp/comps/ffjl/Sd.vue
+++ b/src/views/business/resource/gsp/comps/ffjl/Sd.vue
@@ -4,6 +4,7 @@
+
+
@@ -88,7 +89,7 @@
-
diff --git a/src/views/business/resource/gsp/comps/gsp/Cz.vue b/src/views/business/resource/gsp/comps/gsp/Cz.vue
index 62ccc39..810f1e9 100644
--- a/src/views/business/resource/gsp/comps/gsp/Cz.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Cz.vue
@@ -4,6 +4,7 @@
+
@@ -65,7 +66,7 @@
-
diff --git a/src/views/business/resource/gsp/comps/gsp/CzBatch.vue b/src/views/business/resource/gsp/comps/gsp/CzBatch.vue
index 9c74484..7e1a7bd 100644
--- a/src/views/business/resource/gsp/comps/gsp/CzBatch.vue
+++ b/src/views/business/resource/gsp/comps/gsp/CzBatch.vue
@@ -4,6 +4,7 @@
+
@@ -55,7 +56,7 @@
-
diff --git a/src/views/business/resource/gsp/comps/gsp/Ff.vue b/src/views/business/resource/gsp/comps/gsp/Ff.vue
index 3e59af7..1aaa5b6 100644
--- a/src/views/business/resource/gsp/comps/gsp/Ff.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Ff.vue
@@ -4,6 +4,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/gsp/Gd.vue b/src/views/business/resource/gsp/comps/gsp/Gd.vue
index ea119fd..82dde99 100644
--- a/src/views/business/resource/gsp/comps/gsp/Gd.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Gd.vue
@@ -4,7 +4,7 @@
-
+
@@ -33,7 +33,8 @@
-
+
diff --git a/src/views/business/resource/gsp/comps/gsp/Gh.vue b/src/views/business/resource/gsp/comps/gsp/Gh.vue
index db20100..a5e4245 100644
--- a/src/views/business/resource/gsp/comps/gsp/Gh.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Gh.vue
@@ -4,6 +4,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/gsp/Jd.vue b/src/views/business/resource/gsp/comps/gsp/Jd.vue
index d708c18..15fe85e 100644
--- a/src/views/business/resource/gsp/comps/gsp/Jd.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Jd.vue
@@ -1,18 +1,20 @@
-
+
-
+
-
-
+
+
+
-
+
-
+
@@ -58,7 +60,8 @@
-
+
diff --git a/src/views/business/resource/gsp/comps/gsp/Js.vue b/src/views/business/resource/gsp/comps/gsp/Js.vue
index c44492d..312a3e1 100644
--- a/src/views/business/resource/gsp/comps/gsp/Js.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Js.vue
@@ -4,6 +4,7 @@
+
+
+
@@ -98,7 +99,7 @@
-
diff --git a/src/views/business/resource/gsp/comps/gsp/Ysff.vue b/src/views/business/resource/gsp/comps/gsp/Ysff.vue
index a727b87..4b105e6 100644
--- a/src/views/business/resource/gsp/comps/gsp/Ysff.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Ysff.vue
@@ -4,6 +4,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/rkjl/Bj.vue b/src/views/business/resource/gsp/comps/rkjl/Bj.vue
index 727636e..c2fd9a4 100644
--- a/src/views/business/resource/gsp/comps/rkjl/Bj.vue
+++ b/src/views/business/resource/gsp/comps/rkjl/Bj.vue
@@ -3,6 +3,7 @@
+
@@ -83,7 +84,7 @@
-
diff --git a/src/views/business/resource/gsp/comps/rkjl/Gd.vue b/src/views/business/resource/gsp/comps/rkjl/Gd.vue
index 1681f05..90402d4 100644
--- a/src/views/business/resource/gsp/comps/rkjl/Gd.vue
+++ b/src/views/business/resource/gsp/comps/rkjl/Gd.vue
@@ -4,6 +4,7 @@
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -47,7 +49,8 @@
-
+
diff --git a/src/views/business/resource/gsp/comps/rkjl/Js.vue b/src/views/business/resource/gsp/comps/rkjl/Js.vue
index 52a8b95..2fcc99c 100644
--- a/src/views/business/resource/gsp/comps/rkjl/Js.vue
+++ b/src/views/business/resource/gsp/comps/rkjl/Js.vue
@@ -1,24 +1,26 @@
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -47,7 +49,8 @@
-
+
@@ -111,10 +114,10 @@ export default {
save() {
this.$refs["form"].validate(valid => {
if (valid) {
- js(this.form).then(response => {
- this.open = false
- this.$emit('callback')
- })
+ js(this.form).then(response => {
+ this.open = false
+ this.$emit('callback')
+ })
}
})
}
diff --git a/src/views/business/resource/gsp/comps/rkjl/Jy.vue b/src/views/business/resource/gsp/comps/rkjl/Jy.vue
index d3bcbc0..a0de338 100644
--- a/src/views/business/resource/gsp/comps/rkjl/Jy.vue
+++ b/src/views/business/resource/gsp/comps/rkjl/Jy.vue
@@ -4,6 +4,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/rkjl/Sd.vue b/src/views/business/resource/gsp/comps/rkjl/Sd.vue
index 2329412..68585c9 100644
--- a/src/views/business/resource/gsp/comps/rkjl/Sd.vue
+++ b/src/views/business/resource/gsp/comps/rkjl/Sd.vue
@@ -4,6 +4,7 @@
+
+
diff --git a/src/views/business/study/comp/syff/Xz.vue b/src/views/business/study/comp/syff/Xz.vue
index d29fb4a..fa0f1ad 100644
--- a/src/views/business/study/comp/syff/Xz.vue
+++ b/src/views/business/study/comp/syff/Xz.vue
@@ -4,6 +4,7 @@ G
+
@@ -54,7 +55,7 @@ G
-
@@ -182,11 +183,14 @@ export default {
},
// 上传成功回调
handleUploadSuccess(res, file) {
- console.log(res)
+ console.log(file)
if (res.code === 200) {
this.form.fileUrl = res.data.url
this.form.fileName = res.data.name
- this.form.ffmc = res.data.originalFileName
+ const fileName = file.name.split('.')
+ const fileExt = fileName[fileName.length - 1]
+
+ this.form.ffmc = file.name.replace('.' + fileExt, '')
this.fileList.push({ name: res.data.name, url: res.data.url })
this.$modal.closeLoading()
} else {
diff --git a/src/views/business/study/comp/syff/Yd.vue b/src/views/business/study/comp/syff/Yd.vue
index b2fb620..b9b31c6 100644
--- a/src/views/business/study/comp/syff/Yd.vue
+++ b/src/views/business/study/comp/syff/Yd.vue
@@ -4,6 +4,7 @@
+
@@ -32,7 +33,7 @@
-
diff --git a/src/views/business/study/comp/syj/Bj.vue b/src/views/business/study/comp/syj/Bj.vue
index 400929e..1c5c08b 100644
--- a/src/views/business/study/comp/syj/Bj.vue
+++ b/src/views/business/study/comp/syj/Bj.vue
@@ -3,6 +3,7 @@ G
+
@@ -51,7 +52,7 @@ G
-
diff --git a/src/views/business/study/comp/syj/Xz.vue b/src/views/business/study/comp/syj/Xz.vue
index d1c3082..a24e60c 100644
--- a/src/views/business/study/comp/syj/Xz.vue
+++ b/src/views/business/study/comp/syj/Xz.vue
@@ -3,6 +3,7 @@ G
+
@@ -59,7 +60,7 @@ G
-
From 60805925ce7977e7307907b5cf74ff8f59b99ef4 Mon Sep 17 00:00:00 2001
From: HanLong <404402223@qq.com>
Date: Thu, 29 Jan 2026 16:36:56 +0800
Subject: [PATCH 5/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]=E6=A1=A3?=
=?UTF-8?q?=E6=A1=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/business/resource/gsp/comps/ffjlList.vue | 4 ++--
src/views/business/resource/gsp/comps/gspList.vue | 2 +-
src/views/business/resource/gsp/comps/rkjlList.vue | 4 ++--
src/views/business/resource/sj/list.vue | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/business/resource/gsp/comps/ffjlList.vue b/src/views/business/resource/gsp/comps/ffjlList.vue
index e21810d..d60fe25 100644
--- a/src/views/business/resource/gsp/comps/ffjlList.vue
+++ b/src/views/business/resource/gsp/comps/ffjlList.vue
@@ -163,11 +163,11 @@
v-hasPermi="['business:resource:gsp:ffjlgd']">{{
$t('page.business.resource.gsp.guidang') }}
- {{
$t('page.business.resource.gsp.jiedang') }}
- {{
$t('page.business.resource.gsp.jieyue') }}
diff --git a/src/views/business/resource/gsp/comps/gspList.vue b/src/views/business/resource/gsp/comps/gspList.vue
index 1e0a6bc..2768ae2 100644
--- a/src/views/business/resource/gsp/comps/gspList.vue
+++ b/src/views/business/resource/gsp/comps/gspList.vue
@@ -182,7 +182,7 @@
{{
$t('page.business.resource.gsp.guihuan') }}
-
+
{{
$t('page.business.resource.gsp.jiedang') }}
diff --git a/src/views/business/resource/gsp/comps/rkjlList.vue b/src/views/business/resource/gsp/comps/rkjlList.vue
index 26b0f79..9491e91 100644
--- a/src/views/business/resource/gsp/comps/rkjlList.vue
+++ b/src/views/business/resource/gsp/comps/rkjlList.vue
@@ -146,11 +146,11 @@
v-hasPermi="['business:resource:gsp:rkgd']">{{
$t('page.business.resource.gsp.guidang') }}
- {{
$t('page.business.resource.gsp.jiedang') }}
- {{
$t('page.business.resource.gsp.jieyue') }}
diff --git a/src/views/business/resource/sj/list.vue b/src/views/business/resource/sj/list.vue
index 58773b6..64a2dcb 100644
--- a/src/views/business/resource/sj/list.vue
+++ b/src/views/business/resource/sj/list.vue
@@ -160,7 +160,7 @@
{{
$t('page.business.resource.sj.guidang') }}
-
+
{{
$t('page.business.resource.sj.jiedang') }}
From 5bf15cd86614a3df9f374837862de0f25eae153f Mon Sep 17 00:00:00 2001
From: memorylkf <312904636@qq.com>
Date: Thu, 29 Jan 2026 16:42:00 +0800
Subject: [PATCH 6/7] =?UTF-8?q?fix:=20[=E7=A8=BD=E6=9F=A5=E8=BD=A8?=
=?UTF-8?q?=E8=BF=B9]=20=E5=AF=86=E7=A0=81=E5=A1=AB=E5=85=85=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/comps/common/sign.vue | 1 +
src/views/business/comps/template/dialog/EditSign.vue | 1 +
src/views/business/form/drug/comp/sign.vue | 1 +
src/views/business/form/nonTrial/comp/sign.vue | 1 +
src/views/business/form/nonTrial/comp/syff/Xz.vue | 1 +
src/views/business/form/nonTrial/comp/syff/Yd.vue | 1 +
src/views/business/resource/gsp/comps/ffjl/Gd.vue | 1 +
src/views/business/resource/gsp/comps/ffjl/Jd.vue | 1 +
src/views/business/resource/gsp/comps/ffjl/Jq.vue | 1 +
src/views/business/resource/gsp/comps/ffjl/Js.vue | 1 +
src/views/business/resource/gsp/comps/ffjl/Jy.vue | 1 +
src/views/business/resource/gsp/comps/ffjl/Sd.vue | 1 +
src/views/business/resource/gsp/comps/gsp/Bj.vue | 1 +
src/views/business/resource/gsp/comps/gsp/Cz.vue | 1 +
src/views/business/resource/gsp/comps/gsp/CzBatch.vue | 1 +
src/views/business/resource/gsp/comps/gsp/Ff.vue | 4 ++++
src/views/business/resource/gsp/comps/gsp/Gd.vue | 1 +
src/views/business/resource/gsp/comps/gsp/Gh.vue | 4 ++++
src/views/business/resource/gsp/comps/gsp/Jd.vue | 1 +
src/views/business/resource/gsp/comps/gsp/Js.vue | 1 +
src/views/business/resource/gsp/comps/gsp/Jy.vue | 1 +
src/views/business/resource/gsp/comps/gsp/Sd.vue | 1 +
src/views/business/resource/gsp/comps/gsp/Shbj.vue | 1 +
src/views/business/resource/gsp/comps/gsp/Shxgkc.vue | 1 +
src/views/business/resource/gsp/comps/gsp/Xgkc.vue | 1 +
src/views/business/resource/gsp/comps/gsp/Xz.vue | 1 +
src/views/business/resource/gsp/comps/gsp/Ysff.vue | 1 +
src/views/business/resource/gsp/comps/rkjl/Bj.vue | 1 +
src/views/business/resource/gsp/comps/rkjl/Gd.vue | 1 +
src/views/business/resource/gsp/comps/rkjl/Jd.vue | 1 +
src/views/business/resource/gsp/comps/rkjl/Js.vue | 1 +
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/resource/sj/comps/Cz.vue | 1 +
src/views/business/resource/sj/comps/CzBatch.vue | 1 +
src/views/business/resource/sj/comps/Gd.vue | 1 +
src/views/business/study/comp/jhbd/Bj.vue | 1 +
src/views/business/study/comp/sign.vue | 1 +
src/views/business/study/comp/sqbd/Bj.vue | 1 +
src/views/business/study/comp/sqbd/Fh.vue | 1 +
src/views/business/study/comp/sqbd/Fz.vue | 1 +
src/views/business/study/comp/sqbd/Ghgsr.vue | 1 +
src/views/business/study/comp/sqbd/Jq.vue | 1 +
src/views/business/study/comp/sqbd/Qrfz.vue | 1 +
src/views/business/study/comp/sqbd/Sh.vue | 1 +
src/views/business/study/comp/sqbd/Sy.vue | 1 +
src/views/business/study/comp/sqbd/Xq.vue | 1 +
src/views/business/study/comp/syff/Xz.vue | 1 +
src/views/business/study/comp/syff/Yd.vue | 1 +
src/views/business/study/comp/syj/Bj.vue | 1 +
src/views/business/study/comp/syj/Js.vue | 1 +
src/views/business/study/comp/syj/Xz.vue | 1 +
src/views/business/study/comp/tbbd/Bj.vue | 2 ++
src/views/login.vue | 1 +
55 files changed, 62 insertions(+)
diff --git a/src/views/business/comps/common/sign.vue b/src/views/business/comps/common/sign.vue
index 9fce6e5..c1ef81b 100644
--- a/src/views/business/comps/common/sign.vue
+++ b/src/views/business/comps/common/sign.vue
@@ -35,6 +35,7 @@
+
diff --git a/src/views/business/comps/template/dialog/EditSign.vue b/src/views/business/comps/template/dialog/EditSign.vue
index 8c9a21e..a84e291 100644
--- a/src/views/business/comps/template/dialog/EditSign.vue
+++ b/src/views/business/comps/template/dialog/EditSign.vue
@@ -37,6 +37,7 @@
-->
+
diff --git a/src/views/business/form/drug/comp/sign.vue b/src/views/business/form/drug/comp/sign.vue
index e9054be..e3d67c7 100644
--- a/src/views/business/form/drug/comp/sign.vue
+++ b/src/views/business/form/drug/comp/sign.vue
@@ -44,6 +44,7 @@
-->
+
diff --git a/src/views/business/form/nonTrial/comp/sign.vue b/src/views/business/form/nonTrial/comp/sign.vue
index e9054be..e3d67c7 100644
--- a/src/views/business/form/nonTrial/comp/sign.vue
+++ b/src/views/business/form/nonTrial/comp/sign.vue
@@ -44,6 +44,7 @@
-->
+
diff --git a/src/views/business/form/nonTrial/comp/syff/Xz.vue b/src/views/business/form/nonTrial/comp/syff/Xz.vue
index 1e50714..3f47ceb 100644
--- a/src/views/business/form/nonTrial/comp/syff/Xz.vue
+++ b/src/views/business/form/nonTrial/comp/syff/Xz.vue
@@ -54,6 +54,7 @@ G
+
diff --git a/src/views/business/form/nonTrial/comp/syff/Yd.vue b/src/views/business/form/nonTrial/comp/syff/Yd.vue
index b9b31c6..01954ca 100644
--- a/src/views/business/form/nonTrial/comp/syff/Yd.vue
+++ b/src/views/business/form/nonTrial/comp/syff/Yd.vue
@@ -33,6 +33,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/ffjl/Gd.vue b/src/views/business/resource/gsp/comps/ffjl/Gd.vue
index e847ccb..1abfd8f 100644
--- a/src/views/business/resource/gsp/comps/ffjl/Gd.vue
+++ b/src/views/business/resource/gsp/comps/ffjl/Gd.vue
@@ -58,6 +58,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/ffjl/Jd.vue b/src/views/business/resource/gsp/comps/ffjl/Jd.vue
index 5bc3c78..11417cb 100644
--- a/src/views/business/resource/gsp/comps/ffjl/Jd.vue
+++ b/src/views/business/resource/gsp/comps/ffjl/Jd.vue
@@ -47,6 +47,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/ffjl/Jq.vue b/src/views/business/resource/gsp/comps/ffjl/Jq.vue
index a84fef8..56fde7f 100644
--- a/src/views/business/resource/gsp/comps/ffjl/Jq.vue
+++ b/src/views/business/resource/gsp/comps/ffjl/Jq.vue
@@ -48,6 +48,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/ffjl/Js.vue b/src/views/business/resource/gsp/comps/ffjl/Js.vue
index deb60fa..92f939a 100644
--- a/src/views/business/resource/gsp/comps/ffjl/Js.vue
+++ b/src/views/business/resource/gsp/comps/ffjl/Js.vue
@@ -49,6 +49,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/ffjl/Jy.vue b/src/views/business/resource/gsp/comps/ffjl/Jy.vue
index 8586e8c..4c8d805 100644
--- a/src/views/business/resource/gsp/comps/ffjl/Jy.vue
+++ b/src/views/business/resource/gsp/comps/ffjl/Jy.vue
@@ -58,6 +58,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/ffjl/Sd.vue b/src/views/business/resource/gsp/comps/ffjl/Sd.vue
index 6810637..592d8f2 100644
--- a/src/views/business/resource/gsp/comps/ffjl/Sd.vue
+++ b/src/views/business/resource/gsp/comps/ffjl/Sd.vue
@@ -58,6 +58,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/gsp/Bj.vue b/src/views/business/resource/gsp/comps/gsp/Bj.vue
index fd8c80c..31e2678 100644
--- a/src/views/business/resource/gsp/comps/gsp/Bj.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Bj.vue
@@ -89,6 +89,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/gsp/Cz.vue b/src/views/business/resource/gsp/comps/gsp/Cz.vue
index 810f1e9..68c2a34 100644
--- a/src/views/business/resource/gsp/comps/gsp/Cz.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Cz.vue
@@ -66,6 +66,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/gsp/CzBatch.vue b/src/views/business/resource/gsp/comps/gsp/CzBatch.vue
index 7e1a7bd..a59f8b0 100644
--- a/src/views/business/resource/gsp/comps/gsp/CzBatch.vue
+++ b/src/views/business/resource/gsp/comps/gsp/CzBatch.vue
@@ -56,6 +56,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/gsp/Ff.vue b/src/views/business/resource/gsp/comps/gsp/Ff.vue
index 1aaa5b6..7902e68 100644
--- a/src/views/business/resource/gsp/comps/gsp/Ff.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Ff.vue
@@ -151,6 +151,7 @@
+
@@ -164,6 +165,7 @@
+
@@ -177,6 +179,7 @@
+
@@ -190,6 +193,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/gsp/Gd.vue b/src/views/business/resource/gsp/comps/gsp/Gd.vue
index 82dde99..6fa467c 100644
--- a/src/views/business/resource/gsp/comps/gsp/Gd.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Gd.vue
@@ -33,6 +33,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/gsp/Gh.vue b/src/views/business/resource/gsp/comps/gsp/Gh.vue
index a5e4245..31f1d10 100644
--- a/src/views/business/resource/gsp/comps/gsp/Gh.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Gh.vue
@@ -102,6 +102,7 @@
+
@@ -115,6 +116,7 @@
+
@@ -128,6 +130,7 @@
+
@@ -141,6 +144,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/gsp/Jd.vue b/src/views/business/resource/gsp/comps/gsp/Jd.vue
index 15fe85e..a4544ab 100644
--- a/src/views/business/resource/gsp/comps/gsp/Jd.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Jd.vue
@@ -60,6 +60,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/gsp/Js.vue b/src/views/business/resource/gsp/comps/gsp/Js.vue
index 312a3e1..3e41abe 100644
--- a/src/views/business/resource/gsp/comps/gsp/Js.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Js.vue
@@ -49,6 +49,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/gsp/Jy.vue b/src/views/business/resource/gsp/comps/gsp/Jy.vue
index ef7e111..9d6d7d9 100644
--- a/src/views/business/resource/gsp/comps/gsp/Jy.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Jy.vue
@@ -69,6 +69,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/gsp/Sd.vue b/src/views/business/resource/gsp/comps/gsp/Sd.vue
index a26f61b..bbc6074 100644
--- a/src/views/business/resource/gsp/comps/gsp/Sd.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Sd.vue
@@ -33,6 +33,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/gsp/Shbj.vue b/src/views/business/resource/gsp/comps/gsp/Shbj.vue
index a708597..86bfcb9 100644
--- a/src/views/business/resource/gsp/comps/gsp/Shbj.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Shbj.vue
@@ -72,6 +72,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/gsp/Shxgkc.vue b/src/views/business/resource/gsp/comps/gsp/Shxgkc.vue
index 1047042..626fbde 100644
--- a/src/views/business/resource/gsp/comps/gsp/Shxgkc.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Shxgkc.vue
@@ -62,6 +62,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/gsp/Xgkc.vue b/src/views/business/resource/gsp/comps/gsp/Xgkc.vue
index 4c4e08a..dc53a00 100644
--- a/src/views/business/resource/gsp/comps/gsp/Xgkc.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Xgkc.vue
@@ -34,6 +34,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/gsp/Xz.vue b/src/views/business/resource/gsp/comps/gsp/Xz.vue
index e7e3d91..12965ca 100644
--- a/src/views/business/resource/gsp/comps/gsp/Xz.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Xz.vue
@@ -99,6 +99,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/gsp/Ysff.vue b/src/views/business/resource/gsp/comps/gsp/Ysff.vue
index 4b105e6..e98b6f3 100644
--- a/src/views/business/resource/gsp/comps/gsp/Ysff.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Ysff.vue
@@ -98,6 +98,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/rkjl/Bj.vue b/src/views/business/resource/gsp/comps/rkjl/Bj.vue
index c2fd9a4..c437bab 100644
--- a/src/views/business/resource/gsp/comps/rkjl/Bj.vue
+++ b/src/views/business/resource/gsp/comps/rkjl/Bj.vue
@@ -84,6 +84,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/rkjl/Gd.vue b/src/views/business/resource/gsp/comps/rkjl/Gd.vue
index 90402d4..815dd84 100644
--- a/src/views/business/resource/gsp/comps/rkjl/Gd.vue
+++ b/src/views/business/resource/gsp/comps/rkjl/Gd.vue
@@ -58,6 +58,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/rkjl/Jd.vue b/src/views/business/resource/gsp/comps/rkjl/Jd.vue
index 42c81ae..1dbcd9e 100644
--- a/src/views/business/resource/gsp/comps/rkjl/Jd.vue
+++ b/src/views/business/resource/gsp/comps/rkjl/Jd.vue
@@ -49,6 +49,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/rkjl/Js.vue b/src/views/business/resource/gsp/comps/rkjl/Js.vue
index 2fcc99c..a0bbc2e 100644
--- a/src/views/business/resource/gsp/comps/rkjl/Js.vue
+++ b/src/views/business/resource/gsp/comps/rkjl/Js.vue
@@ -49,6 +49,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/rkjl/Jy.vue b/src/views/business/resource/gsp/comps/rkjl/Jy.vue
index a0de338..d69d02a 100644
--- a/src/views/business/resource/gsp/comps/rkjl/Jy.vue
+++ b/src/views/business/resource/gsp/comps/rkjl/Jy.vue
@@ -58,6 +58,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/rkjl/Sd.vue b/src/views/business/resource/gsp/comps/rkjl/Sd.vue
index 68585c9..9bd26cf 100644
--- a/src/views/business/resource/gsp/comps/rkjl/Sd.vue
+++ b/src/views/business/resource/gsp/comps/rkjl/Sd.vue
@@ -58,6 +58,7 @@
+
diff --git a/src/views/business/resource/gsp/comps/rkjl/Xz.vue b/src/views/business/resource/gsp/comps/rkjl/Xz.vue
index 1876c35..b3a2ed1 100644
--- a/src/views/business/resource/gsp/comps/rkjl/Xz.vue
+++ b/src/views/business/resource/gsp/comps/rkjl/Xz.vue
@@ -84,6 +84,7 @@
+
diff --git a/src/views/business/resource/sj/comps/Cz.vue b/src/views/business/resource/sj/comps/Cz.vue
index 120fa8d..5b774f3 100644
--- a/src/views/business/resource/sj/comps/Cz.vue
+++ b/src/views/business/resource/sj/comps/Cz.vue
@@ -65,6 +65,7 @@
+
diff --git a/src/views/business/resource/sj/comps/CzBatch.vue b/src/views/business/resource/sj/comps/CzBatch.vue
index 8471204..7ef68ba 100644
--- a/src/views/business/resource/sj/comps/CzBatch.vue
+++ b/src/views/business/resource/sj/comps/CzBatch.vue
@@ -55,6 +55,7 @@
+
diff --git a/src/views/business/resource/sj/comps/Gd.vue b/src/views/business/resource/sj/comps/Gd.vue
index 1bd36e0..e42add3 100644
--- a/src/views/business/resource/sj/comps/Gd.vue
+++ b/src/views/business/resource/sj/comps/Gd.vue
@@ -31,6 +31,7 @@
+
diff --git a/src/views/business/study/comp/jhbd/Bj.vue b/src/views/business/study/comp/jhbd/Bj.vue
index b6a657e..d8c74b6 100644
--- a/src/views/business/study/comp/jhbd/Bj.vue
+++ b/src/views/business/study/comp/jhbd/Bj.vue
@@ -112,6 +112,7 @@
+
diff --git a/src/views/business/study/comp/sign.vue b/src/views/business/study/comp/sign.vue
index fda5448..7e28456 100644
--- a/src/views/business/study/comp/sign.vue
+++ b/src/views/business/study/comp/sign.vue
@@ -44,6 +44,7 @@
-->
+
diff --git a/src/views/business/study/comp/sqbd/Bj.vue b/src/views/business/study/comp/sqbd/Bj.vue
index d812424..fb4bb0c 100644
--- a/src/views/business/study/comp/sqbd/Bj.vue
+++ b/src/views/business/study/comp/sqbd/Bj.vue
@@ -112,6 +112,7 @@
+
diff --git a/src/views/business/study/comp/sqbd/Fh.vue b/src/views/business/study/comp/sqbd/Fh.vue
index d9881d8..018f98d 100644
--- a/src/views/business/study/comp/sqbd/Fh.vue
+++ b/src/views/business/study/comp/sqbd/Fh.vue
@@ -94,6 +94,7 @@
+
diff --git a/src/views/business/study/comp/sqbd/Fz.vue b/src/views/business/study/comp/sqbd/Fz.vue
index a28378f..f4a8192 100644
--- a/src/views/business/study/comp/sqbd/Fz.vue
+++ b/src/views/business/study/comp/sqbd/Fz.vue
@@ -32,6 +32,7 @@
+
diff --git a/src/views/business/study/comp/sqbd/Ghgsr.vue b/src/views/business/study/comp/sqbd/Ghgsr.vue
index 27bcff2..19436e1 100644
--- a/src/views/business/study/comp/sqbd/Ghgsr.vue
+++ b/src/views/business/study/comp/sqbd/Ghgsr.vue
@@ -32,6 +32,7 @@
+
diff --git a/src/views/business/study/comp/sqbd/Jq.vue b/src/views/business/study/comp/sqbd/Jq.vue
index 3a3609d..a456dea 100644
--- a/src/views/business/study/comp/sqbd/Jq.vue
+++ b/src/views/business/study/comp/sqbd/Jq.vue
@@ -36,6 +36,7 @@
+
diff --git a/src/views/business/study/comp/sqbd/Qrfz.vue b/src/views/business/study/comp/sqbd/Qrfz.vue
index c597dff..83e8d1d 100644
--- a/src/views/business/study/comp/sqbd/Qrfz.vue
+++ b/src/views/business/study/comp/sqbd/Qrfz.vue
@@ -32,6 +32,7 @@
+
diff --git a/src/views/business/study/comp/sqbd/Sh.vue b/src/views/business/study/comp/sqbd/Sh.vue
index 62f3f73..c25a025 100644
--- a/src/views/business/study/comp/sqbd/Sh.vue
+++ b/src/views/business/study/comp/sqbd/Sh.vue
@@ -93,6 +93,7 @@
+
diff --git a/src/views/business/study/comp/sqbd/Sy.vue b/src/views/business/study/comp/sqbd/Sy.vue
index 990b2b6..93c5008 100644
--- a/src/views/business/study/comp/sqbd/Sy.vue
+++ b/src/views/business/study/comp/sqbd/Sy.vue
@@ -82,6 +82,7 @@
+
diff --git a/src/views/business/study/comp/sqbd/Xq.vue b/src/views/business/study/comp/sqbd/Xq.vue
index 8aab4eb..e1e8b98 100644
--- a/src/views/business/study/comp/sqbd/Xq.vue
+++ b/src/views/business/study/comp/sqbd/Xq.vue
@@ -97,6 +97,7 @@
+
diff --git a/src/views/business/study/comp/syff/Xz.vue b/src/views/business/study/comp/syff/Xz.vue
index fa0f1ad..18213e1 100644
--- a/src/views/business/study/comp/syff/Xz.vue
+++ b/src/views/business/study/comp/syff/Xz.vue
@@ -55,6 +55,7 @@ G
+
diff --git a/src/views/business/study/comp/syff/Yd.vue b/src/views/business/study/comp/syff/Yd.vue
index b9b31c6..01954ca 100644
--- a/src/views/business/study/comp/syff/Yd.vue
+++ b/src/views/business/study/comp/syff/Yd.vue
@@ -33,6 +33,7 @@
+
diff --git a/src/views/business/study/comp/syj/Bj.vue b/src/views/business/study/comp/syj/Bj.vue
index 1c5c08b..a67a9c3 100644
--- a/src/views/business/study/comp/syj/Bj.vue
+++ b/src/views/business/study/comp/syj/Bj.vue
@@ -52,6 +52,7 @@ G
+
diff --git a/src/views/business/study/comp/syj/Js.vue b/src/views/business/study/comp/syj/Js.vue
index 38b12f1..6ad140c 100644
--- a/src/views/business/study/comp/syj/Js.vue
+++ b/src/views/business/study/comp/syj/Js.vue
@@ -59,6 +59,7 @@ G
+
diff --git a/src/views/business/study/comp/syj/Xz.vue b/src/views/business/study/comp/syj/Xz.vue
index a24e60c..520d6c4 100644
--- a/src/views/business/study/comp/syj/Xz.vue
+++ b/src/views/business/study/comp/syj/Xz.vue
@@ -60,6 +60,7 @@ G
+
diff --git a/src/views/business/study/comp/tbbd/Bj.vue b/src/views/business/study/comp/tbbd/Bj.vue
index 06606a1..8b7f806 100644
--- a/src/views/business/study/comp/tbbd/Bj.vue
+++ b/src/views/business/study/comp/tbbd/Bj.vue
@@ -210,6 +210,7 @@
+
@@ -254,6 +255,7 @@
+
diff --git a/src/views/login.vue b/src/views/login.vue
index cd34b9e..dab6767 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -27,6 +27,7 @@
auto-complete="off"
:placeholder="$t('login.password')"
@keyup.enter.native="handleLogin"
+ show-password
>
From 4f8639deca062d24be84f1c320e9212ecde31b78 Mon Sep 17 00:00:00 2001
From: memorylkf <312904636@qq.com>
Date: Thu, 29 Jan 2026 16:48:38 +0800
Subject: [PATCH 7/7] =?UTF-8?q?fix:=20[=E8=AF=95=E5=89=82=E7=AE=A1?=
=?UTF-8?q?=E7=90=86]=20=E5=80=9F=E9=98=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/business/resource/sj/comps/Jy.vue | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/views/business/resource/sj/comps/Jy.vue b/src/views/business/resource/sj/comps/Jy.vue
index 4655c83..00a80ad 100644
--- a/src/views/business/resource/sj/comps/Jy.vue
+++ b/src/views/business/resource/sj/comps/Jy.vue
@@ -41,7 +41,8 @@
-
+
+