|
@@ -46,7 +46,7 @@
|
|
|
<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-1">原材料</th>
|
|
<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-1">百分比</th>
|
|
|
<th class="col-xs-12 col-sm-5">操作工艺说明</th>
|
|
<th class="col-xs-12 col-sm-5">操作工艺说明</th>
|
|
|
<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-1">版本号</th>
|
|
<th class="col-xs-12 col-sm-1">版本号</th>
|
|
@@ -55,7 +55,7 @@
|
|
|
</tr>
|
|
</tr>
|
|
|
{foreach name='formula_detail.detail' item='vo'}
|
|
{foreach name='formula_detail.detail' item='vo'}
|
|
|
<tr>
|
|
<tr>
|
|
|
- <td><input class='form-control' style="text-align: center" type="text" readonly value="{$vo.pid}"></td>
|
|
|
|
|
|
|
+ <td><input class='form-control' style="text-align: center" type="text" readonly value="{$formula_detail['data']['bach']}"></td>
|
|
|
<td><input class='form-control' style="text-align: center" type="text" readonly value="{$vo.material}"></td>
|
|
<td><input class='form-control' style="text-align: center" type="text" readonly value="{$vo.material}"></td>
|
|
|
<td><input class='form-control' style="text-align: center" type="text" readonly value="{$vo.percentage}"></td>
|
|
<td><input class='form-control' style="text-align: center" type="text" readonly value="{$vo.percentage}"></td>
|
|
|
<td><input class='form-control' type="text" readonly value="{$vo.gy_name}"></td>
|
|
<td><input class='form-control' type="text" readonly value="{$vo.gy_name}"></td>
|