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
5fe85ea7
Commit
5fe85ea7
authored
Nov 16, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.gavelinfo.com:lisu/sgaqgl-vue
parents
b2526b10
fcd79275
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
26 additions
and
31 deletions
+26
-31
edit.vue
src/views/equipment/archives/edit.vue
+1
-1
index.vue
src/views/equipment/archives/index.vue
+6
-7
edit.vue
src/views/equipment/environment/edit.vue
+1
-1
index.vue
src/views/equipment/environment/index.vue
+8
-8
edit.vue
src/views/equipment/maintain/edit.vue
+3
-3
index.vue
src/views/equipment/maintain/index.vue
+3
-3
edit.vue
src/views/equipment/specialEquipment/edit.vue
+1
-6
index.vue
src/views/equipment/specialEquipment/index.vue
+2
-1
edit.vue
src/views/outsourcingDirector/process/edit.vue
+1
-1
No files found.
src/views/equipment/archives/edit.vue
View file @
5fe85ea7
...
...
@@ -10,7 +10,7 @@
</el-col>
<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-form-item>
</el-col>
...
...
src/views/equipment/archives/index.vue
View file @
5fe85ea7
...
...
@@ -100,11 +100,11 @@
},
/* 表格标题对应参数*/
tableTitle
:
[
// {label: "设备编码", prop: "code", fieldType: "ftString",width:300},
{
label
:
"档案编号"
,
prop
:
"dabh"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"档案编号"
,
prop
:
"dabh"
,
fieldType
:
"ftString"
,
width
:
100
},
{
label
:
"设备编号"
,
prop
:
"code"
,
fieldType
:
"ftString"
,
width
:
140
},
{
label
:
"设备名称"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
width
:
160
},
// {label: "系统分类", prop: "xtflName", fieldType: "ftString",width:48},
// {label: "设备分类", prop: "sbflName", fieldType: "ftString",width:96},
{
label
:
"名称"
,
prop
:
"name"
,
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
},
...
...
@@ -116,10 +116,9 @@
{
label
:
"用途"
,
prop
:
"yt"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"数量"
,
prop
:
"sl"
,
fieldType
:
"int"
},
{
label
:
"出厂日期"
,
prop
:
"ccrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"备注"
,
prop
:
"bz"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"是否已入档"
,
prop
:
"doc"
,
fieldType
:
"ftString"
,
width
:
300
,
show
:
false
},
{
label
:
"是否已入档"
,
prop
:
"docName"
,
fieldType
:
"ftString"
,
width
:
300
}
{
label
:
"备注"
,
prop
:
"bz"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"是否已入档"
,
prop
:
"doc"
,
fieldType
:
"ftString"
,
width
:
160
,
show
:
false
},
{
label
:
"是否已入档"
,
prop
:
"docName"
,
fieldType
:
"ftString"
,
width
:
160
}
]
}
...
...
src/views/equipment/environment/edit.vue
View file @
5fe85ea7
...
...
@@ -14,7 +14,7 @@
</el-form-item>
</el-col>
<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-form-item>
</el-col>
...
...
src/views/equipment/environment/index.vue
View file @
5fe85ea7
...
...
@@ -120,14 +120,15 @@
},
/* 表格标题对应参数*/
tableTitle
:
[
{
label
:
"设备编码"
,
prop
:
"code"
,
fieldType
:
"ftString"
,
width
:
300
},
// {label: "档案编号", prop: "dabh", fieldType: "ftString",width:300},
{
label
:
"档案编号"
,
prop
:
"dabh"
,
fieldType
:
"ftString"
,
width
:
100
},
{
label
:
"设备编号"
,
prop
:
"code"
,
fieldType
:
"ftString"
,
width
:
140
},
{
label
:
"设备名称"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
width
:
160
},
// {label: "系统分类", prop: "xtflName", fieldType: "ftString",width:48},
// {label: "设备分类", prop: "sbflName", fieldType: "ftString",width:96},
{
label
:
"系统名称"
,
prop
:
"xtmc"
,
fieldType
:
"ftString"
,
width
:
180
},
{
label
:
"仪器名称"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
width
:
240
},
{
label
:
"型号"
,
prop
:
"model"
,
fieldType
:
"ftString"
,
width
:
100
},
{
label
:
"计量单位"
,
prop
:
"jldw"
,
fieldType
:
"ftString"
,
width
:
120
},
// {label: "设备分类", prop: "sbflName", fieldType: "ftString",width:96},
{
label
:
"系统名称"
,
prop
:
"xtmc"
,
fieldType
:
"ftString"
,
width
:
180
},
{
label
:
"仪器名称"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
width
:
240
},
{
label
:
"型号"
,
prop
:
"model"
,
fieldType
:
"ftString"
,
width
:
100
},
{
label
:
"计量单位"
,
prop
:
"jldw"
,
fieldType
:
"ftString"
,
width
:
120
},
{
label
:
"制造商"
,
prop
:
"productor"
,
fieldType
:
"ftString"
,
width
:
300
},
// {label: "出厂编号", prop: "serialno", fieldType: "ftString",width:300},
{
label
:
"启用日期"
,
prop
:
"qyrq"
,
fieldType
:
"ftDateTime"
},
...
...
@@ -226,4 +227,3 @@
<
style
scoped
>
</
style
>
\ No newline at end of file
src/views/equipment/maintain/edit.vue
View file @
5fe85ea7
...
...
@@ -3,18 +3,18 @@
<!-- 填写表单内容,slot=form必写-->
<el-form
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"110px"
:rules=
"rules"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<
!--
<
el-col
:span=
"24"
>
<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>
-->
<el-col
:span=
"12"
>
<el-form-item
label=
"设备编码"
ref=
"code"
prop=
"code"
>
<el-input
:readonly=
"readonly"
v-model=
"form.code"
></el-input>
</el-form-item>
</el-col>
<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-form-item>
</el-col>
...
...
src/views/equipment/maintain/index.vue
View file @
5fe85ea7
...
...
@@ -90,8 +90,9 @@
},
/* 表格标题对应参数*/
tableTitle
:
[
{
label
:
"设备编码"
,
prop
:
"code"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"档案编号"
,
prop
:
"dabh"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"档案编号"
,
prop
:
"dabh"
,
fieldType
:
"ftString"
,
width
:
100
},
{
label
:
"设备编号"
,
prop
:
"code"
,
fieldType
:
"ftString"
,
width
:
140
},
{
label
:
"设备名称"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
width
:
160
},
// {label: "系统分类", prop: "xtflName", fieldType: "ftString",width:48},
// {label: "设备分类", prop: "sbflName", fieldType: "ftString",width:96},
{
label
:
"名称"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
width
:
300
},
...
...
@@ -205,4 +206,3 @@
<
style
scoped
>
</
style
>
\ No newline at end of file
src/views/equipment/specialEquipment/edit.vue
View file @
5fe85ea7
...
...
@@ -3,11 +3,6 @@
<!-- 填写表单内容,slot=form必写-->
<el-form
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"130px"
style=
"height: 70vh;overflow: auto;overflow-x: hidden;padding-right: 30px;"
:rules=
"rules"
>
<el-row
:gutter=
"20"
>
<!--
<el-col
:span=
"12"
>
<el-form-item
label=
"设备编码"
ref=
"code"
prop=
"code"
>
<el-input
:readonly=
"readonly"
v-model=
"form.code"
></el-input>
</el-form-item>
</el-col>
-->
<el-col
:span=
"12"
>
<el-form-item
label=
"设备编码"
ref=
"code"
prop=
"code"
>
<el-input
:readonly=
"readonly"
v-model=
"form.code"
></el-input>
...
...
@@ -24,7 +19,7 @@
</el-form-item>
</el-col>
-->
<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-form-item>
</el-col>
...
...
src/views/equipment/specialEquipment/index.vue
View file @
5fe85ea7
...
...
@@ -131,7 +131,8 @@
/* 表格标题对应参数*/
tableTitle
:
[
{
label
:
"档案编号"
,
prop
:
"dabh"
,
fieldType
:
"ftString"
,
width
:
100
},
{
label
:
"名称"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
width
:
200
},
{
label
:
"设备编号"
,
prop
:
"code"
,
fieldType
:
"ftString"
,
width
:
140
},
{
label
:
"设备名称"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
width
:
160
},
{
label
:
"制造商"
,
prop
:
"productor"
,
fieldType
:
"ftString"
,
width
:
200
},
{
label
:
"使用状态"
,
prop
:
"tybzName"
,
fieldType
:
"ftString"
,
width
:
80
},
...
...
src/views/outsourcingDirector/process/edit.vue
View file @
5fe85ea7
...
...
@@ -25,7 +25,7 @@
<el-form-item
label=
"单位类型"
prop=
"type"
>
<RelSelect
src=
"/aqgl/wxgl/wxdwsb/init/dwlx"
:match=
"
{value:'id',label:'
bmmc
'}"
:match=
"
{value:'id',label:'
name
'}"
v-model="form.dwlx"
>
</RelSelect>
</el-form-item>
...
...
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