Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
sgaqgl-vue
Commits
091bec0c
Commit
091bec0c
authored
Nov 10, 2022
by
王向前
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
312b68b3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
440 deletions
+14
-440
edit.vue
src/views/equipment/archives/edit.vue
+4
-363
index.vue
src/views/equipment/archives/index.vue
+3
-1
index.vue
src/views/equipment/specialEquipment/index.vue
+7
-76
No files found.
src/views/equipment/archives/edit.vue
View file @
091bec0c
...
@@ -3,26 +3,12 @@
...
@@ -3,26 +3,12 @@
<!-- 填写表单内容,slot=form必写-->
<!-- 填写表单内容,slot=form必写-->
<el-form
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"80px"
:rules=
"rules"
>
<el-form
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"80px"
:rules=
"rules"
>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<!--
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"设备编码"
ref=
"code"
prop=
"code"
>
<el-form-item
label=
"设备编码"
ref=
"code"
prop=
"code"
>
<el-input
:readonly=
"readonly"
v-model=
"form.code"
></el-input>
<el-input
:readonly=
"readonly"
v-model=
"form.code"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
-->
<el-col
:span=
"12"
>
<el-form-item
label=
"档案编号"
ref=
"dabh"
prop=
"dabh"
>
<el-input
:readonly=
"readonly"
v-model=
"form.dabh"
></el-input>
</el-form-item>
</el-col>
<!--
<el-col
:span=
"12"
>
<el-form-item
label=
"系统分类"
ref=
"xtfl"
prop=
"xtfl"
>
<el-input
:readonly=
"readonly"
v-model=
"form.xtfl"
></el-input>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"设备分类"
ref=
"flid"
prop=
"flid"
>
<el-input
:readonly=
"readonly"
v-model=
"form.flid"
></el-input>
</el-form-item>
</el-col>
-->
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"名称"
ref=
"name"
prop=
"name"
>
<el-form-item
label=
"名称"
ref=
"name"
prop=
"name"
>
<el-input
:readonly=
"readonly"
v-model=
"form.name"
></el-input>
<el-input
:readonly=
"readonly"
v-model=
"form.name"
></el-input>
...
@@ -55,18 +41,6 @@
...
@@ -55,18 +41,6 @@
</el-date-picker>
</el-date-picker>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"停用日期"
ref=
"tyrq"
prop=
"tyrq"
>
<el-date-picker
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date"
v-model=
"form.tyrq"
placeholder=
"选择日期"
>
</el-date-picker>
</el-form-item>
</el-col>
<!--
<el-col
:span=
"12"
>
<el-form-item
label=
"停用标志"
ref=
"tybz"
prop=
"tybz"
>
<el-input
:readonly=
"readonly"
v-model=
"form.tybz"
></el-input>
</el-form-item>
</el-col>
-->
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"使用地点"
ref=
"sydd"
prop=
"sydd"
>
<el-form-item
label=
"使用地点"
ref=
"sydd"
prop=
"sydd"
>
<el-input
:readonly=
"readonly"
v-model=
"form.sydd"
></el-input>
<el-input
:readonly=
"readonly"
v-model=
"form.sydd"
></el-input>
...
@@ -87,340 +61,7 @@
...
@@ -87,340 +61,7 @@
<el-input
type=
"textarea"
:readonly=
"readonly"
v-model=
"form.bz"
></el-input>
<el-input
type=
"textarea"
:readonly=
"readonly"
v-model=
"form.bz"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<!--
<el-col
:span=
"12"
>
<el-form-item
label=
"出厂日期"
ref=
"ccrq"
prop=
"ccrq"
>
<el-date-picker
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date"
v-model=
"form.ccrq"
placeholder=
"选择日期"
>
</el-date-picker>
</el-form-item>
</el-col>
-->
</el-row>
</el-row>
<!--
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"系统分类"
ref=
"xtfl"
prop=
"xtfl"
>
<el-input
:readonly=
"readonly"
v-model=
"form.xtfl"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"工作级别"
ref=
"gzjb"
prop=
"gzjb"
>
<el-input
:readonly=
"readonly"
v-model=
"form.gzjb"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"跨度"
ref=
"kd"
prop=
"kd"
>
<el-input
:readonly=
"readonly"
v-model=
"form.kd"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"提升速度"
ref=
"tssd"
prop=
"tssd"
>
<el-input
:readonly=
"readonly"
v-model=
"form.tssd"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"运行速度"
ref=
"yxsd"
prop=
"yxsd"
>
<el-input
:readonly=
"readonly"
v-model=
"form.yxsd"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"吨位"
ref=
"dw"
prop=
"dw"
>
<el-input
:readonly=
"readonly"
v-model=
"form.dw"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"起升高度"
ref=
"qsgd"
prop=
"qsgd"
>
<el-input
:readonly=
"readonly"
v-model=
"form.qsgd"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"电机功率"
ref=
"djgl"
prop=
"djgl"
>
<el-input
:readonly=
"readonly"
v-model=
"form.djgl"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"安装日期"
ref=
"azrq"
prop=
"azrq"
>
<el-date-picker
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date"
v-model=
"form.azrq"
placeholder=
"选择日期"
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"安装地点"
ref=
"azdd"
prop=
"azdd"
>
<el-input
:readonly=
"readonly"
v-model=
"form.azdd"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"安装单位"
ref=
"azdw"
prop=
"azdw"
>
<el-input
:readonly=
"readonly"
v-model=
"form.azdw"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"注册编号"
ref=
"zcbh"
prop=
"zcbh"
>
<el-input
:readonly=
"readonly"
v-model=
"form.zcbh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"检验报告编号"
ref=
"jybgbh"
prop=
"jybgbh"
>
<el-input
:readonly=
"readonly"
v-model=
"form.jybgbh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"检验周期"
ref=
"jyzq"
prop=
"jyzq"
>
<el-input
:readonly=
"readonly"
v-model=
"form.jyzq"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"上次检验日期"
ref=
"scjyrq"
prop=
"scjyrq"
>
<el-date-picker
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date"
v-model=
"form.scjyrq"
placeholder=
"选择日期"
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"下次检验日期"
ref=
"xcjyrq"
prop=
"xcjyrq"
>
<el-date-picker
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date"
v-model=
"form.xcjyrq"
placeholder=
"选择日期"
>
</el-date-picker>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"检验前自检结论"
ref=
"jyqzjjl"
prop=
"jyqzjjl"
>
<el-input
:readonly=
"readonly"
v-model=
"form.jyqzjjl"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"实际检验日期"
ref=
"sjjyrq"
prop=
"sjjyrq"
>
<el-date-picker
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date"
v-model=
"form.sjjyrq"
placeholder=
"选择日期"
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"特检机构检验结论"
ref=
"tjjgjyjl"
prop=
"tjjgjyjl"
>
<el-input
:readonly=
"readonly"
v-model=
"form.tjjgjyjl"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"检验整改情况"
ref=
"jyzgqk"
prop=
"jyzgqk"
>
<el-input
:readonly=
"readonly"
v-model=
"form.jyzgqk"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"设备升级"
ref=
"sbsj"
prop=
"sbsj"
>
<el-input
:readonly=
"readonly"
v-model=
"form.sbsj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"设备资料"
ref=
"sbzl"
prop=
"sbzl"
>
<el-input
:readonly=
"readonly"
v-model=
"form.sbzl"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"设备资料存放地点"
ref=
"sbzldd"
prop=
"sbzldd"
>
<el-input
:readonly=
"readonly"
v-model=
"form.sbzldd"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"未检原因"
ref=
"wjyy"
prop=
"wjyy"
>
<el-input
:readonly=
"readonly"
v-model=
"form.wjyy"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"系统名称"
ref=
"xtmc"
prop=
"xtmc"
>
<el-input
:readonly=
"readonly"
v-model=
"form.xtmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"参数及量程"
ref=
"cslc"
prop=
"cslc"
>
<el-input
:readonly=
"readonly"
v-model=
"form.cslc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"监测因子"
ref=
"jcyz"
prop=
"jcyz"
>
<el-input
:readonly=
"readonly"
v-model=
"form.jcyz"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"类型"
ref=
"lx"
prop=
"lx"
>
<el-input
:readonly=
"readonly"
v-model=
"form.lx"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"主体材质"
ref=
"ztcz"
prop=
"ztcz"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ztcz"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"容器容积"
ref=
"rqrj"
prop=
"rqrj"
>
<el-input
:readonly=
"readonly"
v-model=
"form.rqrj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"容器净重"
ref=
"rqjz"
prop=
"rqjz"
>
<el-input
:readonly=
"readonly"
v-model=
"form.rqjz"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"设计压力"
ref=
"sjyl"
prop=
"sjyl"
>
<el-input
:readonly=
"readonly"
v-model=
"form.sjyl"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"设计温度"
ref=
"sjwd"
prop=
"sjwd"
>
<el-input
:readonly=
"readonly"
v-model=
"form.sjwd"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"最高压力"
ref=
"zgyl"
prop=
"zgyl"
>
<el-input
:readonly=
"readonly"
v-model=
"form.zgyl"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"耐压试验压力"
ref=
"nysyyl"
prop=
"nysyyl"
>
<el-input
:readonly=
"readonly"
v-model=
"form.nysyyl"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"管径与壁厚"
ref=
"gjbh"
prop=
"gjbh"
>
<el-input
:readonly=
"readonly"
v-model=
"form.gjbh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"管道级别"
ref=
"gdjb"
prop=
"gdjb"
>
<el-input
:readonly=
"readonly"
v-model=
"form.gdjb"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"管道起点"
ref=
"gdqd"
prop=
"gdqd"
>
<el-input
:readonly=
"readonly"
v-model=
"form.gdqd"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"管道终点"
ref=
"gdzd"
prop=
"gdzd"
>
<el-input
:readonly=
"readonly"
v-model=
"form.gdzd"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"压力"
ref=
"yl"
prop=
"yl"
>
<el-input
:readonly=
"readonly"
v-model=
"form.yl"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"铺设方式"
ref=
"psfs"
prop=
"psfs"
>
<el-input
:readonly=
"readonly"
v-model=
"form.psfs"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"工作温度"
ref=
"gzwd"
prop=
"gzwd"
>
<el-input
:readonly=
"readonly"
v-model=
"form.gzwd"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"工作压力"
ref=
"gzyl"
prop=
"gzyl"
>
<el-input
:readonly=
"readonly"
v-model=
"form.gzyl"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"输送介质"
ref=
"ssjz"
prop=
"ssjz"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ssjz"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"焊口数量"
ref=
"hksl"
prop=
"hksl"
>
<el-input
:readonly=
"readonly"
v-model=
"form.hksl"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"保温"
ref=
"bw"
prop=
"bw"
>
<el-input
:readonly=
"readonly"
v-model=
"form.bw"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"防腐方式"
ref=
"fffs"
prop=
"fffs"
>
<el-input
:readonly=
"readonly"
v-model=
"form.fffs"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"标识"
ref=
"bs"
prop=
"bs"
>
<el-input
:readonly=
"readonly"
v-model=
"form.bs"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"公称通径"
ref=
"gctj"
prop=
"gctj"
>
<el-input
:readonly=
"readonly"
v-model=
"form.gctj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"产品编号"
ref=
"cpbh"
prop=
"cpbh"
>
<el-input
:readonly=
"readonly"
v-model=
"form.cpbh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"整定压力"
ref=
"zdyl"
prop=
"zdyl"
>
<el-input
:readonly=
"readonly"
v-model=
"form.zdyl"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"层站"
ref=
"dtcz"
prop=
"dtcz"
>
<el-input
:readonly=
"readonly"
v-model=
"form.dtcz"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"载重"
ref=
"dtzz"
prop=
"dtzz"
>
<el-input
:readonly=
"readonly"
v-model=
"form.dtzz"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"提升高度"
ref=
"dttsgd"
prop=
"dttsgd"
>
<el-input
:readonly=
"readonly"
v-model=
"form.dttsgd"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"运行速度"
ref=
"dtyxsd"
prop=
"dtyxsd"
>
<el-input
:readonly=
"readonly"
v-model=
"form.dtyxsd"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"车牌号"
ref=
"cph"
prop=
"cph"
>
<el-input
:readonly=
"readonly"
v-model=
"form.cph"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"发动机型号"
ref=
"fdjxh"
prop=
"fdjxh"
>
<el-input
:readonly=
"readonly"
v-model=
"form.fdjxh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"发动机编号"
ref=
"fdjbh"
prop=
"fdjbh"
>
<el-input
:readonly=
"readonly"
v-model=
"form.fdjbh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"底盘车架号"
ref=
"dpcjh"
prop=
"dpcjh"
>
<el-input
:readonly=
"readonly"
v-model=
"form.dpcjh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"拍照选项"
ref=
"pzxx"
prop=
"pzxx"
>
<el-input
:readonly=
"readonly"
v-model=
"form.pzxx"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"附件数"
ref=
"attachcount"
prop=
"attachcount"
>
<el-input
:readonly=
"readonly"
v-model=
"form.attachcount"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"系统版本"
ref=
"sysversion"
prop=
"sysversion"
>
<el-input
:readonly=
"readonly"
v-model=
"form.sysversion"
></el-input>
</el-form-item>
</el-col>
</el-row>
-->
</el-form>
</el-form>
</RelDialog>
</RelDialog>
</
template
>
</
template
>
...
@@ -453,7 +94,7 @@
...
@@ -453,7 +94,7 @@
//档案编号
//档案编号
dabh
:
''
,
dabh
:
''
,
//系统分类
//系统分类
xtfl
:
''
,
xtfl
:
'
0
'
,
//设备分类
//设备分类
flid
:
''
,
flid
:
''
,
//名称
//名称
...
@@ -481,7 +122,7 @@
...
@@ -481,7 +122,7 @@
//出厂日期
//出厂日期
ccrq
:
new
Date
().
getTime
(),
ccrq
:
new
Date
().
getTime
(),
//系统分类
//系统分类
xtfl
:
''
,
xtfl
:
'
0
'
,
//工作级别
//工作级别
gzjb
:
''
,
gzjb
:
''
,
//跨度
//跨度
...
...
src/views/equipment/archives/index.vue
View file @
091bec0c
...
@@ -88,7 +88,9 @@
...
@@ -88,7 +88,9 @@
/* 查询参数*/
/* 查询参数*/
queryParams
:
{
queryParams
:
{
ksrq
:
''
,
ksrq
:
''
,
jsrq
:
''
jsrq
:
''
,
xtfl
:
'0'
},
},
/* 表格标题对应参数*/
/* 表格标题对应参数*/
tableTitle
:
[
tableTitle
:
[
...
...
src/views/equipment/specialEquipment/index.vue
View file @
091bec0c
...
@@ -97,11 +97,7 @@
...
@@ -97,11 +97,7 @@
baseUrl
:
'/aqgl/sbxx'
,
baseUrl
:
'/aqgl/sbxx'
,
/* 查询参数*/
/* 查询参数*/
queryParams
:
{
queryParams
:
{
bmid
:
''
,
usercx
:
''
,
phone
:
''
,
login
:
'Y'
,
tybz
:
''
},
},
/* 树的标题 */
/* 树的标题 */
treeTitle
:
'设备分类'
,
treeTitle
:
'设备分类'
,
...
@@ -111,88 +107,23 @@
...
@@ -111,88 +107,23 @@
},
},
/* 表格标题对应参数*/
/* 表格标题对应参数*/
tableTitle
:
[
tableTitle
:
[
// {label: "设备编码", prop: "code", fieldType: "ftString",width:300},
{
label
:
"档案编号"
,
prop
:
"dabh"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"档案编号"
,
prop
:
"dabh"
,
fieldType
:
"ftString"
,
width
:
300
},
// {label: "系统分类", prop: "xtflName", fieldType: "ftString",width:48},
// {label: "设备分类", prop: "sbflName", fieldType: "ftString",width:96},
{
label
:
"名称"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"名称"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"制造商"
,
prop
:
"productor"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"制造商"
,
prop
:
"productor"
,
fieldType
:
"ftString"
,
width
:
300
},
// {label: "型号", prop: "model", fieldType: "ftString",width:300},
// {label: "出厂编号", prop: "serialno", fieldType: "ftString",width:300},
// {label: "计量单位", prop: "jldw", fieldType: "ftString",width:120},
// {label: "启用日期", prop: "qyrq", fieldType: "ftDateTime"},
/* {label: "停用日期", prop: "tyrq", fieldType: "ftDateTime"}, */
{
label
:
"使用状态"
,
prop
:
"tybzName"
,
fieldType
:
"ftString"
,
width
:
80
},
{
label
:
"使用状态"
,
prop
:
"tybzName"
,
fieldType
:
"ftString"
,
width
:
80
},
// {label: "使用地点", prop: "sydd", fieldType: "ftString",width:300},
// {label: "用途", prop: "yt", fieldType: "ftString",width:300},
// {label: "数量", prop: "sl", fieldType: "int"},
{
label
:
"出厂日期"
,
prop
:
"ccrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"出厂日期"
,
prop
:
"ccrq"
,
fieldType
:
"ftDateTime"
},
// {label: "系统分类", prop: "xtfl", fieldType: "ftString",width:48},
// {label: "工作级别", prop: "gzjb", fieldType: "ftString",width:180},
// {label: "跨度", prop: "kd", fieldType: "ftString",width:180},
// {label: "提升速度", prop: "tssd", fieldType: "ftString",width:180},
// {label: "运行速度", prop: "yxsd", fieldType: "ftString",width:180},
// {label: "吨位", prop: "dw", fieldType: "float"},
// {label: "起升高度", prop: "qsgd", fieldType: "ftString",width:180},
// {label: "电机功率", prop: "djgl", fieldType: "ftString",width:180},
{
label
:
"安装日期"
,
prop
:
"azrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"安装日期"
,
prop
:
"azrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"安装地点"
,
prop
:
"azdd"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"安装地点"
,
prop
:
"azdd"
,
fieldType
:
"ftString"
,
width
:
300
},
// {label: "安装单位", prop: "azdw", fieldType: "ftString",width:300},
// {label: "注册编号", prop: "zcbh", fieldType: "ftString",width:300},
// {label: "检验报告编号", prop: "jybgbh", fieldType: "ftString",width:300},
{
label
:
"检验周期"
,
prop
:
"jyzq"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"检验周期"
,
prop
:
"jyzq"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"上次检验日期"
,
prop
:
"scjyrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"上次检验日期"
,
prop
:
"scjyrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"下次检验日期"
,
prop
:
"xcjyrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"下次检验日期"
,
prop
:
"xcjyrq"
,
fieldType
:
"ftDateTime"
},
// {label: "检验前自检结论", prop: "jyqzjjl", fieldType: "ftString",width:300},
// {label: "实际检验日期", prop: "sjjyrq", fieldType: "ftDateTime"},
// {label: "特检机构检验结论", prop: "tjjgjyjl", fieldType: "ftString",width:300},
// {label: "检验整改情况", prop: "jyzgqk", fieldType: "ftString",width:300},
// {label: "设备升级", prop: "sbsj", fieldType: "ftString",width:300},
// {label: "设备资料", prop: "sbzl", fieldType: "ftString",width:300},
// {label: "设备资料存放地点", prop: "sbzldd", fieldType: "ftString",width:300},
// {label: "未检原因", prop: "wjyy", fieldType: "ftString",width:300},
// {label: "系统名称", prop: "xtmc", fieldType: "ftString",width:300},
// {label: "参数及量程", prop: "cslc", fieldType: "ftString",width:300},
// {label: "监测因子", prop: "jcyz", fieldType: "ftString",width:300},
// {label: "类型", prop: "lx", fieldType: "ftString",width:120},
// {label: "主体材质", prop: "ztcz", fieldType: "ftString",width:300},
// {label: "容器容积", prop: "rqrj", fieldType: "ftString",width:120},
// {label: "容器净重", prop: "rqjz", fieldType: "ftString",width:120},
// {label: "设计压力", prop: "sjyl", fieldType: "ftString",width:120},
// {label: "设计温度", prop: "sjwd", fieldType: "ftString",width:120},
// {label: "最高压力", prop: "zgyl", fieldType: "ftString",width:120},
// {label: "耐压试验压力", prop: "nysyyl", fieldType: "ftString",width:120},
// {label: "管径与壁厚", prop: "gjbh", fieldType: "ftString",width:120},
// {label: "管道级别", prop: "gdjb", fieldType: "ftString",width:120},
// {label: "管道起点", prop: "gdqd", fieldType: "ftString",width:300},
// {label: "管道终点", prop: "gdzd", fieldType: "ftString",width:300},
// {label: "压力", prop: "yl", fieldType: "ftString",width:120},
// {label: "铺设方式", prop: "psfs", fieldType: "ftString",width:300},
// {label: "工作温度", prop: "gzwd", fieldType: "ftString",width:60},
// {label: "工作压力", prop: "gzyl", fieldType: "ftString",width:60},
// {label: "输送介质", prop: "ssjz", fieldType: "ftString",width:120},
// {label: "焊口数量", prop: "hksl", fieldType: "int"},
// {label: "保温", prop: "bw", fieldType: "ftString",width:120},
// {label: "防腐方式", prop: "fffs", fieldType: "ftString",width:300},
// {label: "标识", prop: "bs", fieldType: "ftString",width:300},
// {label: "公称通径", prop: "gctj", fieldType: "ftString",width:120},
// {label: "产品编号", prop: "cpbh", fieldType: "ftString",width:300},
// {label: "整定压力", prop: "zdyl", fieldType: "ftString",width:120},
// {label: "层站", prop: "dtcz", fieldType: "ftString",width:120},
// {label: "载重", prop: "dtzz", fieldType: "ftString",width:120},
// {label: "提升高度", prop: "dttsgd", fieldType: "ftString",width:120},
// {label: "运行速度", prop: "dtyxsd", fieldType: "ftString",width:120},
// {label: "车牌号", prop: "cph", fieldType: "ftString",width:120},
// {label: "发动机型号", prop: "fdjxh", fieldType: "ftString",width:240},
// {label: "发动机编号", prop: "fdjbh", fieldType: "ftString",width:240},
// {label: "底盘车架号", prop: "dpcjh", fieldType: "ftString",width:240},
// {label: "拍照选项", prop: "pzxx", fieldType: "ftString",width:60},
// {label: "附件数", prop: "attachcount", fieldType: "int"},
{
label
:
"备注"
,
prop
:
"bz"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"备注"
,
prop
:
"bz"
,
fieldType
:
"ftString"
,
width
:
300
},
// {label: "维护人", prop: "whr", fieldType: "ftString"},
// {label: "维护时间", prop: "whsj", fieldType: "ftDateTime"},
// {label: "创建人", prop: "cjr", fieldType: "ftString"},
// {label: "创建时间", prop: "cjsj", fieldType: "ftDateTime"},
{
label
:
"是否已入档"
,
prop
:
"docName"
,
fieldType
:
"ftString"
,
width
:
300
}
{
label
:
"是否已入档"
,
prop
:
"docName"
,
fieldType
:
"ftString"
,
width
:
300
}
]
]
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment