Przeglądaj źródła

门户业务修改

skcj 2 lat temu
rodzic
commit
5df79b4d52

+ 4 - 0
ruoyi-modules/mz-business-lrgl/src/main/resources/mapper/business/ZwywLrJgyyMapper.xml

@@ -160,6 +160,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="lrjzdzxzqh != null">lrjzdzxzqh,</if>
             <if test="lrjzdzxzqh != null">lrjzdzxzqh,</if>
             <if test="lrjzdz != null">lrjzdz,</if>
             <if test="lrjzdz != null">lrjzdz,</if>
             <if test="yyLrRzyddh != null">yy_lr_rzyddh,</if>
             <if test="yyLrRzyddh != null">yy_lr_rzyddh,</if>
+            <if test="yyLrSj != null">yy_lr_sj,</if>
+            <if test="yyLrRzsj != null">yy_lr_rzsj,</if>
             create_time_str,
             create_time_str,
             create_user_id,
             create_user_id,
             create_user_type,create_area_code,
             create_user_type,create_area_code,
@@ -175,6 +177,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="lrjzdzxzqh != null">#{lrjzdzxzqh},</if>
             <if test="lrjzdzxzqh != null">#{lrjzdzxzqh},</if>
             <if test="lrjzdz != null">#{lrjzdz},</if>
             <if test="lrjzdz != null">#{lrjzdz},</if>
             <if test="yyLrRzyddh != null">#{yyLrRzyddh},</if>
             <if test="yyLrRzyddh != null">#{yyLrRzyddh},</if>
+            <if test="yyLrSj != null">#{yyLrSj},</if>
+            <if test="yyLrRzsj != null">#{yyLrRzsj},</if>
             #{createTimeStr},
             #{createTimeStr},
             #{createUserId},
             #{createUserId},
             #{createUserType},#{createAreaCode},
             #{createUserType},#{createAreaCode},

+ 12 - 0
ruoyi-web/src/views/rzyljgsq/sqzltx/index.vue

@@ -34,6 +34,12 @@
           <el-input v-model="form.lrjzdz" type="textarea" maxlength="400" show-word-limit placeholder="请输入老人详细居住地址">
           <el-input v-model="form.lrjzdz" type="textarea" maxlength="400" show-word-limit placeholder="请输入老人详细居住地址">
           </el-input>
           </el-input>
         </el-form-item>
         </el-form-item>
+        <el-form-item label="预约日期" prop="yylrsj">
+          <el-date-picker class="aaaa" v-model="form.yyLrSj" type="date" value-format="YYYYMMDD" placeholder="请选择预约日期" />
+        </el-form-item>
+        <el-form-item label="预约入住日期" prop="yylrrzsj">
+          <el-date-picker class="aaaa" v-model="form.yyLrRzsj" type="date" value-format="YYYYMMDD" placeholder="请选择预约入住日期" />
+        </el-form-item>
         <el-form-item>
         <el-form-item>
           <el-button v-loading="loading" element-loading-background="rgba(255, 255, 255, 0.3)" class="submitBtn"
           <el-button v-loading="loading" element-loading-background="rgba(255, 255, 255, 0.3)" class="submitBtn"
             type="danger" @click="onSubmit(formRef)">提 交</el-button>
             type="danger" @click="onSubmit(formRef)">提 交</el-button>
@@ -137,6 +143,12 @@ const rules = reactive({
   jgmc: [
   jgmc: [
     { required: true, message: '请选择机构', trigger: 'blur' },
     { required: true, message: '请选择机构', trigger: 'blur' },
   ],
   ],
+  yyLrSj: [
+    { required: true, message: '请选择预约日期', trigger: 'blur' },
+  ],
+  yyLrRzsj: [
+    { required: true, message: '请选择预约入住日期', trigger: 'blur' },
+  ],
 })
 })
 async function onSubmit(formEl) {
 async function onSubmit(formEl) {
   if (!formEl) return
   if (!formEl) return