dispatch.html 1.9 KB

123456789101112131415161718
  1. <tr class='{$random}'>
  2. <td style="word-break:break-all;overflow:hidden;width:auto;padding:10px;line-height:22px;">
  3. <span class='cityshtml'>{$row['citys']}</span>
  4. <input type="hidden" name="random[]" value="{$random}" />
  5. <input type="hidden" class='citys' name="citys[{$random}]" value="{$row['citys']}" />
  6. <a href='javascript:;' onclick='editArea(this)' random="{$random}">编辑</a>
  7. </td>
  8. <td class="text-center weight"><input type="number" value="{php echo empty($row['firstweight'])?1000:$row['firstweight']}" class="form-control" name="firstweight[{$random}]" style="width:100px;"></td>
  9. <td class="text-center weight"><input type="text" value="{$row['firstprice']}" class="form-control" name="firstprice[{$random}]" style="width:100px;"></td>
  10. <td class="text-center weight"><input type="number" value="{php echo empty($row['secondweight'])?1000:$row['secondweight']}" class="form-control" name="secondweight[{$random}]" style="width:100px;"></td>
  11. <td class="text-center weight"><input type="text" value="{$row['secondprice']}" class="form-control" name="secondprice[{$random}]" style="width:100px;"></td>
  12. <td class="text-center fnum"><input type="number" value="{php echo empty($row['firstnum'])?1:$row['firstnum']}" class="form-control" name="firstnum[{$random}]" style="width:100px;"></td>
  13. <td class="text-center fnum"><input type="text" value="{$row['firstnumprice']}" class="form-control" name="firstnumprice[{$random}]" style="width:100px;"></td>
  14. <td class="text-center fnum"><input type="number" value="{php echo empty($row['secondnum'])?1:$row['secondnum']}" class="form-control" name="secondnum[{$random}]" style="width:100px;"></td>
  15. <td class="text-center fnum"><input type="text" value="{$row['secondnumprice']}" class="form-control" name="secondnumprice[{$random}]" style="width:100px;"></td>
  16. <td><a href='javascript:;' onclick='$(this).parent().parent().remove()'><i class='fa fa-remove'></i></td>
  17. </tr>