main
kgdxpr 1 year ago
parent 3661db4db2
commit af23b8c720

@ -276,7 +276,7 @@
{ title: '应配数量', field: 'ypsl', align: 'center', width: "5%" },
{ title: '配备要求', align: 'center', width: "5%", templet: '#pbyq_templet' },
{ title: '备注', field: 'bz', align: 'center', width: "10%" },
{ title: '现有数量', templet: '<input class="layui-input aabbxx">', align: 'center', width: "10%", style: 'cursor: pointer;' }
{ title: '现有数量', templet: '<input class="layui-input aabbxx" value="{{d.xysl}}">', align: 'center', width: "10%", style: 'cursor: pointer;' }
]],
// skin: 'line',

Loading…
Cancel
Save