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
513a57bb
Commit
513a57bb
authored
Oct 13, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了样品管理
parent
9798e061
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
16 deletions
+15
-16
SampleBackupsManage.vue
...-sample-manage/backups-manage/tab/SampleBackupsManage.vue
+5
-6
SampleDisposeManage.vue
...-sample-manage/sample-dispose/tab/SampleDisposeManage.vue
+5
-5
SampleSurplusManage.vue
...-sample-manage/surplus-manage/tab/SampleSurplusManage.vue
+5
-5
No files found.
pages/soil-sample-manage/backups-manage/tab/SampleBackupsManage.vue
View file @
513a57bb
...
...
@@ -8,11 +8,11 @@
<Col
span=
"24"
>
<Form
id=
"search-form"
:label-width=
"80"
v-show=
"searchOpen"
inline
onsubmit=
"return false"
>
<label
class=
"label-sign"
></label>
<Form-item
class=
"search-item"
label=
"
样品
编号:"
>
<Input
@
on-enter=
"_formSearch"
name=
"sampleSn
"
placeholder=
"请输入样品编号"
clearable
/>
<Form-item
class=
"search-item"
label=
"
委托
编号:"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.entrustCode"
name=
"entrustCode
"
placeholder=
"请输入样品编号"
clearable
/>
</Form-item>
<Form-item
class=
"search-item"
label=
"
样品名称
:"
>
<Input
@
on-enter=
"_formSearch"
name=
"sampleNam
e"
placeholder=
"请输入样品名称"
clearable
/>
<Form-item
class=
"search-item"
label=
"
试样编号
:"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.sampleCode"
name=
"sampleCod
e"
placeholder=
"请输入样品名称"
clearable
/>
</Form-item>
<Form-item
class=
"search-btn"
>
<Button
@
click=
"_formSearch"
type=
"primary"
>
搜索
</Button>
...
...
@@ -527,12 +527,11 @@ export default {
},
_formSearch
()
{
this
.
$refs
.
pageTable
.
_pageChange
(
1
)
this
.
_getBackUpCount
()
//
this._getBackUpCount()
},
_page
:
async
function
()
{
this
.
editIndex
=
-
1
Object
.
assign
(
this
.
formObj
,
this
.
$refs
.
pageTable
.
_searchParams
())
console
.
log
(
'this.formObj'
,
this
.
formObj
)
const
result
=
await
soilEntrust
.
pageBackup
(
this
.
$serializeForm
(
this
.
formObj
)
)
...
...
pages/soil-sample-manage/sample-dispose/tab/SampleDisposeManage.vue
View file @
513a57bb
...
...
@@ -8,11 +8,11 @@
<Col
span=
"24"
>
<Form
id=
"search-form"
:label-width=
"80"
v-show=
"searchOpen"
inline
onsubmit=
"return false"
>
<label
class=
"label-sign"
></label>
<Form-item
class=
"search-item"
label=
"
样品
编号:"
>
<Input
@
on-enter=
"_formSearch"
name=
"sampleSn
"
placeholder=
"请输入样品编号"
clearable
/>
<Form-item
class=
"search-item"
label=
"
委托
编号:"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.entrustCode"
name=
"entrustCode
"
placeholder=
"请输入样品编号"
clearable
/>
</Form-item>
<Form-item
class=
"search-item"
label=
"
样品名称
:"
>
<Input
@
on-enter=
"_formSearch"
name=
"sampleNam
e"
placeholder=
"请输入样品名称"
clearable
/>
<Form-item
class=
"search-item"
label=
"
试样编号
:"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.sampleCode"
name=
"sampleCod
e"
placeholder=
"请输入样品名称"
clearable
/>
</Form-item>
<Form-item
class=
"search-btn"
>
<Button
@
click=
"_formSearch"
type=
"primary"
>
搜索
</Button>
...
...
@@ -525,7 +525,7 @@ export default {
},
_formSearch
()
{
this
.
$refs
.
pageTable
.
_pageChange
(
1
)
this
.
_getBackUpCount
()
//
this._getBackUpCount()
},
_page
:
async
function
()
{
this
.
editIndex
=
-
1
...
...
pages/soil-sample-manage/surplus-manage/tab/SampleSurplusManage.vue
View file @
513a57bb
...
...
@@ -8,11 +8,11 @@
<Col
span=
"24"
>
<Form
id=
"search-form"
:label-width=
"80"
v-show=
"searchOpen"
inline
onsubmit=
"return false"
>
<label
class=
"label-sign"
></label>
<Form-item
class=
"search-item"
label=
"
样品
编号:"
>
<Input
@
on-enter=
"_formSearch"
name=
"sampleSn
"
placeholder=
"请输入样品编号"
clearable
/>
<Form-item
class=
"search-item"
label=
"
委托
编号:"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.entrustCode"
name=
"entrustCode
"
placeholder=
"请输入样品编号"
clearable
/>
</Form-item>
<Form-item
class=
"search-item"
label=
"
样品名称
:"
>
<Input
@
on-enter=
"_formSearch"
name=
"sampleNam
e"
placeholder=
"请输入样品名称"
clearable
/>
<Form-item
class=
"search-item"
label=
"
试样编号
:"
>
<Input
@
on-enter=
"_formSearch"
v-model=
"formObj.sampleCode"
name=
"sampleCod
e"
placeholder=
"请输入样品名称"
clearable
/>
</Form-item>
<Form-item
class=
"search-btn"
>
<Button
@
click=
"_formSearch"
type=
"primary"
>
搜索
</Button>
...
...
@@ -525,7 +525,7 @@ export default {
},
_formSearch
()
{
this
.
$refs
.
pageTable
.
_pageChange
(
1
)
this
.
_getBackUpCount
()
//
this._getBackUpCount()
},
_page
:
async
function
()
{
this
.
editIndex
=
-
1
...
...
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