|
@@ -66,7 +66,7 @@
|
|
|
<td><input class='form-control' type="text" readonly value="{$row.pname}"></td>
|
|
<td><input class='form-control' type="text" readonly value="{$row.pname}"></td>
|
|
|
<td><input class='form-control' type="text" readonly value="{$vo.material}"></td>
|
|
<td><input class='form-control' type="text" readonly value="{$vo.material}"></td>
|
|
|
<td><input class='form-control' type="text" readonly value="{$row.specifications}"></td>
|
|
<td><input class='form-control' type="text" readonly value="{$row.specifications}"></td>
|
|
|
- <td><input class='form-control' type="text" readonly value="{$vo.weight}"></td>
|
|
|
|
|
|
|
+ <td><input class='form-control' type="text" readonly value="{$vo.sum}"></td>
|
|
|
<td><input class='form-control' type="text" readonly value="{$row.unit}"></td>
|
|
<td><input class='form-control' type="text" readonly value="{$row.unit}"></td>
|
|
|
<td><input class='form-control' type="text" readonly value="{$vo.createtime}"></td>
|
|
<td><input class='form-control' type="text" readonly value="{$vo.createtime}"></td>
|
|
|
<!-- <td><button type="submit" class="btn btn-primary btn-embossed disabled">{:__('Del')}</button></td>-->
|
|
<!-- <td><button type="submit" class="btn btn-primary btn-embossed disabled">{:__('Del')}</button></td>-->
|
|
@@ -123,6 +123,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div style="height: 20px;"></div>
|
|
<div style="height: 20px;"></div>
|
|
|
<div id="body">
|
|
<div id="body">
|
|
|
|
|
+ <div style="height: 5px;"></div>
|
|
|
<table class="tg" style="width: 800px;" id="print_gy">
|
|
<table class="tg" style="width: 800px;" id="print_gy">
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>批次号</th>
|
|
<th>批次号</th>
|
|
@@ -137,14 +138,13 @@
|
|
|
<td>{$row.batch}</td>
|
|
<td>{$row.batch}</td>
|
|
|
<td>{$row.pname}</td>
|
|
<td>{$row.pname}</td>
|
|
|
<td>{$vo.material}</td>
|
|
<td>{$vo.material}</td>
|
|
|
- <td>{$vo.weight}</td>
|
|
|
|
|
|
|
+ <td>{$vo.sum}</td>
|
|
|
<td>{$row.specifications}</td>
|
|
<td>{$row.specifications}</td>
|
|
|
<td>{$row.unit}</td>
|
|
<td>{$row.unit}</td>
|
|
|
<!-- <td><button type="submit" class="btn btn-primary btn-embossed disabled">{:__('Del')}</button></td>-->
|
|
<!-- <td><button type="submit" class="btn btn-primary btn-embossed disabled">{:__('Del')}</button></td>-->
|
|
|
</tr>
|
|
</tr>
|
|
|
{/foreach}
|
|
{/foreach}
|
|
|
</table>
|
|
</table>
|
|
|
- <div style="height: 5px;"></div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|