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
c81a8673
Commit
c81a8673
authored
Aug 17, 2020
by
wangweidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合同评审记录修改
parent
4203064e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
11 deletions
+14
-11
meter-contract.js
api/meter/meter-contract.js
+4
-0
MeterSampleQuoteManage.vue
pages/meter-contract/MeterSampleQuoteManage.vue
+3
-3
MeterContractRegisterHis.vue
...r-contract/contract-register/MeterContractRegisterHis.vue
+7
-8
No files found.
api/meter/meter-contract.js
View file @
c81a8673
...
...
@@ -46,6 +46,10 @@ export default {
http
.
post
(
'meter/v1/contract/page_contract_register'
,
data
)
.
then
(
res
=>
res
),
pageContractRegisterHis
:
data
=>
http
.
post
(
'meter/v1/contract/page_contract_register_his'
,
data
)
.
then
(
res
=>
res
),
pageContractReview
:
data
=>
http
.
post
(
'meter/v1/contract/page_contract_review'
,
data
).
then
(
res
=>
res
),
...
...
pages/meter-contract/MeterSampleQuoteManage.vue
View file @
c81a8673
...
...
@@ -119,9 +119,9 @@ export default {
getPage
:
{},
pageColumns
:
[
{
title
:
'名称'
,
key
:
'name'
,
width
:
160
},
{
title
:
'型号'
,
key
:
'spec'
},
{
title
:
'数量'
,
key
:
'quantity'
},
{
title
:
'检测依据'
,
key
:
'verification'
},
{
title
:
'型号'
,
key
:
'spec'
,
width
:
160
},
{
title
:
'数量'
,
key
:
'quantity'
,
width
:
100
},
{
title
:
'检测依据'
,
key
:
'verification'
,
width
:
260
},
{
title
:
'技术参数'
,
key
:
'technicalParameter'
},
{
title
:
'生产厂家'
,
key
:
'manufacturer'
},
{
title
:
'出厂编号'
,
key
:
'factoryNumber'
},
...
...
pages/meter-contract/contract-register/MeterContractRegisterHis.vue
View file @
c81a8673
...
...
@@ -53,7 +53,7 @@
</div>
</template>
<
script
>
import
{
meter
Entrust
,
meter
Contract
}
from
'../../../api'
import
{
meterContract
}
from
'../../../api'
import
MeterContracHisOperation
from
'../../../components/operation/Operation'
import
MeterSubcontractorEdit
from
'./MeterContractRegisterEdit'
export
default
{
...
...
@@ -113,12 +113,11 @@ export default {
{
title
:
'联系人'
,
key
:
'person'
,
width
:
120
},
{
title
:
'联系电话'
,
key
:
'tel'
,
width
:
120
},
{
title
:
'传真'
,
key
:
'fax'
,
width
:
120
},
{
title
:
'详细地址'
,
key
:
'address'
,
width
:
250
},
{
title
:
'邮编'
,
key
:
'postcode'
},
{
title
:
'E-mail'
,
key
:
'email'
,
width
:
120
},
{
title
:
'委托日期'
,
key
:
'edate'
,
width
:
120
},
{
title
:
'费用合计'
,
key
:
'fee'
,
width
:
120
},
{
title
:
'合同号'
,
key
:
'contractCode'
,
width
:
120
},
{
title
:
'合同编号'
,
key
:
'salesCode'
,
width
:
120
},
{
title
:
'要求完成时间'
,
key
:
'odate'
,
width
:
120
,
date
:
true
},
{
title
:
'折扣'
,
key
:
'discount'
,
width
:
120
},
{
title
:
'总价'
,
key
:
'totalPrice'
,
width
:
120
},
{
title
:
'折扣价'
,
key
:
'discountPrice'
,
width
:
120
},
{
title
:
'备注'
,
key
:
'remark'
}
]
}
...
...
@@ -190,7 +189,7 @@ export default {
_page
:
async
function
()
{
Object
.
assign
(
this
.
formObj
,
this
.
$refs
.
pageTable
.
_searchParams
())
console
.
log
(
'this.formObj'
,
this
.
formObj
)
const
result
=
await
meter
Entrust
.
pageSendEntrust
(
this
.
formObj
)
const
result
=
await
meter
Contract
.
pageContractRegisterHis
(
this
.
formObj
)
if
(
result
)
{
this
.
$refs
.
pageTable
.
_hideLoading
()
this
.
getPage
=
result
...
...
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