質問編集履歴

1

ソースの追加

2018/11/29 08:36

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -13,3 +13,413 @@
13
13
  変更したいのです。
14
14
 
15
15
  詳しい方おられましたらご教示のほどよろしくお願いします。
16
+
17
+
18
+
19
+ .wideなしにしました。
20
+
21
+
22
+
23
+ @model kyoucyou_001.Models.P_N_T_N_A_Pull_20150801
24
+
25
+
26
+
27
+ @{
28
+
29
+ ViewData["Title"] = "Details";
30
+
31
+ }
32
+
33
+
34
+
35
+ <h2>詳細</h2>
36
+
37
+
38
+
39
+ <div>
40
+
41
+ <h4>引込工事 20150801</h4>
42
+
43
+ <hr />
44
+
45
+ <!--マンションの情報-->
46
+
47
+ <div id="result_0"></div>
48
+
49
+ <dl class="dl-horizontal">
50
+
51
+ <!--引込工事№-->
52
+
53
+ <dt>
54
+
55
+ @Html.DisplayNameFor(model => model.Id)
56
+
57
+ </dt>
58
+
59
+ <dd>
60
+
61
+ @Html.DisplayFor(model => model.Id)
62
+
63
+ </dd>
64
+
65
+
66
+
67
+ <!--ID-->
68
+
69
+ <dt>
70
+
71
+ @Html.DisplayNameFor(model => model.P_N_Apartment_List_Id)
72
+
73
+ </dt>
74
+
75
+ <dd>
76
+
77
+ @Html.DisplayFor(model => model.P_N_Apartment_List_Id)
78
+
79
+ </dd>
80
+
81
+
82
+
83
+ <!--完了日-->
84
+
85
+ <dt>
86
+
87
+ @Html.DisplayNameFor(model => model.kanryou_bi)
88
+
89
+ </dt>
90
+
91
+ <dd>
92
+
93
+ @Html.DisplayFor(model => model.kanryou_bi)
94
+
95
+ </dd>
96
+
97
+
98
+
99
+ <!--請求日-->
100
+
101
+ <dt>
102
+
103
+ @Html.DisplayNameFor(model => model.seikyu_bi)
104
+
105
+ </dt>
106
+
107
+ <dd>
108
+
109
+ @Html.DisplayFor(model => model.seikyu_bi)
110
+
111
+ </dd>
112
+
113
+
114
+
115
+ <!--支払日-->
116
+
117
+ <dt>
118
+
119
+ @Html.DisplayNameFor(model => model.shiharai_bi)
120
+
121
+ </dt>
122
+
123
+ <dd>
124
+
125
+ @Html.DisplayFor(model => model.shiharai_bi)
126
+
127
+ </dd>
128
+
129
+
130
+
131
+ <!--施工業者-->
132
+
133
+ <dt>
134
+
135
+ @Html.DisplayNameFor(model => model.P_N_T_N_A_Pull_20150801_Builder.builder_name)
136
+
137
+ </dt>
138
+
139
+ <dd>
140
+
141
+ @Html.DisplayFor(model => model.P_N_T_N_A_Pull_20150801_Builder.builder_name)
142
+
143
+ </dd>
144
+
145
+
146
+
147
+ <!--引・集合引込4芯融着1-->
148
+
149
+ <dt>
150
+
151
+ @Html.DisplayNameFor(model => model.s_4_yucyaku_1)
152
+
153
+ </dt>
154
+
155
+ <dd>
156
+
157
+ @Html.DisplayFor(model => model.s_4_yucyaku_1)
158
+
159
+ </dd>
160
+
161
+
162
+
163
+ <!--引・集合引込4芯融着2-->
164
+
165
+ <dt>
166
+
167
+ @Html.DisplayNameFor(model => model.s_4_yucyaku_2)
168
+
169
+ </dt>
170
+
171
+ <dd>
172
+
173
+ @Html.DisplayFor(model => model.s_4_yucyaku_2)
174
+
175
+ </dd>
176
+
177
+
178
+
179
+ <!--引・集合引込8芯融着1-->
180
+
181
+ <dt>
182
+
183
+ @Html.DisplayNameFor(model => model.s_8_yucyaku_1)
184
+
185
+ </dt>
186
+
187
+ <dd>
188
+
189
+ @Html.DisplayFor(model => model.s_8_yucyaku_1)
190
+
191
+ </dd>
192
+
193
+
194
+
195
+ <!--引・集合引込8芯融着2-->
196
+
197
+ <dt>
198
+
199
+ @Html.DisplayNameFor(model => model.s_8_yucyaku_2)
200
+
201
+ </dt>
202
+
203
+ <dd>
204
+
205
+ @Html.DisplayFor(model => model.s_8_yucyaku_2)
206
+
207
+ </dd>
208
+
209
+
210
+
211
+
212
+
213
+ <!--引・カプラー取付(引込クロージャー内)-->
214
+
215
+ <dt>
216
+
217
+ @Html.DisplayNameFor(model => model.kapura_toritsukke)
218
+
219
+ </dt>
220
+
221
+ <dd>
222
+
223
+ @Html.DisplayFor(model => model.kapura_toritsukke)
224
+
225
+ </dd>
226
+
227
+
228
+
229
+ <!--引・延線4芯-->
230
+
231
+ <dt>
232
+
233
+ @Html.DisplayNameFor(model => model.e_4)
234
+
235
+ </dt>
236
+
237
+ <dd>
238
+
239
+ @Html.DisplayFor(model => model.e_4)
240
+
241
+ </dd>
242
+
243
+
244
+
245
+ <!--引・延線8芯-->
246
+
247
+ <dt>
248
+
249
+ @Html.DisplayNameFor(model => model.e_8)
250
+
251
+ </dt>
252
+
253
+ <dd>
254
+
255
+ @Html.DisplayFor(model => model.e_8)
256
+
257
+ </dd>
258
+
259
+
260
+
261
+ <!--引・スパイラル新設-->
262
+
263
+ <dt>
264
+
265
+ @Html.DisplayNameFor(model => model.sp_shinsetsu)
266
+
267
+ </dt>
268
+
269
+ <dd>
270
+
271
+ @Html.DisplayFor(model => model.sp_shinsetsu)
272
+
273
+ </dd>
274
+
275
+
276
+
277
+ <!--引・スパイラル交換-->
278
+
279
+ <dt>
280
+
281
+ @Html.DisplayNameFor(model => model.sp_koukan)
282
+
283
+ </dt>
284
+
285
+ <dd>
286
+
287
+ @Html.DisplayFor(model => model.sp_koukan)
288
+
289
+ </dd>
290
+
291
+
292
+
293
+ <!--引・メッセン新設-->
294
+
295
+ <dt>
296
+
297
+ @Html.DisplayNameFor(model => model.m_shinsetsu)
298
+
299
+ </dt>
300
+
301
+ <dd>
302
+
303
+ @Html.DisplayFor(model => model.m_shinsetsu)
304
+
305
+ </dd>
306
+
307
+ </dl>
308
+
309
+ </div>
310
+
311
+ <div>
312
+
313
+ <a asp-action="Edit"
314
+
315
+ asp-route-id="@Model.Id"
316
+
317
+ asp-route-page="@ViewBag.Page"
318
+
319
+ asp-route-search_0="@ViewBag.Search_0"
320
+
321
+ asp-route-search_item_0="@ViewBag.Search_Item_0"
322
+
323
+ asp-route-search_1="@ViewBag.Search_1"
324
+
325
+ asp-route-search_item_1="@ViewBag.Search_Item_1"
326
+
327
+ asp-route-oya_id="@ViewBag.Oya_id" class="btn btn-default" role="button">編集</a> |
328
+
329
+
330
+
331
+ <a asp-action="Delete"
332
+
333
+ asp-route-id="@Model.Id"
334
+
335
+ asp-route-page="@ViewBag.Page"
336
+
337
+ asp-route-search_0="@ViewBag.Search_0"
338
+
339
+ asp-route-search_item_0="@ViewBag.Search_Item_0"
340
+
341
+ asp-route-search_1="@ViewBag.Search_1"
342
+
343
+ asp-route-search_item_1="@ViewBag.Search_Item_1"
344
+
345
+ asp-route-oya_id="@ViewBag.Oya_id" class="btn btn-default" role="button">削除</a> |
346
+
347
+
348
+
349
+ <a asp-action="Details"
350
+
351
+ asp-controller="P_N_Apartment_Lists"
352
+
353
+ asp-route-id="@ViewBag.Oya_id"
354
+
355
+ asp-route-page="@ViewBag.Page"
356
+
357
+ asp-route-search_0="@ViewBag.Search_0"
358
+
359
+ asp-route-search_item_0="@ViewBag.Search_Item_0"
360
+
361
+ asp-route-search_1="@ViewBag.Search_1"
362
+
363
+ asp-route-search_item_1="@ViewBag.Search_Item_1" class="btn btn-default" role="button">Back to List</a>
364
+
365
+ </div>
366
+
367
+ @section Scripts {
368
+
369
+ @{await Html.RenderPartialAsync("_ValidationScriptsPartial");}
370
+
371
+
372
+
373
+ <script>
374
+
375
+
376
+
377
+ $(document).ready(function () {
378
+
379
+ //読み込み時
380
+
381
+ $('#result_0').load('/Ajax/P_N_Apartment_List_Search_00/?id=' + @ViewBag.Oya_Id );
382
+
383
+ });
384
+
385
+
386
+
387
+
388
+
389
+ </script>
390
+
391
+ }
392
+
393
+
394
+
395
+ これはsite.cssに明記しました
396
+
397
+
398
+
399
+ @media (min-width: 768px) {
400
+
401
+ .dl-horizontal dt {
402
+
403
+ float: left;
404
+
405
+ width: 280px;
406
+
407
+ overflow: hidden;
408
+
409
+ clear: left;
410
+
411
+ text-align: right;
412
+
413
+ text-overflow: ellipsis;
414
+
415
+ white-space: nowrap;
416
+
417
+ }
418
+
419
+ .dl-horizontal dd {
420
+
421
+ margin-left: 300px;
422
+
423
+ }
424
+
425
+ }