質問編集履歴
3
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -44,6 +44,92 @@
|
|
44
44
|
|
45
45
|
</head>
|
46
46
|
|
47
|
+
|
48
|
+
|
49
|
+
<div class="visual_ forcms_block">
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
<h4 class="event_title_"><span>廃棄袋・廃棄ボックス</span></h4>
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
<div class="list">
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
<div class="data formdetail2_">
|
62
|
+
|
63
|
+
<h5>テスト資材03</h5>
|
64
|
+
|
65
|
+
<div class="formdetail2_--img">
|
66
|
+
|
67
|
+
<img src="http://stg2.e-humira.jp/cms/e-humira/medical/images/product/s/img_003.jpg" />
|
68
|
+
|
69
|
+
</div>
|
70
|
+
|
71
|
+
<p class="formdetail2_--text">テスト資材03です。テスト資材03です。テスト資材03です。テスト資材03です。テスト資材03です。テスト資材03です。</p>
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
<div class="formdetail2_--wrapper">
|
76
|
+
|
77
|
+
<p>※最大注文数:2020</p>
|
78
|
+
|
79
|
+
<div class="formdetail2_--wrapper__box">
|
80
|
+
|
81
|
+
<p>注文点数</p>
|
82
|
+
|
83
|
+
<input type="number" max="20" min="0">
|
84
|
+
|
85
|
+
<button>決定</button>
|
86
|
+
|
87
|
+
</div>
|
88
|
+
|
89
|
+
</div>
|
90
|
+
|
91
|
+
</div>
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
</div>
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
</div>
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
<div class="forcms_block order_next">
|
110
|
+
|
111
|
+
<div class="order_next__wrapper">
|
112
|
+
|
113
|
+
<div class="order_next__box">
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
</div>
|
118
|
+
|
119
|
+
<div class="order_next__box">
|
120
|
+
|
121
|
+
<p class="order_next__btn">注文手続きに進む</p>
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
</div>
|
126
|
+
|
127
|
+
</div>
|
128
|
+
|
129
|
+
</div>
|
130
|
+
|
131
|
+
|
132
|
+
|
47
133
|
```
|
48
134
|
|
49
135
|
|
2
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,6 +4,16 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
+
###ブラウザ
|
8
|
+
|
9
|
+
Crome
|
10
|
+
|
11
|
+
バージョン: 89.0.4389.114(Official Build) (arm64)
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
7
17
|
### 発生している問題・エラーメッセージ
|
8
18
|
|
9
19
|
|
@@ -26,6 +36,16 @@
|
|
26
36
|
|
27
37
|
### 該当のソースコード
|
28
38
|
|
39
|
+
```html
|
40
|
+
|
41
|
+
<head>
|
42
|
+
|
43
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
44
|
+
|
45
|
+
</head>
|
46
|
+
|
47
|
+
```
|
48
|
+
|
29
49
|
|
30
50
|
|
31
51
|
```js
|
@@ -190,4 +210,6 @@
|
|
190
210
|
|
191
211
|
|
192
212
|
|
213
|
+
|
214
|
+
|
193
215
|
ご解答よろしくお願いいたします。
|
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -150,7 +150,7 @@
|
|
150
150
|
|
151
151
|
// パラメータを末尾につける
|
152
152
|
|
153
|
-
location.href = `http://
|
153
|
+
location.href = `http://hogehoge/patient/order/user_form${paramerterTemplate}`;
|
154
154
|
|
155
155
|
|
156
156
|
|