| | |
| | | </label> |
| | | </el-form-item> |
| | | </el-form> |
| | | </div> |
| | | <el-button type="primary" size="mini" @click="tijiao" |
| | | <el-button type="primary" size="mini" @click="tijiao" |
| | | >提交</el-button |
| | | > |
| | | </div> |
| | | </div> |
| | | <div v-if="wenjuan == false"> |
| | | <Write :forms="formss" @fMethod="fatherSub"></Write> |
| | |
| | | getNewDateList, |
| | | getRecordByTjNumber, |
| | | listFormFieldsRequest, |
| | | listFormDataTableRequest, |
| | | listFormDataTableRequest,getTjrWnJuanMoBan |
| | | } from "@/api/hosp/order"; |
| | | import { addSurveyRecord } from "@/api/hosp/surveyRecord"; |
| | | import { listEmer, getDictEmerList } from "@/api/system/emer"; |
| | |
| | | investigation(row) { |
| | | this.gation = row; |
| | | this.formss.tjNumber = this.gation.tjNumber; |
| | | let mid = "22"; |
| | | printCode(mid).then((response) => { |
| | | let tjCategory = this.gation.tjCategory; |
| | | getTjrWnJuanMoBan(tjCategory).then((response) => { |
| | | console.log(response) |
| | | if (response.data) { |
| | | this.intList = response.data; |
| | | this.wenjuan = true; |
| | |
| | | } |
| | | |
| | | .drawer1 { |
| | | display: flex; |
| | | flex-direction: row; |
| | | justify-content: space-evenly; |
| | | align-items: flex-start; |
| | | // display: flex; |
| | | // flex-direction: row; |
| | | // justify-content: space-evenly; |
| | | // align-items: flex-start; |
| | | padding: 10px 20px; |
| | | } |
| | | .mx { |