|
|
@@ -109,7 +109,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','jQuery.print'], funct
|
|
|
str += "<td><input class='form-control' type='text' name='row[pname][]' readonly value='"+res.pname+"'></td>";
|
|
|
str += "<td><input class='form-control' type='text' name='row[material][]' readonly value='"+res.material+"'></td>";
|
|
|
// str += "<td><input class='form-control' type='number' name='row[weight][]' data-rule='required' value=''></td>";
|
|
|
- // str += "<td><input class='form-control' type='text' name='row[specifications][]' value='"+ (res.specifications?res.specifications:'')+"'></td>";
|
|
|
+ str += "<td><input class='form-control' type='text' name='row[specifications][]' value='"+ (res.specifications?res.specifications:'')+"'></td>";
|
|
|
str += "<td><input class='form-control' type='text' name='row[unit][]' value=''></td>";
|
|
|
str += "<td><input class='form-control' type='text' name='row[time][]' readonly value='"+res.time+"'></td>";
|
|
|
str += "<input type='hidden' value='"+i+"'>";
|
|
|
@@ -120,7 +120,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','jQuery.print'], funct
|
|
|
<td>${res.pname}</td>
|
|
|
<td>${res.material}</td>
|
|
|
<td></td>
|
|
|
- <!--<td></td>-->
|
|
|
+ <!--<td>${res.specifications}</td>-->
|
|
|
<!--<td></td>-->
|
|
|
</tr>`;
|
|
|
//写入页面
|