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
dbf31a4c
Commit
dbf31a4c
authored
Aug 12, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了资质外分包查询
parent
3d578eec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
MeterCannotSub.vue
pages/meter-subcontract/cannot-sub/MeterCannotSub.vue
+4
-4
MeterCannotSubHis.vue
pages/meter-subcontract/cannot-sub/MeterCannotSubHis.vue
+5
-4
No files found.
pages/meter-subcontract/cannot-sub/MeterCannotSub.vue
View file @
dbf31a4c
...
...
@@ -11,8 +11,8 @@
<Form-item
class=
"search-item"
label=
"委托单位:"
>
<Input
v-model=
"formObj.client"
@
on-enter=
"_formSearch"
name=
"client"
placeholder=
"请输入委托单位"
clearable
/>
</Form-item>
<Form-item
class=
"search-item"
label=
"合同
ID
:"
>
<Input
v-model=
"formObj.
contractId"
@
on-enter=
"_formSearch"
name=
"contractId"
placeholder=
"请输入合同ID
"
clearable
/>
<Form-item
class=
"search-item"
label=
"合同
编号
:"
>
<Input
v-model=
"formObj.
salesCode"
@
on-enter=
"_formSearch"
name=
"salesCode"
placeholder=
"请输入合同编号
"
clearable
/>
</Form-item>
<Form-item
class=
"search-btn"
>
<Button
@
click=
"_formSearch"
type=
"primary"
>
搜索
</Button>
...
...
@@ -91,14 +91,14 @@ export default {
],
formObj
:
{
client
:
undefined
,
contractId
:
undefined
salesCode
:
undefined
},
selectIds
:
[],
getPage
:
{},
pageColumns
:
[
{
title
:
'委托单位'
,
key
:
'client'
,
width
:
200
},
{
title
:
'委托时间'
,
key
:
'edate'
,
width
:
120
,
date
:
true
},
{
title
:
'合同
ID'
,
key
:
'contractId
'
,
width
:
200
},
{
title
:
'合同
编号'
,
key
:
'salesCode
'
,
width
:
200
},
{
title
:
'要求完成时间'
,
key
:
'odate'
,
width
:
120
,
date
:
true
},
{
title
:
'分包方'
,
key
:
'subClient'
,
width
:
120
},
{
title
:
'分包方联系人'
,
key
:
'subPerson'
,
width
:
120
},
...
...
pages/meter-subcontract/cannot-sub/MeterCannotSubHis.vue
View file @
dbf31a4c
...
...
@@ -11,8 +11,8 @@
<Form-item
class=
"search-item"
label=
"委托单位:"
>
<Input
v-model=
"formObj.client"
@
on-enter=
"_formSearch"
name=
"client"
placeholder=
"请输入委托单位"
clearable
/>
</Form-item>
<Form-item
class=
"search-item"
label=
"合同
ID
:"
>
<Input
v-model=
"formObj.
contractId"
@
on-enter=
"_formSearch"
name=
"contractId"
placeholder=
"请输入合同ID
"
clearable
/>
<Form-item
class=
"search-item"
label=
"合同
编号
:"
>
<Input
v-model=
"formObj.
salesCode"
@
on-enter=
"_formSearch"
name=
"salesCode"
placeholder=
"请输入合同编号
"
clearable
/>
</Form-item>
<Form-item
class=
"search-btn"
>
<Button
@
click=
"_formSearch"
type=
"primary"
>
搜索
</Button>
...
...
@@ -87,14 +87,15 @@ export default {
}
],
formObj
:
{
client
:
undefined
client
:
undefined
,
salesCode
:
undefined
},
selectIds
:
[],
getPage
:
{},
pageColumns
:
[
{
title
:
'委托单位'
,
key
:
'client'
,
width
:
200
},
{
title
:
'委托时间'
,
key
:
'edate'
,
width
:
120
,
date
:
true
},
{
title
:
'合同
ID'
,
key
:
'contractId
'
,
width
:
200
},
{
title
:
'合同
编号'
,
key
:
'salesCode
'
,
width
:
200
},
{
title
:
'要求完成时间'
,
key
:
'odate'
,
width
:
120
,
date
:
true
},
{
title
:
'分包方'
,
key
:
'subClient'
,
width
:
120
},
{
title
:
'分包方联系人'
,
key
:
'subPerson'
,
width
:
120
},
...
...
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