Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
ed4dedfb
Commit
ed4dedfb
authored
Sep 05, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
团控‘报价单保存日本线新增餐厅验证
parent
52172e3a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
2 deletions
+12
-2
QuotationNewPrice.vue
...ts/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
+1
-1
TravelManagerThree.vue
...ewTravelmanager/TravelGroupControl/TravelManagerThree.vue
+1
-1
index.js
src/plug/index.js
+10
-0
No files found.
src/components/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
View file @
ed4dedfb
...
@@ -232,7 +232,7 @@
...
@@ -232,7 +232,7 @@
this
.
goUrl
(
'newQuotation'
);
this
.
goUrl
(
'newQuotation'
);
}
}
}
else
{
}
else
{
this
.
Error
(
res
.
data
.
message
);
this
.
Error
Html
(
res
.
data
.
message
);
}
}
},
},
err
=>
{}
err
=>
{}
...
...
src/components/newTravelmanager/TravelGroupControl/TravelManagerThree.vue
View file @
ed4dedfb
...
@@ -595,7 +595,7 @@
...
@@ -595,7 +595,7 @@
this
.
isSubmit
=
true
;
this
.
isSubmit
=
true
;
}
else
{
}
else
{
this
.
FeatureData
.
IsSave
=
false
;
this
.
FeatureData
.
IsSave
=
false
;
this
.
Error
(
res
.
data
.
message
);
this
.
Error
Html
(
res
.
data
.
message
);
this
.
isSubmit
=
true
;
this
.
isSubmit
=
true
;
this
.
submitText
=
"提交"
;
this
.
submitText
=
"提交"
;
this
.
$refs
.
TravelFeature
.
del_show
=
true
;
this
.
$refs
.
TravelFeature
.
del_show
=
true
;
...
...
src/plug/index.js
View file @
ed4dedfb
...
@@ -216,6 +216,16 @@ export default {
...
@@ -216,6 +216,16 @@ export default {
});
});
},
},
//错误提示Html格式
Vue
.
prototype
.
ErrorHtml
=
function
(
msg
)
{
this
.
$message
({
message
:
msg
,
dangerouslyUseHTMLString
:
true
,
duration
:
3000
,
type
:
"error"
});
},
//一般提示
//一般提示
Vue
.
prototype
.
Info
=
function
(
msg
)
{
Vue
.
prototype
.
Info
=
function
(
msg
)
{
this
.
$message
({
this
.
$message
({
...
...
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