Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d2b0ffe3
authored
Oct 25, 2022
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
询价管理页-报价弹窗问题
parent
01f94d0e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/views/List/inquireDetail.vue
src/views/List/inquireDetail.vue
View file @
d2b0ffe3
...
...
@@ -757,6 +757,8 @@ export default {
this
.
ruleForm
.
expire_time
=
new
Date
();
this
.
ruleForm
.
goods_name
=
this
.
inquiry_info
.
goods_name
;
//赋值型号
this
.
ruleForm
.
brand_name
=
this
.
inquiry_info
.
brand_name
;
//赋值品牌
this
.
ruleForm
.
delivery_int
=
this
.
inquiry_info
.
delivery_info
.
delivery_int
;
this
.
ruleForm
.
delivery_unit_val
=
this
.
inquiry_info
.
delivery_info
.
delivery_unit_val
;
this
.
$nextTick
(()
=>
{
this
.
$refs
[
'ruleForm'
].
resetFields
();
...
...
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