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
01f94d0e
authored
Oct 25, 2022
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
询价管理页-报价弹窗问题
parent
5d7efccc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
src/views/List/inquireDetail.vue
src/views/List/inquireDetail.vue
View file @
01f94d0e
...
...
@@ -742,6 +742,7 @@ export default {
},
//新增报价
added
()
{
console
.
log
(
this
.
inquiry_info
)
this
.
title
=
'新增'
;
this
.
dialogVisible
=
true
;
this
.
isModify
=
false
;
...
...
@@ -751,7 +752,9 @@ export default {
this
.
ruleForm
.
mpq
=
''
;
this
.
ruleForm
.
price_other
=
''
;
this
.
ruleForm
.
quote_id
=
''
;
this
.
ruleForm
.
quote_number
=
this
.
inquiry_info
.
inquiry_number
;
this
.
ruleForm
.
batch
=
this
.
inquiry_info
.
batch
;
this
.
ruleForm
.
expire_time
=
new
Date
();
this
.
ruleForm
.
goods_name
=
this
.
inquiry_info
.
goods_name
;
//赋值型号
this
.
ruleForm
.
brand_name
=
this
.
inquiry_info
.
brand_name
;
//赋值品牌
...
...
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