Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcjg-web
Showing
6 changed files
with
72 additions
and
73 deletions
... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
8 | 宗地代码: <br /> | 8 | 宗地代码: <br /> |
9 | <p class="label-detail">(ZDDM)</p> | 9 | <p class="label-detail">(ZDDM)</p> |
10 | </span> | 10 | </span> |
11 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.ZDDM" placeholder="宗地代码"></el-input> | 11 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.zddm" placeholder="宗地代码"></el-input> |
12 | </el-form-item> | 12 | </el-form-item> |
13 | </el-col> | 13 | </el-col> |
14 | 14 | ||
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
18 | 变化原因: <br /> | 18 | 变化原因: <br /> |
19 | <p class="label-detail">(BHYY)</p> | 19 | <p class="label-detail">(BHYY)</p> |
20 | </span> | 20 | </span> |
21 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.BHYY" placeholder="变化原因"></el-input> | 21 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.bhyy" placeholder="变化原因"></el-input> |
22 | </el-form-item> | 22 | </el-form-item> |
23 | </el-col> | 23 | </el-col> |
24 | 24 | ||
... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
28 | 变化内容: <br /> | 28 | 变化内容: <br /> |
29 | <p class="label-detail">(BHNR)</p> | 29 | <p class="label-detail">(BHNR)</p> |
30 | </span> | 30 | </span> |
31 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.BHNR" placeholder="变化内容"></el-input> | 31 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.bhnr" placeholder="变化内容"></el-input> |
32 | </el-form-item> | 32 | </el-form-item> |
33 | </el-col> | 33 | </el-col> |
34 | </el-row> | 34 | </el-row> |
... | @@ -41,7 +41,7 @@ | ... | @@ -41,7 +41,7 @@ |
41 | <p class="label-detail">(DJSJ)</p> | 41 | <p class="label-detail">(DJSJ)</p> |
42 | </span> | 42 | </span> |
43 | <el-date-picker :disabled="$store.state.business.Edit" type="datetime" placeholder="选择日期" clearable | 43 | <el-date-picker :disabled="$store.state.business.Edit" type="datetime" placeholder="选择日期" clearable |
44 | v-model="ruleForm.DJSJ" value-format="yyyy-MM-dd HH:mm:ss"></el-date-picker> | 44 | v-model="ruleForm.djsj" value-format="yyyy-MM-dd HH:mm:ss"></el-date-picker> |
45 | </el-form-item> | 45 | </el-form-item> |
46 | </el-col> | 46 | </el-col> |
47 | 47 | ||
... | @@ -51,7 +51,7 @@ | ... | @@ -51,7 +51,7 @@ |
51 | 登簿人: <br /> | 51 | 登簿人: <br /> |
52 | <p class="label-detail">(DBR)</p> | 52 | <p class="label-detail">(DBR)</p> |
53 | </span> | 53 | </span> |
54 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.DBR" placeholder="登簿人"></el-input> | 54 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.dbr" placeholder="登簿人"></el-input> |
55 | </el-form-item> | 55 | </el-form-item> |
56 | </el-col> | 56 | </el-col> |
57 | 57 | ||
... | @@ -61,7 +61,7 @@ | ... | @@ -61,7 +61,7 @@ |
61 | 附记: <br /> | 61 | 附记: <br /> |
62 | <p class="label-detail">(FJ)</p> | 62 | <p class="label-detail">(FJ)</p> |
63 | </span> | 63 | </span> |
64 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.FJ" placeholder="附记"></el-input> | 64 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.fj" placeholder="附记"></el-input> |
65 | </el-form-item> | 65 | </el-form-item> |
66 | </el-col> | 66 | </el-col> |
67 | </el-row> | 67 | </el-row> |
... | @@ -72,7 +72,7 @@ | ... | @@ -72,7 +72,7 @@ |
72 | 区县代码: <br /> | 72 | 区县代码: <br /> |
73 | <p class="label-detail">(QXDM)</p> | 73 | <p class="label-detail">(QXDM)</p> |
74 | </span> | 74 | </span> |
75 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.QXDM" placeholder="区县代码"></el-input> | 75 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.qxdm" placeholder="区县代码"></el-input> |
76 | </el-form-item> | 76 | </el-form-item> |
77 | </el-col> | 77 | </el-col> |
78 | </el-row> | 78 | </el-row> | ... | ... |
... | @@ -10,10 +10,9 @@ | ... | @@ -10,10 +10,9 @@ |
10 | <span slot="label"> | 10 | <span slot="label"> |
11 | 标识码: <br /> | 11 | 标识码: <br /> |
12 | <p class="label-detail">(BSM)</p> | 12 | <p class="label-detail">(BSM)</p> |
13 | </span> | 13 | </span> |
14 | <p :class="{ 'disabled': $store.state.business.Edit }"> | 14 | <el-input :disabled="$store.state.business.Edit" v-model="naturalForm.naturalList[index].bsm" |
15 | {{ naturalForm.naturalList[index].bsm }} | 15 | placeholder="标识码"></el-input> |
16 | </p> | ||
17 | </el-form-item> | 16 | </el-form-item> |
18 | </el-col> | 17 | </el-col> |
19 | 18 | ... | ... |
... | @@ -8,9 +8,7 @@ | ... | @@ -8,9 +8,7 @@ |
8 | 标识码: <br /> | 8 | 标识码: <br /> |
9 | <p class="label-detail">(BSM)</p> | 9 | <p class="label-detail">(BSM)</p> |
10 | </span> | 10 | </span> |
11 | <p :class="{ 'disabled': $store.state.business.Edit }"> | 11 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.bsm" placeholder="标识码"></el-input> |
12 | {{ ruleForm.BSM }} | ||
13 | </p> | ||
14 | </el-form-item> | 12 | </el-form-item> |
15 | </el-col> | 13 | </el-col> |
16 | 14 | ||
... | @@ -20,7 +18,7 @@ | ... | @@ -20,7 +18,7 @@ |
20 | 要素代码: <br /> | 18 | 要素代码: <br /> |
21 | <p class="label-detail">(YSDM)</p> | 19 | <p class="label-detail">(YSDM)</p> |
22 | </span> | 20 | </span> |
23 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.YSDM" placeholder="要素代码"></el-input> | 21 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.ysdm" placeholder="要素代码"></el-input> |
24 | </el-form-item> | 22 | </el-form-item> |
25 | </el-col> | 23 | </el-col> |
26 | 24 | ... | ... |
... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
8 | 要素代码: <br /> | 8 | 要素代码: <br /> |
9 | <p class="label-detail">(YSDM)</p> | 9 | <p class="label-detail">(YSDM)</p> |
10 | </span> | 10 | </span> |
11 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.YSDM" placeholder="要素代码"></el-input> | 11 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.ysdm" placeholder="要素代码"></el-input> |
12 | </el-form-item> | 12 | </el-form-item> |
13 | </el-col> | 13 | </el-col> |
14 | 14 | ||
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
18 | 业务号: <br /> | 18 | 业务号: <br /> |
19 | <p class="label-detail">(YWH)</p> | 19 | <p class="label-detail">(YWH)</p> |
20 | </span> | 20 | </span> |
21 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.YWH" placeholder="业务号"></el-input> | 21 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.ywh" placeholder="业务号"></el-input> |
22 | </el-form-item> | 22 | </el-form-item> |
23 | </el-col> | 23 | </el-col> |
24 | 24 | ||
... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
28 | 不动产单元号: <br /> | 28 | 不动产单元号: <br /> |
29 | <p class="label-detail">(BDCDYH)</p> | 29 | <p class="label-detail">(BDCDYH)</p> |
30 | </span> | 30 | </span> |
31 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.BDCDYH" placeholder="不动产单元号"></el-input> | 31 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.bdcdyh" placeholder="不动产单元号"></el-input> |
32 | </el-form-item> | 32 | </el-form-item> |
33 | </el-col> | 33 | </el-col> |
34 | </el-row> | 34 | </el-row> |
... | @@ -40,7 +40,7 @@ | ... | @@ -40,7 +40,7 @@ |
40 | 查封机关: <br /> | 40 | 查封机关: <br /> |
41 | <p class="label-detail">(CFJG)</p> | 41 | <p class="label-detail">(CFJG)</p> |
42 | </span> | 42 | </span> |
43 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.CFJG" placeholder="查封机关"></el-input> | 43 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.cfjg" placeholder="查封机关"></el-input> |
44 | </el-form-item> | 44 | </el-form-item> |
45 | </el-col> | 45 | </el-col> |
46 | 46 | ||
... | @@ -50,7 +50,7 @@ | ... | @@ -50,7 +50,7 @@ |
50 | 查封类型: <br /> | 50 | 查封类型: <br /> |
51 | <p class="label-detail">(CFLX)</p> | 51 | <p class="label-detail">(CFLX)</p> |
52 | </span> | 52 | </span> |
53 | <el-select :disabled="$store.state.business.Edit" v-model="ruleForm.CFLX" placeholder="查封类型"> | 53 | <el-select :disabled="$store.state.business.Edit" v-model="ruleForm.cflx" placeholder="查封类型"> |
54 | <el-option v-for="item in dicData['A32']" :key="item.DCODE" :label="item.DNAME" :value="item.DCODE"> | 54 | <el-option v-for="item in dicData['A32']" :key="item.DCODE" :label="item.DNAME" :value="item.DCODE"> |
55 | </el-option> | 55 | </el-option> |
56 | </el-select> | 56 | </el-select> |
... | @@ -63,7 +63,7 @@ | ... | @@ -63,7 +63,7 @@ |
63 | 查封文件: <br /> | 63 | 查封文件: <br /> |
64 | <p class="label-detail">(CFWJ)</p> | 64 | <p class="label-detail">(CFWJ)</p> |
65 | </span> | 65 | </span> |
66 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.CFWJ" placeholder="查封文件"></el-input> | 66 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.cfwj" placeholder="查封文件"></el-input> |
67 | </el-form-item> | 67 | </el-form-item> |
68 | </el-col> | 68 | </el-col> |
69 | </el-row> | 69 | </el-row> |
... | @@ -75,7 +75,7 @@ | ... | @@ -75,7 +75,7 @@ |
75 | 查封文号: <br /> | 75 | 查封文号: <br /> |
76 | <p class="label-detail">(CFWH)</p> | 76 | <p class="label-detail">(CFWH)</p> |
77 | </span> | 77 | </span> |
78 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.CFWH" placeholder="查封文号"></el-input> | 78 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.cfwh" placeholder="查封文号"></el-input> |
79 | </el-form-item> | 79 | </el-form-item> |
80 | </el-col> | 80 | </el-col> |
81 | <el-col :span="8"> | 81 | <el-col :span="8"> |
... | @@ -85,7 +85,7 @@ | ... | @@ -85,7 +85,7 @@ |
85 | <p class="label-detail">(CFQSSJ)</p> | 85 | <p class="label-detail">(CFQSSJ)</p> |
86 | </span> | 86 | </span> |
87 | <el-date-picker :disabled="$store.state.business.Edit" type="date" placeholder="选择开始日期" | 87 | <el-date-picker :disabled="$store.state.business.Edit" type="date" placeholder="选择开始日期" |
88 | :picker-options="pickerOptionsStart" clearable v-model="ruleForm.CFQSSJ" | 88 | :picker-options="pickerOptionsStart" clearable v-model="ruleForm.cfqssj" |
89 | value-format="yyyy-MM-dd"></el-date-picker> | 89 | value-format="yyyy-MM-dd"></el-date-picker> |
90 | </el-form-item> | 90 | </el-form-item> |
91 | </el-col> | 91 | </el-col> |
... | @@ -97,7 +97,7 @@ | ... | @@ -97,7 +97,7 @@ |
97 | <p class="label-detail">(CFJSSJ)</p> | 97 | <p class="label-detail">(CFJSSJ)</p> |
98 | </span> | 98 | </span> |
99 | <el-date-picker :disabled="$store.state.business.Edit" placeholder="选择结束日期" clearable | 99 | <el-date-picker :disabled="$store.state.business.Edit" placeholder="选择结束日期" clearable |
100 | :picker-options="pickerOptionsEnd" v-model="ruleForm.CFJSSJ" value-format="yyyy-MM-dd"> | 100 | :picker-options="pickerOptionsEnd" v-model="ruleForm.cfjssj" value-format="yyyy-MM-dd"> |
101 | </el-date-picker> | 101 | </el-date-picker> |
102 | </el-form-item> | 102 | </el-form-item> |
103 | </el-col> | 103 | </el-col> |
... | @@ -110,7 +110,7 @@ | ... | @@ -110,7 +110,7 @@ |
110 | 查封范围: <br /> | 110 | 查封范围: <br /> |
111 | <p class="label-detail">(CFFW)</p> | 111 | <p class="label-detail">(CFFW)</p> |
112 | </span> | 112 | </span> |
113 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.CFFW" placeholder="查封范围"></el-input> | 113 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.cffw" placeholder="查封范围"></el-input> |
114 | </el-form-item> | 114 | </el-form-item> |
115 | </el-col> | 115 | </el-col> |
116 | <el-col :span="8"> | 116 | <el-col :span="8"> |
... | @@ -119,7 +119,7 @@ | ... | @@ -119,7 +119,7 @@ |
119 | 区县代码: <br /> | 119 | 区县代码: <br /> |
120 | <p class="label-detail">(QXDM)</p> | 120 | <p class="label-detail">(QXDM)</p> |
121 | </span> | 121 | </span> |
122 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.QXDM" placeholder="区县代码"></el-input> | 122 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.qxdm" placeholder="区县代码"></el-input> |
123 | </el-form-item> | 123 | </el-form-item> |
124 | </el-col> | 124 | </el-col> |
125 | 125 | ||
... | @@ -129,7 +129,7 @@ | ... | @@ -129,7 +129,7 @@ |
129 | 登记机构: <br /> | 129 | 登记机构: <br /> |
130 | <p class="label-detail">(DJJG)</p> | 130 | <p class="label-detail">(DJJG)</p> |
131 | </span> | 131 | </span> |
132 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.DJJG" placeholder="登记机构"></el-input> | 132 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.djjg" placeholder="登记机构"></el-input> |
133 | </el-form-item> | 133 | </el-form-item> |
134 | </el-col> | 134 | </el-col> |
135 | </el-row> | 135 | </el-row> |
... | @@ -141,7 +141,7 @@ | ... | @@ -141,7 +141,7 @@ |
141 | 登簿人: <br /> | 141 | 登簿人: <br /> |
142 | <p class="label-detail">(DBR)</p> | 142 | <p class="label-detail">(DBR)</p> |
143 | </span> | 143 | </span> |
144 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.DBR" placeholder="登簿人"></el-input> | 144 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.dbr" placeholder="登簿人"></el-input> |
145 | </el-form-item> | 145 | </el-form-item> |
146 | </el-col> | 146 | </el-col> |
147 | <el-col :span="8"> | 147 | <el-col :span="8"> |
... | @@ -151,7 +151,7 @@ | ... | @@ -151,7 +151,7 @@ |
151 | <p class="label-detail">(DJSJ)</p> | 151 | <p class="label-detail">(DJSJ)</p> |
152 | </span> | 152 | </span> |
153 | <el-date-picker :disabled="$store.state.business.Edit" type="date" placeholder="选择日期" clearable | 153 | <el-date-picker :disabled="$store.state.business.Edit" type="date" placeholder="选择日期" clearable |
154 | v-model="ruleForm.DJSJ" value-format="yyyy-MM-dd"></el-date-picker> | 154 | v-model="ruleForm.djsj" value-format="yyyy-MM-dd"></el-date-picker> |
155 | </el-form-item> | 155 | </el-form-item> |
156 | </el-col> | 156 | </el-col> |
157 | <el-col :span="8"> | 157 | <el-col :span="8"> |
... | @@ -160,7 +160,7 @@ | ... | @@ -160,7 +160,7 @@ |
160 | 解封业务号: <br /> | 160 | 解封业务号: <br /> |
161 | <p class="label-detail">(JFYWH)</p> | 161 | <p class="label-detail">(JFYWH)</p> |
162 | </span> | 162 | </span> |
163 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.JFYWH" placeholder="解封业务号"></el-input> | 163 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.jfywh" placeholder="解封业务号"></el-input> |
164 | </el-form-item> | 164 | </el-form-item> |
165 | </el-col> | 165 | </el-col> |
166 | </el-row> | 166 | </el-row> |
... | @@ -172,7 +172,7 @@ | ... | @@ -172,7 +172,7 @@ |
172 | 解封机关: <br /> | 172 | 解封机关: <br /> |
173 | <p class="label-detail">(JFJG)</p> | 173 | <p class="label-detail">(JFJG)</p> |
174 | </span> | 174 | </span> |
175 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.JFJG" placeholder="解封机关"></el-input> | 175 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.jfjg" placeholder="解封机关"></el-input> |
176 | </el-form-item> | 176 | </el-form-item> |
177 | </el-col> | 177 | </el-col> |
178 | <el-col :span="8"> | 178 | <el-col :span="8"> |
... | @@ -181,7 +181,7 @@ | ... | @@ -181,7 +181,7 @@ |
181 | 解封文件: <br /> | 181 | 解封文件: <br /> |
182 | <p class="label-detail">(JFWJ)</p> | 182 | <p class="label-detail">(JFWJ)</p> |
183 | </span> | 183 | </span> |
184 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.JFWJ" placeholder="解封文件"></el-input> | 184 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.jfwj" placeholder="解封文件"></el-input> |
185 | </el-form-item> | 185 | </el-form-item> |
186 | </el-col> | 186 | </el-col> |
187 | 187 | ||
... | @@ -191,7 +191,7 @@ | ... | @@ -191,7 +191,7 @@ |
191 | 解封文号: <br /> | 191 | 解封文号: <br /> |
192 | <p class="label-detail">(JFWH)</p> | 192 | <p class="label-detail">(JFWH)</p> |
193 | </span> | 193 | </span> |
194 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.JFWH" placeholder="解封文号"></el-input> | 194 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.jfwh" placeholder="解封文号"></el-input> |
195 | </el-form-item> | 195 | </el-form-item> |
196 | </el-col> | 196 | </el-col> |
197 | </el-row> | 197 | </el-row> |
... | @@ -203,7 +203,7 @@ | ... | @@ -203,7 +203,7 @@ |
203 | 解封登簿人: <br /> | 203 | 解封登簿人: <br /> |
204 | <p class="label-detail">(JFDBR)</p> | 204 | <p class="label-detail">(JFDBR)</p> |
205 | </span> | 205 | </span> |
206 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.JFDBR" placeholder="解封登簿人"></el-input> | 206 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.jfdbr" placeholder="解封登簿人"></el-input> |
207 | </el-form-item> | 207 | </el-form-item> |
208 | </el-col> | 208 | </el-col> |
209 | <el-col :span="8"> | 209 | <el-col :span="8"> |
... | @@ -213,7 +213,7 @@ | ... | @@ -213,7 +213,7 @@ |
213 | <p class="label-detail">(JFDJSJ)</p> | 213 | <p class="label-detail">(JFDJSJ)</p> |
214 | </span> | 214 | </span> |
215 | <el-date-picker :disabled="$store.state.business.Edit" type="date" placeholder="选择日期" clearable | 215 | <el-date-picker :disabled="$store.state.business.Edit" type="date" placeholder="选择日期" clearable |
216 | v-model="ruleForm.JFDJSJ" value-format="yyyy-MM-dd"></el-date-picker> | 216 | v-model="ruleForm.jfdjsj" value-format="yyyy-MM-dd"></el-date-picker> |
217 | </el-form-item> | 217 | </el-form-item> |
218 | </el-col> | 218 | </el-col> |
219 | 219 | ||
... | @@ -223,7 +223,7 @@ | ... | @@ -223,7 +223,7 @@ |
223 | 附记: <br /> | 223 | 附记: <br /> |
224 | <p class="label-detail">(FJ)</p> | 224 | <p class="label-detail">(FJ)</p> |
225 | </span> | 225 | </span> |
226 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.FJ" placeholder="附记"></el-input> | 226 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.fj" placeholder="附记"></el-input> |
227 | </el-form-item> | 227 | </el-form-item> |
228 | </el-col> | 228 | </el-col> |
229 | </el-row> | 229 | </el-row> |
... | @@ -235,7 +235,7 @@ | ... | @@ -235,7 +235,7 @@ |
235 | 权属状态: <br /> | 235 | 权属状态: <br /> |
236 | <p class="label-detail">(QSZT)</p> | 236 | <p class="label-detail">(QSZT)</p> |
237 | </span> | 237 | </span> |
238 | <el-select :disabled="$store.state.business.Edit" v-model="ruleForm.QSZT" placeholder="查封类型"> | 238 | <el-select :disabled="$store.state.business.Edit" v-model="ruleForm.qszt" placeholder="权属状态"> |
239 | <el-option v-for="item in dicData['A22']" :key="item.DCODE" :label="item.DNAME" :value="item.DCODE"> | 239 | <el-option v-for="item in dicData['A22']" :key="item.DCODE" :label="item.DNAME" :value="item.DCODE"> |
240 | </el-option> | 240 | </el-option> |
241 | </el-select> | 241 | </el-select> | ... | ... |
... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
8 | 要素代码: <br /> | 8 | 要素代码: <br /> |
9 | <p class="label-detail">(YSDM)</p> | 9 | <p class="label-detail">(YSDM)</p> |
10 | </span> | 10 | </span> |
11 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.YSDM" placeholder="要素代码"></el-input> | 11 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.ysdm" placeholder="要素代码"></el-input> |
12 | </el-form-item> | 12 | </el-form-item> |
13 | </el-col> | 13 | </el-col> |
14 | 14 | ||
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
18 | 业务号: <br /> | 18 | 业务号: <br /> |
19 | <p class="label-detail">(YWH)</p> | 19 | <p class="label-detail">(YWH)</p> |
20 | </span> | 20 | </span> |
21 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.YWH" placeholder="业务号"></el-input> | 21 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.ywh" placeholder="业务号"></el-input> |
22 | </el-form-item> | 22 | </el-form-item> |
23 | </el-col> | 23 | </el-col> |
24 | 24 | ... | ... |
1 | <template> | 1 | <template> |
2 | <!-- 编辑 --> | 2 | <!-- 编辑 --> |
3 | <dialogBox submitForm="submitForm" @closeDialog="closeDialog" @submitForm="handleSubmit" width="80%" v-model="myValue" | 3 | <dialogBox submitForm="submitForm" class="tableClass" @closeDialog="closeDialog" @submitForm="handleSubmit" width="80%" v-model="myValue" |
4 | :isSave="details.ISENABLE == 1" title="字典信息"> | 4 | :isSave="details.ISENABLE == 1" title="字典信息"> |
5 | <el-form :model="ruleForm" ref="ruleForm" label-width="100px"> | 5 | <el-form :model="ruleForm" ref="ruleForm" label-width="100px"> |
6 | <el-row :gutter="20"> | 6 | <el-row :gutter="20"> |
... | @@ -97,41 +97,41 @@ export default { | ... | @@ -97,41 +97,41 @@ export default { |
97 | ) | 97 | ) |
98 | } | 98 | } |
99 | }, | 99 | }, |
100 | { | 100 | // { |
101 | prop: 'normcode', | 101 | // prop: 'normcode', |
102 | label: '部标编码', | 102 | // label: '部标编码', |
103 | width: '100', | 103 | // width: '100', |
104 | render: (h, scope) => { | 104 | // render: (h, scope) => { |
105 | return ( | 105 | // return ( |
106 | <div> | 106 | // <div> |
107 | <el-input placeholder="部标编码" disabled={this.details.isenable == 2} v-show={scope.row.normcodeShow} v-fo value={scope.row[scope.column.property]} | 107 | // <el-input placeholder="部标编码" disabled={this.details.isenable == 2} v-show={scope.row.normcodeShow} v-fo value={scope.row[scope.column.property]} |
108 | onFocus={() => { this.itemShowFalse(); scope.row.normcodeShow = true; }} | 108 | // onFocus={() => { this.itemShowFalse(); scope.row.normcodeShow = true; }} |
109 | onInput={(val) => { scope.row[scope.column.property] = val; this.itemShowFalse(); scope.row.codeShow = true; }} maxlength='8'></el-input> | 109 | // onInput={(val) => { scope.row[scope.column.property] = val; this.itemShowFalse(); scope.row.codeShow = true; }} maxlength='8'></el-input> |
110 | 110 | ||
111 | <el-input placeholder="部标编码" disabled={this.details.isenable == 2} v-show={!scope.row.normcodeShow} value={scope.row[scope.column.property]} | 111 | // <el-input placeholder="部标编码" disabled={this.details.isenable == 2} v-show={!scope.row.normcodeShow} value={scope.row[scope.column.property]} |
112 | onFocus={() => { this.itemShowFalse(); scope.row.normcodeShow = true; }} | 112 | // onFocus={() => { this.itemShowFalse(); scope.row.normcodeShow = true; }} |
113 | onInput={(val) => { scope.row[scope.column.property] = val; this.itemShowFalse(); scope.row.codeShow = true; }} maxlength='8'></el-input> | 113 | // onInput={(val) => { scope.row[scope.column.property] = val; this.itemShowFalse(); scope.row.codeShow = true; }} maxlength='8'></el-input> |
114 | </div> | 114 | // </div> |
115 | ) | 115 | // ) |
116 | } | 116 | // } |
117 | }, | 117 | // }, |
118 | { | 118 | // { |
119 | prop: 'normname', | 119 | // prop: 'normname', |
120 | label: '部标名称', | 120 | // label: '部标名称', |
121 | render: (h, scope) => { | 121 | // render: (h, scope) => { |
122 | return ( | 122 | // return ( |
123 | <div> | 123 | // <div> |
124 | <el-input placeholder="部标名称" disabled={this.details.isenable == 2} v-show={scope.row.normnameShow} v-fo value={scope.row[scope.column.property]} | 124 | // <el-input placeholder="部标名称" disabled={this.details.isenable == 2} v-show={scope.row.normnameShow} v-fo value={scope.row[scope.column.property]} |
125 | onFocus={() => { this.itemShowFalse(); scope.row.normnameShow = true; }} | 125 | // onFocus={() => { this.itemShowFalse(); scope.row.normnameShow = true; }} |
126 | onInput={(val) => { scope.row[scope.column.property] = val; this.itemShowFalse(); scope.row.codeShow = true; }}></el-input> | 126 | // onInput={(val) => { scope.row[scope.column.property] = val; this.itemShowFalse(); scope.row.codeShow = true; }}></el-input> |
127 | 127 | ||
128 | <el-input placeholder="部标名称" disabled={this.details.isenable == 2} v-show={!scope.row.normnameShow} value={scope.row[scope.column.property]} | 128 | // <el-input placeholder="部标名称" disabled={this.details.isenable == 2} v-show={!scope.row.normnameShow} value={scope.row[scope.column.property]} |
129 | onFocus={() => { this.itemShowFalse(); scope.row.normnameShow = true; }} | 129 | // onFocus={() => { this.itemShowFalse(); scope.row.normnameShow = true; }} |
130 | onInput={(val) => { scope.row[scope.column.property] = val; this.itemShowFalse(); scope.row.codeShow = true; }}></el-input> | 130 | // onInput={(val) => { scope.row[scope.column.property] = val; this.itemShowFalse(); scope.row.codeShow = true; }}></el-input> |
131 | </div> | 131 | // </div> |
132 | ) | 132 | // ) |
133 | } | 133 | // } |
134 | }, | 134 | // }, |
135 | { | 135 | { |
136 | prop: 'isenable', | 136 | prop: 'isenable', |
137 | width: '160', | 137 | width: '160', |
... | @@ -329,6 +329,8 @@ export default { | ... | @@ -329,6 +329,8 @@ export default { |
329 | } | 329 | } |
330 | </script> | 330 | </script> |
331 | <style rel="stylesheet/scss" lang="scss" scoped> | 331 | <style rel="stylesheet/scss" lang="scss" scoped> |
332 | @import "~@/styles/public.scss"; | ||
333 | |||
332 | /deep/.el-radio { | 334 | /deep/.el-radio { |
333 | margin-right: 5px !important; | 335 | margin-right: 5px !important; |
334 | display: flex; | 336 | display: flex; | ... | ... |
-
Please register or sign in to post a comment