|
@@ -36,8 +36,8 @@
|
36
|
36
|
</el-col> -->
|
37
|
37
|
<el-col :span="8" :style="isEdit?'width:360px':''">
|
38
|
38
|
<el-form-item label="透析号 : " class="is-required">
|
39
|
|
- <el-input disabled v-model="form.dialysisNo" placeholder="填写或自动生成" style="width:62%;float:left;margin-right: 1%;" ></el-input>
|
40
|
|
- <el-button style="width:70px;padding:10px 0;" disabled type="primary">自动生成</el-button>
|
|
39
|
+ <el-input disabled v-model="form.dialysisNo" placeholder="填写或自动生成" style="width:62%;float:left;margin-right: 2%;" ></el-input>
|
|
40
|
+ <el-button style="width:36%;padding:10px 0;" disabled type="primary">自动生成</el-button>
|
41
|
41
|
</el-form-item>
|
42
|
42
|
</el-col>
|
43
|
43
|
</template>
|
|
@@ -49,20 +49,21 @@
|
49
|
49
|
</el-select>
|
50
|
50
|
</el-form-item>
|
51
|
51
|
</el-col> -->
|
52
|
|
- <el-col :span="8" >
|
53
|
|
- <el-form-item label="透析号 : " class="is-required" prop="dialysisNo" >
|
54
|
|
- <el-input v-model="form.dialysisNo" placeholder="填写或自动生成" style="width:62%;float:left;margin-right: 1%;" ></el-input>
|
55
|
|
- <el-button style="width:70px;padding:10px 0;" :disabled="$store.getters.xt_user.subscibe.state==3||!subscibeFlag?true:false" type="primary" @click="generatedialysisno">自动生成</el-button>
|
56
|
|
- </el-form-item>
|
57
|
|
- </el-col>
|
58
|
|
- </template>
|
59
|
|
- <el-col :span="8" :style="isEdit?'width:360px':''">
|
|
52
|
+ <el-col :span="8" :style="isEdit?'width:360px':''" style="height:59px;" >
|
60
|
53
|
<el-form-item label="性别 : " class="is-required" prop="gender" >
|
61
|
54
|
<el-radio-group v-model="form.gender" @change="changeGender">
|
62
|
55
|
<el-radio v-for="item in sexOptions" :key="item.value" :label="item.value" :value="item.value" >{{item.label}}</el-radio>
|
63
|
56
|
</el-radio-group>
|
64
|
57
|
</el-form-item>
|
65
|
|
- </el-col>
|
|
58
|
+ </el-col>
|
|
59
|
+ <el-col :span="8" >
|
|
60
|
+ <el-form-item label="透析号 : " class="is-required" prop="dialysisNo" >
|
|
61
|
+ <el-input v-model="form.dialysisNo" placeholder="填写或自动生成" style="width:62%;float:left;margin-right: 2%;" ></el-input>
|
|
62
|
+ <el-button style="width:36%;padding:10px 0;" :disabled="$store.getters.xt_user.subscibe.state==3||!subscibeFlag?true:false" type="primary" @click="generatedialysisno">自动生成</el-button>
|
|
63
|
+ </el-form-item>
|
|
64
|
+ </el-col>
|
|
65
|
+ </template>
|
|
66
|
+
|
66
|
67
|
<el-col :span="8" :style="isEdit?'width:360px':''">
|
67
|
68
|
<el-form-item label="出生日期 : " class="is-required" prop="birth" >
|
68
|
69
|
<el-date-picker v-model="form.birth" type="date" placeholder="选择日期" :suffix-icon="'el-icon-menu'" @change="hadSelectBirth" format="yyyy-MM-dd" value-format="yyyy-MM-dd"></el-date-picker>
|
|
@@ -78,7 +79,7 @@
|
78
|
79
|
<el-input v-model="form.homeTelephone" maxlength="20"></el-input>
|
79
|
80
|
</el-form-item>
|
80
|
81
|
</el-col>
|
81
|
|
- <el-col :span="8" :style="isEdit?'width:360px':''">
|
|
82
|
+ <el-col :span="8" :style="isEdit?'width:360px':''" style="height:59px;" >
|
82
|
83
|
<el-form-item label="患者来源 : " class="is-required" prop="source" >
|
83
|
84
|
<el-radio-group v-model="form.source">
|
84
|
85
|
<el-radio v-for="item in sourceOptions" :key="item.value" :label="item.value" :value="item.value" >{{item.label}}</el-radio>
|
|
@@ -987,7 +988,7 @@ export default {
|
987
|
988
|
<style rel="stylesheet/scss" lang="scss" scoped>
|
988
|
989
|
|
989
|
990
|
.uploadHead {
|
990
|
|
- margin-top: 25%;
|
|
991
|
+ // margin-top: 25%;
|
991
|
992
|
}
|
992
|
993
|
.uploadHeadBtn {
|
993
|
994
|
width: 148px;
|
|
@@ -995,7 +996,7 @@ export default {
|
995
|
996
|
}
|
996
|
997
|
.el-form{
|
997
|
998
|
.el-col-6,.el-col-8{
|
998
|
|
- // width: 430px;
|
|
999
|
+ width: 430px;
|
999
|
1000
|
}
|
1000
|
1001
|
.el-form-item {
|
1001
|
1002
|
// margin-bottom: 17px !important;
|