|
@@ -51,14 +51,14 @@
|
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
|
<table class="table table-striped table-bordered table-hover table-nowrap" id="gy">
|
|
<table class="table table-striped table-bordered table-hover table-nowrap" id="gy">
|
|
|
<tr>
|
|
<tr>
|
|
|
- <th class="col-xs-12 col-sm-1">原材料</th>
|
|
|
|
|
- <th class="col-xs-12 col-sm-1">百分比(%)</th>
|
|
|
|
|
- <th class="col-xs-12 col-sm-8">操作工艺说明</th>
|
|
|
|
|
- <th class="col-xs-12 col-sm-1">工序号(必填)</th>
|
|
|
|
|
|
|
+ <th class="col-sm-2">原材料</th>
|
|
|
|
|
+ <th class="col-sm-1">百分比(%)</th>
|
|
|
|
|
+ <th class="col-sm-8">操作工艺说明</th>
|
|
|
|
|
+ <th class="col-sm-1">工序号(必填)</th>
|
|
|
</tr>
|
|
</tr>
|
|
|
{foreach name='row["gyinfo"]' id='vo'}
|
|
{foreach name='row["gyinfo"]' id='vo'}
|
|
|
<tr>
|
|
<tr>
|
|
|
- <td><input class="form-control material" type="text" value="{$vo.material}"></td>
|
|
|
|
|
|
|
+ <td><input class="form-control material" type="text" value="{$vo.material}" ></td>
|
|
|
<td><input class="form-control percentage" type="text" value="{$vo.percentage}"></td>
|
|
<td><input class="form-control percentage" type="text" value="{$vo.percentage}"></td>
|
|
|
<td><input class="form-control gy_name" type="text" value="{$vo.gy_name}"></td>
|
|
<td><input class="form-control gy_name" type="text" value="{$vo.gy_name}"></td>
|
|
|
<td><input class="form-control gy_num" type="text" value="{$vo.gy_num}"></td>
|
|
<td><input class="form-control gy_num" type="text" value="{$vo.gy_num}"></td>
|