|
@@ -126,6 +126,7 @@ const columns = [
|
|
|
{ colKey: 'serviceUnitName', title: '服务单元', width: 120 },
|
|
|
{ colKey: 'usageType', title: '用途类型', width: 120 },
|
|
|
{ colKey: 'deviceNo', title: '设备编号', width: 200 },
|
|
|
+ { colKey: 'deviceSerialNo', title: '设备序列号', width: 200 },
|
|
|
{ colKey: 'deviceStatus', title: '运行状态', width: 120, cell: 'status' },
|
|
|
{ colKey: 'inOutTime', title: '出/入库时间', width: 180, cell: 'inouttime' },
|
|
|
{ colKey: 'userName', title: '登记人', width: 140 },
|
|
@@ -196,6 +197,12 @@ const fields = ref([
|
|
|
valueType: 'time-stamp',
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ prop: 'deviceSerialNo',
|
|
|
+ label: '设备序列号',
|
|
|
+ labelWidth: 70,
|
|
|
+ colSpan: 6,
|
|
|
+ },
|
|
|
{
|
|
|
type: 'buttons',
|
|
|
colSpan: 2,
|
|
@@ -231,6 +238,7 @@ const params = reactive({
|
|
|
deviceStatus: '',
|
|
|
time: [],
|
|
|
deviceNo: '',
|
|
|
+ deviceSerialNo: '',
|
|
|
customName: '',
|
|
|
location: '',
|
|
|
address: '',
|