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
bb10bf2f
Commit
bb10bf2f
authored
Mar 22, 2021
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加了样品管理备样样品管理和余样处理审批的按钮权限
parent
b7bad59f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
AddressManage.vue
pages/soil-sample-manage/keep-address/AddressManage.vue
+1
-1
SurplusDisposeManage.vue
...anage/sample-surplus-dispose/tab/SurplusDisposeManage.vue
+7
-5
No files found.
pages/soil-sample-manage/keep-address/AddressManage.vue
View file @
bb10bf2f
...
@@ -97,7 +97,7 @@ export default {
...
@@ -97,7 +97,7 @@ export default {
btn
:
[
btn
:
[
{
{
type
:
'success'
,
type
:
'success'
,
id
:
''
,
id
:
'
keep-callout
'
,
name
:
'调出'
name
:
'调出'
}
}
// {
// {
...
...
pages/soil-sample-manage/sample-surplus-dispose/tab/SurplusDisposeManage.vue
View file @
bb10bf2f
...
@@ -71,16 +71,16 @@ export default {
...
@@ -71,16 +71,16 @@ export default {
btn
:
[
btn
:
[
{
{
type
:
'primary'
,
type
:
'primary'
,
id
:
''
,
id
:
'
surplus-dispose-pass
'
,
name
:
'通过'
name
:
'通过'
},
},
{
{
type
:
''
,
type
:
''
,
id
:
''
,
id
:
'
surplus-dispose-back
'
,
name
:
'驳回'
name
:
'驳回'
},
},
{
{
type
:
''
,
type
:
'
surplus-dispose-submit-flow
'
,
id
:
'surplus-dispose-submit-flow'
,
id
:
'surplus-dispose-submit-flow'
,
name
:
'提交审批'
name
:
'提交审批'
}
}
...
@@ -89,9 +89,11 @@ export default {
...
@@ -89,9 +89,11 @@ export default {
// { type: '', id: '', name: '导出' },
// { type: '', id: '', name: '导出' },
],
],
iconMsg
:
[
iconMsg
:
[
{
type
:
'md-create'
,
id
:
''
,
name
:
'编辑'
}
// food-sample-prepare-edit
{
type
:
'md-create'
,
id
:
'surplus-dispose-edit'
,
name
:
'编辑'
}
// food-sample-prepare-edit
],
iconMsgSave
:
[
{
type
:
'ios-checkmark'
,
id
:
'surplus-dispose-save'
,
name
:
'保存'
}
],
],
iconMsgSave
:
[{
type
:
'ios-checkmark'
,
id
:
''
,
name
:
'保存'
}],
pageColumns
:
[
pageColumns
:
[
{
title
:
'试样编号'
,
key
:
'sampleCode'
,
width
:
150
},
{
title
:
'试样编号'
,
key
:
'sampleCode'
,
width
:
150
},
{
title
:
'状态'
,
key
:
'status'
,
status
:
true
,
width
:
100
},
{
title
:
'状态'
,
key
:
'status'
,
status
:
true
,
width
:
100
},
...
...
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