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
401ccc24
Commit
401ccc24
authored
Jul 09, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://git.patzn.com/root/patzn-cloud-service-metr-web
into dev
parents
5f05ab05
84b423f5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
18 deletions
+18
-18
meter-sample.js
api/meter/meter-sample.js
+6
-1
MeterOutPersonalTaskHis.vue
pages/meter-out/personal-task/MeterOutPersonalTaskHis.vue
+0
-0
MeterOutTaskDistributeHis.vue
...s/meter-out/task-distribute/MeterOutTaskDistributeHis.vue
+12
-12
MeterSampleFlow.vue
pages/meter-send/sample-flow/MeterSampleFlow.vue
+0
-5
MeterSampleInputHis.vue
pages/meter-send/sample-input/MeterSampleInputHis.vue
+0
-0
No files found.
api/meter/meter-sample.js
View file @
401ccc24
...
@@ -54,10 +54,15 @@ export default {
...
@@ -54,10 +54,15 @@ export default {
http
.
post
(
'meter/v1/sample/page_distribute_his'
,
data
).
then
(
res
=>
res
),
http
.
post
(
'meter/v1/sample/page_distribute_his'
,
data
).
then
(
res
=>
res
),
pageOutPersonalTask
:
data
=>
pageOutPersonalTask
:
data
=>
http
.
post
(
'meter/v1/sample/page_out_personal_task'
,
data
).
then
(
res
=>
res
),
http
.
post
(
'meter/v1/sample/page_out_personal_task'
,
data
).
then
(
res
=>
res
),
pageOutPersonalTaskHis
:
data
=>
http
.
post
(
'meter/v1/sample/page_out_personal_task_his'
,
data
)
.
then
(
res
=>
res
),
pageSampleInput
:
data
=>
pageSampleInput
:
data
=>
http
.
post
(
'meter/v1/sample/page_sample_input'
,
data
).
then
(
res
=>
res
),
http
.
post
(
'meter/v1/sample/page_sample_input'
,
data
).
then
(
res
=>
res
),
pageSampleInputHis
:
data
=>
http
.
post
(
'meter/v1/sample/page_sample_input_his'
,
data
).
then
(
res
=>
res
),
pageSampleInStock
:
data
=>
pageSampleInStock
:
data
=>
http
.
post
(
'meter/v1/sample/page_sample_in_stock'
,
data
).
then
(
res
=>
res
),
http
.
post
(
'meter/v1/sample/page_sample_in_stock'
,
data
).
then
(
res
=>
res
),
pageSampleInStockHis
:
data
=>
pageSampleInStockHis
:
data
=>
...
...
pages/meter-out/personal-task/MeterOutPersonalTaskHis.vue
View file @
401ccc24
This diff is collapsed.
Click to expand it.
pages/meter-out/task-distribute/MeterOutTaskDistributeHis.vue
View file @
401ccc24
...
@@ -73,17 +73,17 @@ export default {
...
@@ -73,17 +73,17 @@ export default {
// id: '',
// id: '',
// name: '编辑'
// name: '编辑'
// },
// },
//
{
{
//
type: 'ios-contact',
type
:
'ios-contact'
,
//
id: '',
id
:
''
,
//
name: '任务分配'
name
:
'任务分配'
//
},
},
//
{ type: 'md-cloud', id: '', name: '附件' },
{
type
:
'md-cloud'
,
id
:
''
,
name
:
'附件'
},
//
{
{
//
type: 'ios-clock',
type
:
'ios-clock'
,
//
id: '',
id
:
''
,
//
name: '操作日志'
name
:
'操作日志'
//
}
}
],
],
formObj
:
{
formObj
:
{
client
:
undefined
,
client
:
undefined
,
...
@@ -98,7 +98,7 @@ export default {
...
@@ -98,7 +98,7 @@ export default {
{
title
:
'联系电话'
,
key
:
'tel'
,
width
:
120
},
{
title
:
'联系电话'
,
key
:
'tel'
,
width
:
120
},
{
title
:
'传真'
,
key
:
'fax'
,
width
:
120
},
{
title
:
'传真'
,
key
:
'fax'
,
width
:
120
},
{
title
:
'详细地址'
,
key
:
'address'
,
width
:
250
},
{
title
:
'详细地址'
,
key
:
'address'
,
width
:
250
},
{
title
:
'邮编'
,
key
:
'postcode'
},
{
title
:
'邮编'
,
key
:
'postcode'
,
width
:
110
},
{
title
:
'E-mail'
,
key
:
'email'
,
width
:
120
},
{
title
:
'E-mail'
,
key
:
'email'
,
width
:
120
},
{
title
:
'委托日期'
,
key
:
'edate'
,
width
:
120
},
{
title
:
'委托日期'
,
key
:
'edate'
,
width
:
120
},
{
title
:
'费用合计'
,
key
:
'fee'
,
width
:
120
},
{
title
:
'费用合计'
,
key
:
'fee'
,
width
:
120
},
...
...
pages/meter-send/sample-flow/MeterSampleFlow.vue
View file @
401ccc24
...
@@ -82,11 +82,6 @@ export default {
...
@@ -82,11 +82,6 @@ export default {
{
{
type
:
'success'
,
type
:
'success'
,
id
:
''
,
id
:
''
,
name
:
'任务转发'
},
{
type
:
'success'
,
id
:
''
,
name
:
'流转'
name
:
'流转'
}
}
],
],
...
...
pages/meter-send/sample-input/MeterSampleInputHis.vue
View file @
401ccc24
This diff is collapsed.
Click to expand it.
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