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
1e1b2cef
Commit
1e1b2cef
authored
Jul 17, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了报价登记上一次检定时间选择
parent
4a51eef8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
MeterQuoteRegisterEdit.vue
.../meter-business/quote-register/MeterQuoteRegisterEdit.vue
+9
-0
No files found.
pages/meter-business/quote-register/MeterQuoteRegisterEdit.vue
View file @
1e1b2cef
...
...
@@ -118,6 +118,10 @@
type=
"number"
/>
</div>
<div
v-if=
"item.key==='lastTime'"
@
click
.
stop=
"_handleRow(scope)"
>
<Date-picker
v-model=
"scope.row.lastTime"
type=
"date"
split-panels
style=
"width:100%;"
placeholder=
"请选择上次检定时间"
></Date-picker>
</div>
<div
v-if=
"item.key==='unit'"
@
click
.
stop=
"_handleRow(scope)"
>
<el-input
v-model=
"scope.row.unit"
blur
placeholder=
"请输入收费单位"
></el-input>
...
...
@@ -659,6 +663,11 @@ export default {
this
.
_showAddress
(
formObj
)
this
.
_showTime
(
formObj
)
this
.
getPage
.
records
=
formObj
.
sampleList
for
(
let
i
=
0
;
i
<
formObj
.
sampleList
.
length
;
i
++
)
{
this
.
getPage
.
records
[
i
].
lastTime
=
new
Date
(
formObj
.
sampleList
[
i
].
lastTime
)
}
},
_getList
:
async
function
()
{
const
result
=
await
meterEntrust
.
pageList
()
...
...
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