<
table
class=
"table table-striped jambo_table bulk_action"
id=
'test_table'
>
<
thead
>
<
tr
class=
"headings"
>
<
th
width=
"60"
><
label
>
<
input
type=
"checkbox"
v-model=
'all_check' @
click=
"changecheck"
/>
label
>全选
th
>
<
th
>
th
>
<
th
class=
"column-title"
>机器编码
th
>
<
th
class=
"column-title"
>货品名称
th
>
<
th
class=
"column-title"
>型号规格
th
>
<
th
class=
"column-title"
>序列号
th
>
<
th
class=
"column-title"
>单位
th
>
<
th
class=
"column-title"
>数量
th
>
<
th
class=
"column-title"
>机器归属
th
>
<
th
class=
"column-title"
>存放地点
th
>
<
th
class=
"column-title"
>机器类别
th
>
<
th
class=
"column-title"
>品牌
th
>
<
th
class=
"column-title"
>机器地址
th
>
<
th
class=
"column-title"
>使用耗材类型
th
>
<
th
class=
"column-title"
>负责人
th
>
<
th
class=
"column-title"
>状态
th
>
<
th
class=
"column-title"
>备注
th
>
<
th
class=
"column-title no-link last"
><
span
class=
"nobr"
>动作
span
>
th
>
<
th
class=
"bulk-actions"
colspan=
"7"
>
<
a
class=
"antoo"
style=
"color:#fff; font-weight:500;"
>(
<
span
class=
"action-cnt"
>
span
> )
<
i
class=
"fa fa-chevron-down"
>
i
>
a
>
th
>
tr
>
thead
>
<
tbody
>
<
tr
id=
"selectable"
class=
"even pointer"
v-for=
"(tempobj,index) in tempobjs"
v-show=
"tempobjshow"
style=
"display: none;"
>
<
td
><
input
name=
'r'
type=
"checkbox"
v-model=
'items[index+1+(newpage-1)*10]'
>
td
>
<
td
class=
"a-center "
>{{index+1+(pagen-1)*10}}
td
>
<
td
class=
"a-left"
>{{tempobj.printercode}}
td
>
<
td
class=
"a-left"
>{{tempobj.name}}
td
>
<
td
class=
" "
>{{tempobj.type}}
td
>
<
td
class=
" "
>{{tempobj.serialnum}}
td
>
<
td
class=
" "
>{{tempobj.unit}}
td
>
<
td
class=
" "
>{{tempobj.amount}}
td
>
<
td
class=
" "
>{{tempobj.belong}}
td
>
<
td
class=
" "
>{{tempobj.location}}
td
>
<
td
class=
" "
>{{tempobj.machinetype}}
td
>
<
td
class=
" "
>{{tempobj.brand}}
td
>
<
td
class=
" "
>{{tempobj.position}}
td
>
<
td
class=
" "
>{{tempobj.materialtype}}
td
>
<
td
class=
" "
>{{convertperson(tempobj.manager)}}
td
>
<
td
class=
" "
>{{convertstatus(tempobj.status)}}
td
>
<
td
class=
"a-right a-right "
>{{tempobj.remarks}}
td
>
<
td
class=
"last"
>
<
a
class=
"btn btn-info btn-xs" @
click=
"edittempobj(tempobj,index)"
><
i
class=
"fa fa-pencil"
>
i
>修改
a
>
<
a
class=
"btn btn-danger btn-xs" @
click=
"deletetempobj(tempobj,index)"
><
i
class=
"fa fa-trash-o"
>
i
>删除
a
>
<
a
class=
"btn btn-success btn-xs" @
click=
"qrcoderepair(tempobj,index)"
><
i
class=
"fa fa-qrcode"
>
i
>设备二维码
a
>
td
>
tr
>
tbody
>
table
>