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
84b423f5
Commit
84b423f5
authored
Jul 09, 2020
by
wangweidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化修改
parent
f079e048
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
20 deletions
+19
-20
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
+1
-2
No files found.
api/meter/meter-sample.js
View file @
84b423f5
...
@@ -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 @
84b423f5
This diff is collapsed.
Click to expand it.
pages/meter-out/task-distribute/MeterOutTaskDistributeHis.vue
View file @
84b423f5
...
@@ -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 @
84b423f5
...
@@ -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 @
84b423f5
...
@@ -385,8 +385,7 @@ export default {
...
@@ -385,8 +385,7 @@ export default {
},
},
_page
:
async
function
()
{
_page
:
async
function
()
{
Object
.
assign
(
this
.
formObj
,
this
.
$refs
.
pageTable
.
_searchParams
())
Object
.
assign
(
this
.
formObj
,
this
.
$refs
.
pageTable
.
_searchParams
())
console
.
log
(
'this.formObj'
,
this
.
formObj
)
const
result
=
await
meterSample
.
pageSampleInputHis
(
this
.
formObj
)
const
result
=
await
meterSample
.
pageSampleInput
(
this
.
formObj
)
if
(
result
)
{
if
(
result
)
{
this
.
$refs
.
pageTable
.
_hideLoading
()
this
.
$refs
.
pageTable
.
_hideLoading
()
this
.
getPage
=
result
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