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
e0551c9b
Commit
e0551c9b
authored
Jun 19, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了合同评审添加
parent
a1658c11
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
24 deletions
+21
-24
MeterContractReviewAddEdit.vue
...r-contract/contract-review/MeterContractReviewAddEdit.vue
+21
-24
No files found.
pages/meter-contract/contract-review/MeterContractReviewAddEdit.vue
View file @
e0551c9b
<
template
>
<div>
<Modal
v-model=
"showModal"
:mask-closable=
"false"
width=
"
6
00"
>
<Modal
v-model=
"showModal"
:mask-closable=
"false"
width=
"
10
00"
>
<p
slot=
"header"
>
{{
modalTitle
}}
</p>
<div>
<Form
id=
"edit-form"
ref=
"formObj"
:model=
"formObj"
:rules=
"ruleValidate"
:label-width=
"
90
"
inline
>
<Form-item
label=
"委托单位"
prop=
"client"
style=
"width: 100%"
>
<Form
id=
"edit-form"
ref=
"formObj"
:model=
"formObj"
:rules=
"ruleValidate"
:label-width=
"
110"
labelPosition=
"left
"
inline
>
<Form-item
label=
"委托单位"
prop=
"client"
style=
"width: 100%
;margin-bottom: 5px;
"
>
<AutoComplete
:value=
"formObj.client"
:down-data=
"customerData"
@
on-result-change=
"_cusNameChange"
name=
"client"
placeholder=
"请输入或选择委托单位"
></AutoComplete>
</Form-item>
<Form-item
label=
"项目、内容"
prop=
"content"
style=
"width: 100%"
>
<Form-item
label=
"项目、内容"
prop=
"content"
style=
"width: 100%
;margin-bottom: 5px;
"
>
<Input
v-model=
"formObj.content"
name=
"content"
placeholder=
"请输入项目或内容"
/>
</Form-item>
<Form-item
label=
"评审人员"
prop=
"person"
style=
"width: 100%"
>
<Form-item
label=
"评审人员"
prop=
"person"
style=
"width: 100%
;margin-bottom: 5px;
"
>
<Input
v-model=
"formObj.person"
name=
"person"
placeholder=
"请输入评审人员"
/>
</Form-item>
<Form-item
style=
"width: 100%;padding-left: 180px;"
>
<span
style=
"font-weight: bold"
>
评审内容
</span>
</Form-item>
<Form-item
label=
"检定/校准执行规程/规范:"
prop=
"requirements"
style=
"width: 100%"
>
<Input
v-model=
"formObj.requirements"
:rows=
"3"
name=
"requirements"
type=
"textarea"
placeholder=
"请输入要求"
/>
<Form-item
label=
"检定/校准执行规程/规范:"
prop=
"requirements"
style=
"width: 100%;margin-bottom: 5px;"
>
<Input
v-model=
"formObj.requirements"
:rows=
"2"
name=
"requirements"
type=
"textarea"
placeholder=
"请输入要求"
/>
</Form-item>
<Form-item
label=
"要求完成时间"
prop=
"odate"
style=
"width: 100%"
>
<Form-item
label=
"要求完成时间"
prop=
"odate"
style=
"width: 100%
;margin-bottom: 5px;
"
>
<Date-picker
@
on-change=
"_ctimeChange"
type=
"date"
split-panels
style=
"width:100%;"
placeholder=
"请选择要求完成时间"
></Date-picker>
</Form-item>
<Form-item
label=
"资质能否满足要求"
prop=
"aptitude"
class=
"width-48"
>
<Form-item
label=
"资质能否满足要求"
prop=
"aptitude"
class=
"width-48"
style=
"margin-bottom: 0px;"
>
<RadioGroup
v-model=
"formObj.aptitude"
>
<Radio
:label=
"item.value"
v-for=
"item in menusList"
:key=
"item.name"
>
{{
item
.
name
}}
</Radio>
</RadioGroup>
</Form-item>
<Form-item
label=
"设备及环境条件是否满足要求"
prop=
"facility"
class=
"width-48"
>
<Form-item
label=
"设备及环境条件是否满足要求"
prop=
"facility"
class=
"width-48"
style=
"margin-bottom: 0px;"
>
<RadioGroup
v-model=
"formObj.facility"
>
<Radio
:label=
"item.value"
v-for=
"item in menusList"
:key=
"item.name"
>
{{
item
.
name
}}
</Radio>
</RadioGroup>
</Form-item>
<Form-item
label=
"规程/规范是否符合客户要求"
prop=
"standard"
class=
"width-48"
>
<Form-item
label=
"规程/规范是否符合客户要求"
prop=
"standard"
class=
"width-48"
style=
"margin-bottom: 0px;"
>
<RadioGroup
v-model=
"formObj.standard"
>
<Radio
:label=
"item.value"
v-for=
"item in menusList"
:key=
"item.name"
>
{{
item
.
name
}}
</Radio>
</RadioGroup>
</Form-item>
<Form-item
label=
"人员是否具有能力"
prop=
"power"
class=
"width-48"
>
<Form-item
label=
"人员是否具有能力"
prop=
"power"
class=
"width-48"
style=
"margin-bottom: 0px;"
>
<RadioGroup
v-model=
"formObj.power"
>
<Radio
:label=
"item.value"
v-for=
"item in menusList"
:key=
"item.name"
>
{{
item
.
name
}}
</Radio>
</RadioGroup>
</Form-item>
<Form-item
label=
"是否需要分包和分包方的能力评审"
prop=
"subpackage"
class=
"width-48"
>
<Form-item
label=
"是否需要分包和分包方的能力评审"
prop=
"subpackage"
class=
"width-48"
style=
"margin-bottom: 0px;"
>
<RadioGroup
v-model=
"formObj.subpackage"
>
<Radio
:label=
"item.value"
v-for=
"item in menusList"
:key=
"item.name"
>
{{
item
.
name
}}
</Radio>
</RadioGroup>
</Form-item>
<Form-item
label=
"是否能在客户要求的时间内完成"
prop=
"setTime"
class=
"width-48"
>
<Form-item
label=
"是否能在客户要求的时间内完成"
prop=
"setTime"
class=
"width-48"
style=
"margin-bottom: 0px;"
>
<RadioGroup
v-model=
"formObj.setTime"
>
<Radio
:label=
"item.value"
v-for=
"item in menusList"
:key=
"item.name"
>
{{
item
.
name
}}
</Radio>
</RadioGroup>
</Form-item>
<Form-item
label=
"其他问题的解决"
prop=
"other"
style=
"width: 99.8%
"
>
<Input
v-model=
"formObj.other"
:rows=
"
3
"
name=
"other"
type=
"textarea"
<Form-item
label=
"其他问题的解决"
prop=
"other"
style=
"width: 99.8%
;margin-bottom: 5px;"
>
<Input
v-model=
"formObj.other"
:rows=
"
2
"
name=
"other"
type=
"textarea"
placeholder=
"请输入解决的问题"
/>
</Form-item>
<Form-item
label=
"评审结论"
prop=
"verdict"
style=
"width: 99.8%"
>
<Input
v-model=
"formObj.verdict"
:rows=
"
3
"
name=
"verdict"
type=
"textarea"
<Form-item
label=
"评审结论"
prop=
"verdict"
style=
"width: 99.8%
;margin-bottom: 5px;
"
>
<Input
v-model=
"formObj.verdict"
:rows=
"
2
"
name=
"verdict"
type=
"textarea"
placeholder=
"请输入评审结论"
/>
</Form-item>
<Form-item
label=
"评审日期"
prop=
"reviewTime"
style=
"width: 100%"
>
<Form-item
label=
"评审日期"
prop=
"reviewTime"
style=
"width: 100%
;margin-bottom: 5px;
"
>
<Date-picker
@
on-change=
"_reviewTime"
type=
"date"
split-panels
style=
"width:100%;"
placeholder=
"请选择评审"
></Date-picker>
</Form-item>
<Form-item
label=
"备注:"
prop=
"remark"
style=
"width: 99.8%"
>
<Input
v-model=
"formObj.remark"
:rows=
"
3
"
name=
"remark"
type=
"textarea"
<Form-item
label=
"备注:"
prop=
"remark"
style=
"width: 99.8%
;margin-bottom: 5px;
"
>
<Input
v-model=
"formObj.remark"
:rows=
"
2
"
name=
"remark"
type=
"textarea"
placeholder=
"请输入备注"
/>
</Form-item>
</Form>
...
...
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