|
|
@@ -199,30 +199,60 @@
|
|
199
|
199
|
<label class="radio-inline">
|
|
200
|
200
|
<input type="radio" name="type" value="4" > 抽检
|
|
201
|
201
|
</label>
|
|
|
202
|
+ <!--<label class="radio-inline">
|
|
|
203
|
+ <input type="radio" name="type" value="5" > 生鲜品
|
|
|
204
|
+ </label>
|
|
|
205
|
+ <label class="radio-inline">
|
|
|
206
|
+ <input type="radio" name="type" value="6" > 禽产品
|
|
|
207
|
+ </label>
|
|
|
208
|
+ <label class="radio-inline">
|
|
|
209
|
+ <input type="radio" name="type" value="7" > 综合事业部
|
|
|
210
|
+ </label>
|
|
|
211
|
+ <label class="radio-inline">
|
|
|
212
|
+ <input type="radio" name="type" value="8" > 餐饮事业部
|
|
|
213
|
+ </label>
|
|
|
214
|
+ <label class="radio-inline">
|
|
|
215
|
+ <input type="radio" name="type" value="9" > 400热线接听
|
|
|
216
|
+ </label>
|
|
|
217
|
+ <label class="radio-inline">
|
|
|
218
|
+ <input type="radio" name="type" value="10" > 线上投诉
|
|
|
219
|
+ </label>
|
|
|
220
|
+ <label class="radio-inline">
|
|
|
221
|
+ <input type="radio" name="type" value="11" > 市场监管局投诉
|
|
|
222
|
+ </label>
|
|
|
223
|
+ <label class="radio-inline">
|
|
|
224
|
+ <input type="radio" name="type" value="12" > 电商投诉
|
|
|
225
|
+ </label>-->
|
|
|
226
|
+ </td>
|
|
|
227
|
+ </tr>
|
|
|
228
|
+ <tr class="complaintWorkOrderRequired" style="display: none;">
|
|
|
229
|
+ <th>工单类型:</th>
|
|
|
230
|
+ <td id="complainType" colspan="7" class="col-md-6 r_order_type">
|
|
202
|
231
|
<label class="radio-inline">
|
|
203
|
|
- <input type="radio" name="type" value="5" > 生鲜品
|
|
204
|
|
- </label>
|
|
205
|
|
- <label class="radio-inline">
|
|
206
|
|
- <input type="radio" name="type" value="6" > 禽产品
|
|
207
|
|
- </label>
|
|
208
|
|
- <label class="radio-inline">
|
|
209
|
|
- <input type="radio" name="type" value="7" > 综合事业部
|
|
210
|
|
- </label>
|
|
211
|
|
- <label class="radio-inline">
|
|
212
|
|
- <input type="radio" name="type" value="8" > 餐饮事业部
|
|
213
|
|
- </label>
|
|
214
|
|
- <label class="radio-inline">
|
|
215
|
|
- <input type="radio" name="type" value="9" > 400热线接听
|
|
216
|
|
- </label>
|
|
217
|
|
- <label class="radio-inline">
|
|
218
|
|
- <input type="radio" name="type" value="10" > 线上投诉
|
|
219
|
|
- </label>
|
|
220
|
|
- <label class="radio-inline">
|
|
221
|
|
- <input type="radio" name="type" value="11" > 市场监管局投诉
|
|
222
|
|
- </label>
|
|
223
|
|
- <label class="radio-inline">
|
|
224
|
|
- <input type="radio" name="type" value="12" > 电商投诉
|
|
|
232
|
+ <input type="radio" name="complainType" value="生鲜品" > 生鲜品
|
|
|
233
|
+ </label>
|
|
|
234
|
+ <label class="radio-inline">
|
|
|
235
|
+ <input type="radio" name="complainType" value="禽产品" > 禽产品
|
|
|
236
|
+ </label>
|
|
|
237
|
+ <label class="radio-inline">
|
|
|
238
|
+ <input type="radio" name="complainType" value="综合事业部" > 综合事业部
|
|
|
239
|
+ </label>
|
|
|
240
|
+ <label class="radio-inline">
|
|
|
241
|
+ <input type="radio" name="complainType" value="餐饮事业部" > 餐饮事业部
|
|
|
242
|
+ </label>
|
|
|
243
|
+ <label class="radio-inline">
|
|
|
244
|
+ <input type="radio" name="complainType" value="400热线接听" > 400热线接听
|
|
|
245
|
+ </label>
|
|
|
246
|
+ <label class="radio-inline">
|
|
|
247
|
+ <input type="radio" name="complainType" value="线上投诉" > 线上投诉
|
|
|
248
|
+ </label>
|
|
|
249
|
+ <label class="radio-inline">
|
|
|
250
|
+ <input type="radio" name="complainType" value="市场监管局投诉" > 市场监管局投诉
|
|
|
251
|
+ </label>
|
|
|
252
|
+ <label class="radio-inline">
|
|
|
253
|
+ <input type="radio" name="complainType" value="电商投诉" > 电商投诉
|
|
225
|
254
|
</label>
|
|
|
255
|
+
|
|
226
|
256
|
</td>
|
|
227
|
257
|
</tr>
|
|
228
|
258
|
<tr class="workOrderTypeForm">
|