miaofuhao hace 11 meses
padre
commit
a72a988b17

BIN
CallCenterWeb.UI/RMYY/0307dist.zip


BIN
CallCenterWeb.UI/RMYY/0312-1dist.zip


+ 0 - 0
CallCenterWeb.UI/RMYY/dist.zip


BIN
CallCenterWeb.UI/RMYY/src/assets/iconfont/iconfont.woff2


+ 16 - 13
CallCenterWeb.UI/RMYY/src/components/workOrder/information/addOrEditInfOrder.vue

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