|
|
@@ -177,42 +177,7 @@
|
|
|
<td class="text-center text-num br-l" ng-bind="item.delivery"></td>
|
|
|
<td class="text-center br-l"><div>数量完成48%</div>
|
|
|
<div>交期未达标</div></td>
|
|
|
- <td class="text-center br-l dropdown item-reply"><a href="#"
|
|
|
- class="dropdown-toggle">回复</a>
|
|
|
- <div class="dropdown-menu dropdown-menu-right"
|
|
|
- style="padding: 15px 15px 5px 15px; width: 250px;">
|
|
|
- <form class="form-horizontal" ng-submit="reply(item)"
|
|
|
- name="myform" novalidate>
|
|
|
- <div class="form-group">
|
|
|
- <label class="col-sm-3 control-label">数量</label>
|
|
|
- <div class="col-sm-9">
|
|
|
- <input type="text" class="form-control input-sm"
|
|
|
- ng-model="item.reply.qty" name="qty"
|
|
|
- placeholder="{{item.qty-item.replyQty}}" required>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
- <label class="col-sm-3 control-label">交期</label>
|
|
|
- <div class="col-sm-9">
|
|
|
- <input type="date" class="form-control input-sm"
|
|
|
- ng-model="item.reply.delivery" name="delivery"
|
|
|
- placeholder="item.delivery" required>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
- <label class="col-sm-3 control-label">回复备注</label>
|
|
|
- <div class="col-sm-9">
|
|
|
- <textarea type="date" class="form-control input-sm"
|
|
|
- ng-model="item.reply.remark" name="remark" required></textarea>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
- <div class="col-sm-offset-3 col-sm-9">
|
|
|
- <button class="btn btn-info btn-sm btn-block" type="submit">确认</button>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </form>
|
|
|
- </div></td>
|
|
|
+ <td class="text-center br-l"><a href="#">回复</a></td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|