|
|
@@ -225,7 +225,7 @@
|
|
225
|
225
|
</el-row>
|
|
226
|
226
|
<el-row v-if="orderTypeSzData.indexOf(worktypeInfo3) !== -1">
|
|
227
|
227
|
<el-col v-if="patientMsgAll[currentIndex]" :span="12">
|
|
228
|
|
- <el-form-item label="患者姓名" prop="patientName">
|
|
|
228
|
+ <el-form-item label="患者姓名">
|
|
229
|
229
|
<el-input v-model="patientMsgAll[currentIndex].name" @change="patientNameChange" placeholder="请输入患者姓名" />
|
|
230
|
230
|
</el-form-item>
|
|
231
|
231
|
</el-col>
|
|
|
@@ -671,13 +671,13 @@
|
|
671
|
671
|
trigger: 'blur'
|
|
672
|
672
|
}
|
|
673
|
673
|
],
|
|
674
|
|
- patientName:[
|
|
675
|
|
- {
|
|
676
|
|
- required: true,
|
|
677
|
|
- message: '请输入患者姓名',
|
|
678
|
|
- trigger: 'blur'
|
|
679
|
|
- }
|
|
680
|
|
- ],
|
|
|
674
|
+ // patientName:[
|
|
|
675
|
+ // {
|
|
|
676
|
+ // required: true,
|
|
|
677
|
+ // message: '请输入患者姓名',
|
|
|
678
|
+ // trigger: 'blur'
|
|
|
679
|
+ // }
|
|
|
680
|
+ // ],
|
|
681
|
681
|
patientIdCard:[
|
|
682
|
682
|
{
|
|
683
|
683
|
required: true,
|
|
|
@@ -1527,11 +1527,11 @@
|
|
1527
|
1527
|
}
|
|
1528
|
1528
|
var noindex = 1
|
|
1529
|
1529
|
this.patientMsgAll.forEach((o) => {
|
|
1530
|
|
- if (!o.name) {
|
|
1531
|
|
- noindex = 0
|
|
1532
|
|
- this.$message.error('请填入患者姓名')
|
|
1533
|
|
- return
|
|
1534
|
|
- }
|
|
|
1530
|
+ // if (!o.name) {
|
|
|
1531
|
+ // noindex = 0
|
|
|
1532
|
+ // this.$message.error('请填入患者姓名')
|
|
|
1533
|
+ // return
|
|
|
1534
|
+ // }
|
|
1535
|
1535
|
// if(!o.tel){
|
|
1536
|
1536
|
// noindex = 0
|
|
1537
|
1537
|
// this.$message.error('请填入患者电话')
|
|
|
@@ -1605,6 +1605,9 @@
|
|
1605
|
1605
|
}
|
|
1606
|
1606
|
|
|
1607
|
1607
|
await this.clickEye()
|
|
|
1608
|
+ if(this.ruleForm.F_IDNumberShow){
|
|
|
1609
|
+ this.ruleForm.F_IDNumber = decrypt(this.ruleForm.F_IDNumberShow)
|
|
|
1610
|
+ }
|
|
1608
|
1611
|
this.$refs.ruleForm.validate((valid) => {
|
|
1609
|
1612
|
if (valid) {
|
|
1610
|
1613
|
this.loading = true
|