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
4b01400f
Commit
4b01400f
authored
Jan 11, 2021
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了报告管理
parent
4b030a3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
ReportInfoMake.vue
pages/soil-report-manage/report-make/tabs/ReportInfoMake.vue
+9
-10
No files found.
pages/soil-report-manage/report-make/tabs/ReportInfoMake.vue
View file @
4b01400f
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
<!-- 表格 -->
<!-- 表格 -->
<Col
span=
"24"
>
<Col
span=
"24"
>
<PTVXETable
ref=
"pageTable"
:page-columns=
"pageColumns"
:table-height=
"tableHeight"
<PTVXETable
ref=
"pageTable"
:page-columns=
"pageColumns"
:table-height=
"tableHeight"
:get-page=
"getPage"
:icon-msg=
"iconMsg"
:table-name=
"tableName"
select-data
:get-page=
"getPage"
:icon-msg=
"iconMsg"
:table-name=
"tableName"
@
on-result-change=
"_tableResultChange"
is-report
@
on-result-change=
"_tableResultChange"
>
select-data
is-report
>
<vxe-table-column
<vxe-table-column
v-for=
"item in (userColumns.length>0?userColumns: pageColumns)"
v-for=
"item in (userColumns.length>0?userColumns: pageColumns)"
:key=
"item.key"
:key=
"item.key"
...
@@ -44,21 +44,21 @@
...
@@ -44,21 +44,21 @@
</Row>
</Row>
</div>
</div>
</div>
</div>
<Modal
v-model=
"showIssueModal"
class=
"zIndex-1100
"
<Modal
v-model=
"showIssueModal"
@
on-cancel=
"_issueCancel
"
@
on-
cancel=
"_issueCancel
"
@
on-
ok=
"_issueOk
"
@
on-ok=
"_issueOk
"
>
class=
"zIndex-1100
"
>
<p
slot=
"header"
>
请选择签发日期
</p>
签发日期:
<p
slot=
"header"
>
请选择签发日期
</p>
签发日期:
<DatePicker
v-model=
"issueDateTemp"
<DatePicker
v-model=
"issueDateTemp"
:editable=
"false"
:editable=
"false"
@
on-change=
'_issueChange'
placeholder=
"请选择签发日期"
placeholder=
"请选择签发日期"
style=
"width:400px"
style=
"width:400px"
>
@
on-change=
'_issueChange'
>
</DatePicker>
</DatePicker>
</Modal>
</Modal>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
{
soilReport
,
soil
Entru
st
}
from
'../../../../api'
import
{
soilReport
,
soil
Te
st
}
from
'../../../../api'
import
Global
from
'../../../../api/config'
import
Global
from
'../../../../api/config'
/**
/**
...
@@ -251,10 +251,9 @@ export default {
...
@@ -251,10 +251,9 @@ export default {
},
},
_page
:
async
function
()
{
_page
:
async
function
()
{
Object
.
assign
(
this
.
formObj
,
this
.
$refs
.
pageTable
.
_searchParams
())
Object
.
assign
(
this
.
formObj
,
this
.
$refs
.
pageTable
.
_searchParams
())
const
result
=
await
soil
Entrust
.
pageGroupExpReportIssue
(
const
result
=
await
soil
Test
.
pageExpReportEnd
(
this
.
$serializeForm
(
this
.
formObj
)
this
.
$serializeForm
(
this
.
formObj
)
)
)
alert
(
result
)
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