Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-back-soil
Overview
Overview
Details
Activity
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
wangweidong
patzn-cloud-web-back-soil
Commits
3b3ef0f3
Commit
3b3ef0f3
authored
Jul 14, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了资质外分包的按钮id
parent
c9d0448f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
15 deletions
+31
-15
MeterCannotSub.vue
pages/meter-subcontract/cannot-sub/MeterCannotSub.vue
+18
-10
MeterCannotSubEdit.vue
pages/meter-subcontract/cannot-sub/MeterCannotSubEdit.vue
+7
-3
MeterCannotSubHis.vue
pages/meter-subcontract/cannot-sub/MeterCannotSubHis.vue
+6
-2
No files found.
pages/meter-subcontract/cannot-sub/MeterCannotSub.vue
View file @
3b3ef0f3
...
...
@@ -6,21 +6,21 @@
<Row>
<!--查询-->
<Col
span=
"24"
style=
"margin-top: 10px"
>
<Form
v-show=
"searchOpen"
id=
"formId
"
:label-width=
"90"
inline
onsubmit=
"return false"
>
<Form
id=
"formId"
v-show=
"searchOpen
"
:label-width=
"90"
inline
onsubmit=
"return false"
>
<label
class=
"label-sign"
></label>
<Form-item
class=
"search-item"
label=
"委托单位:"
>
<Input
v-model=
"formObj.client"
name=
"client"
placeholder=
"请输入委托单位"
clearable
@
on-enter=
"_formSearch"
/>
<Input
v-model=
"formObj.client"
@
on-enter=
"_formSearch"
name=
"client"
placeholder=
"请输入委托单位"
clearable
/>
</Form-item>
<Form-item
class=
"search-btn"
>
<Button
type=
"primary"
@
click=
"_formSearch
"
>
搜索
</Button>
<Button
@
click=
"_formSearch"
type=
"primary
"
>
搜索
</Button>
</Form-item>
</Form>
</Col>
<!--操作-->
<Col
span=
"24"
>
<btn-list
:msg=
"btn"
:open=
"searchOpen"
:show-search-btn=
"true"
class=
"contHide
"
@
on-result-change=
"_btnClick
"
></btn-list>
<btn-list
:msg=
"btn"
:open=
"searchOpen"
:show-search-btn=
"true"
@
on-result-change=
"_btnClick
"
class=
"contHide
"
></btn-list>
</Col>
<!--表格-->
<Col
span=
"24"
>
...
...
@@ -60,23 +60,31 @@ export default {
btn
:
[
{
type
:
'success'
,
id
:
''
,
id
:
'
cannot-sub-meter-cannot-sub-add
'
,
name
:
'添加'
},
{
type
:
'success'
,
id
:
''
,
id
:
'
cannot-sub-meter-cannot-sub-submit
'
,
name
:
'提交'
}
],
iconMsg
:
[
{
type
:
'md-create'
,
id
:
''
,
id
:
'
cannot-sub-meter-cannot-sub-edit-operation
'
,
name
:
'编辑'
},
{
type
:
'md-cloud'
,
id
:
''
,
name
:
'附件'
},
{
type
:
'md-remove-circle'
,
id
:
''
,
name
:
'删除'
}
{
type
:
'md-cloud'
,
id
:
'cannot-sub-meter-cannot-sub-accessory-operation'
,
name
:
'附件'
},
{
type
:
'md-remove-circle'
,
id
:
'cannot-sub-meter-cannot-sub-remove-operation'
,
name
:
'删除'
}
],
formObj
:
{
client
:
undefined
...
...
pages/meter-subcontract/cannot-sub/MeterCannotSubEdit.vue
View file @
3b3ef0f3
...
...
@@ -186,7 +186,11 @@ export default {
judgeType
:
[{
value
:
1
,
name
:
'是'
},
{
value
:
0
,
name
:
'否'
}],
iconMsg
:
[
// { type: 'md-create', id: '', name: '编辑' },
{
type
:
'md-trash'
,
id
:
''
,
name
:
'删除'
}
{
type
:
'md-trash'
,
id
:
'cannot-sub-meter-cannot-sub-edit-remove-operation'
,
name
:
'删除'
}
],
pageColumns
:
[
{
title
:
'名称'
,
key
:
'name'
,
width
:
160
},
...
...
@@ -210,12 +214,12 @@ export default {
btn
:
[
{
type
:
'success'
,
id
:
''
,
id
:
'
cannot-sub-meter-cannot-sub-edit-add
'
,
name
:
'添加'
},
{
type
:
'success'
,
id
:
''
,
id
:
'
cannot-sub-meter-cannot-sub-edit-import
'
,
name
:
'导入'
}
],
...
...
pages/meter-subcontract/cannot-sub/MeterCannotSubHis.vue
View file @
3b3ef0f3
...
...
@@ -74,10 +74,14 @@ export default {
iconMsg
:
[
{
type
:
'md-flask'
,
id
:
''
,
id
:
'
cannot-sub-meter-cannot-sub-his-view-sample-operation
'
,
name
:
'查看样品'
},
{
type
:
'md-cloud'
,
id
:
''
,
name
:
'附件'
}
{
type
:
'md-cloud'
,
id
:
'cannot-sub-meter-cannot-sub-his-accessory-operation'
,
name
:
'附件'
}
],
formObj
:
{
client
:
undefined
...
...
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