Browse Source

前台-筛查、筛查列表添加单位

newMaster
1747191978@qq.com 3 months ago
parent
commit
64791fe8de
  1. BIN
      acupuncture-前台/dist.zip
  2. 17
      acupuncture-前台/src/views/screening/h5.vue
  3. 8
      acupuncture-前台/src/views/screening/index.vue
  4. BIN
      acupuncture-前台/针灸-前台6.zip
  5. BIN
      acupuncture-前台/针灸前台2.zip
  6. BIN
      acupuncture-前台/针灸前台3.zip

BIN
acupuncture-前台/dist.zip

Binary file not shown.

17
acupuncture-前台/src/views/screening/h5.vue

@ -32,6 +32,12 @@
<span>扫描身份证</span>
</div>
</el-upload> -->
<el-form-item label="单位" prop="SCWJ-DW">
<el-input
v-model="form['SCWJ-DW']"
placeholder="请输入单位"
></el-input>
</el-form-item>
<el-form-item label="姓名" prop="SCWJ-NAME">
<el-input
v-model="form['SCWJ-NAME']"
@ -463,6 +469,7 @@ export default {
},
], //
form: {
"SCWJ-DW": "",
"SCWJ-NAME": "",
"SCWJ-SEX": "男",
"SCWJ-BIRTH": "",
@ -493,6 +500,13 @@ export default {
},
//
rules: {
"SCWJ-DW": [
{
required: true,
message: "单位不能为空",
trigger: "blur",
},
],
"SCWJ-NAME": [
{
required: true,
@ -530,7 +544,7 @@ export default {
{
pattern: /^1[3456789]\d{9}$/,
message: "格式不正确",
trigger: "change",
trigger: ["blur", "change"],
},
],
"SCWJ-HEIGHT": [
@ -822,6 +836,7 @@ export default {
this.id = res.data.id;
// ------ ------
//
await this.saveAnswer(this.form["SCWJ-DW"], "SCWJ-DW");
await this.saveAnswer(this.form["SCWJ-NAME"], "SCWJ-NAME");
await this.saveAnswer(this.form["SCWJ-SEX"], "SCWJ-SEX");
await this.saveAnswer(this.form["SCWJ-BIRTH"], "SCWJ-BIRTH");

8
acupuncture-前台/src/views/screening/index.vue

@ -106,6 +106,14 @@
align="center"
:reserve-selection="true"
/>
<el-table-column
label="单位"
align="center"
prop="SCWJ-DW"
min-width="150"
show-overflow-tooltip
fixed
/>
<el-table-column
label="姓名"
align="center"

BIN
acupuncture-前台/针灸-前台6.zip

Binary file not shown.

BIN
acupuncture-前台/针灸前台2.zip

Binary file not shown.

BIN
acupuncture-前台/针灸前台1.zip → acupuncture-前台/针灸前台3.zip

Binary file not shown.
Loading…
Cancel
Save