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
4f09647d
Commit
4f09647d
authored
Apr 16, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
99cd0109
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
10 deletions
+8
-10
czBillModule.vue
...nents/FinancialModule/FinancialSubmodule/czBillModule.vue
+1
-1
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+1
-1
ElectricityGoods.vue
src/components/SalesModule/ElectricityGoods.vue
+6
-8
No files found.
src/components/FinancialModule/FinancialSubmodule/czBillModule.vue
View file @
4f09647d
...
@@ -182,7 +182,7 @@
...
@@ -182,7 +182,7 @@
<div
v-show=
"tableShow4"
class=
"sanjiao-box _padding_20_15"
>
<div
v-show=
"tableShow4"
class=
"sanjiao-box _padding_20_15"
>
<table
border=
"1"
class=
"czBillModule _border_color_b Receipt_table"
bordercolor=
"#c94052"
style=
"border-collapse:collapse;width: 100%;"
v-loading=
'loading'
>
<table
border=
"1"
class=
"czBillModule _border_color_b Receipt_table"
bordercolor=
"#c94052"
style=
"border-collapse:collapse;width: 100%;"
v-loading=
'loading'
>
<tr>
<tr>
<th
width=
'
40
%'
>
团ID
</th>
<th
width=
'
35
%'
>
团ID
</th>
<th>
团编号
</th>
<th>
团编号
</th>
</tr>
</tr>
...
...
src/components/FinancialModule/addFinancialDocuments.vue
View file @
4f09647d
...
@@ -210,7 +210,7 @@
...
@@ -210,7 +210,7 @@
<el-option
:label=
"$t('fnc.szxiangdi')"
:value=
'7'
:key=
'7'
v-if=
'msg.TemplateId!==36 && msg.TemplateId!==37 && msg.TemplateId!==48 && msg.TemplateId !==53'
></el-option>
<el-option
:label=
"$t('fnc.szxiangdi')"
:value=
'7'
:key=
'7'
v-if=
'msg.TemplateId!==36 && msg.TemplateId!==37 && msg.TemplateId!==48 && msg.TemplateId !==53'
></el-option>
<el-option
label=
"原路退款"
:value=
'8'
:key=
'8'
v-if=
'msg.TemplateId===2 || msg.TemplateId===12 ||msg.TemplateId===61 || msg.TemplateId===62 || msg.TemplateId===120'
></el-option>
<el-option
label=
"原路退款"
:value=
'8'
:key=
'8'
v-if=
'msg.TemplateId===2 || msg.TemplateId===12 ||msg.TemplateId===61 || msg.TemplateId===62 || msg.TemplateId===120'
></el-option>
<el-option
label=
"地接预支款"
:value=
'9'
:key=
'9'
v-if=
'msg.TemplateId===67||msg.TemplateId===74||msg.TemplateId===119'
></el-option>
<el-option
label=
"地接预支款"
:value=
'9'
:key=
'9'
v-if=
'msg.TemplateId===67||msg.TemplateId===74||msg.TemplateId===119'
></el-option>
<el-option
label=
"电商结算"
:value=
'1
0'
:key=
'10
'
v-if=
'msg.TemplateId===121'
></el-option>
<el-option
label=
"电商结算"
:value=
'1
1'
:key=
'11
'
v-if=
'msg.TemplateId===121'
></el-option>
</el-select>
</el-select>
<el-select
v-if=
"!showDisable"
filterable
v-model=
'msg.ClientType'
:placeholder=
"$t('fnc.khleixing')"
@
change=
"financeinfo_post_GetClientAccountList(msg.ClientType)"
class=
"w135 _border_b_1"
>
<el-select
v-if=
"!showDisable"
filterable
v-model=
'msg.ClientType'
:placeholder=
"$t('fnc.khleixing')"
@
change=
"financeinfo_post_GetClientAccountList(msg.ClientType)"
class=
"w135 _border_b_1"
>
<el-option
v-for=
'item in ClientTypeList'
<el-option
v-for=
'item in ClientTypeList'
...
...
src/components/SalesModule/ElectricityGoods.vue
View file @
4f09647d
...
@@ -105,7 +105,7 @@
...
@@ -105,7 +105,7 @@
width=
"450px"
>
width=
"450px"
>
<el-form
ref=
"form2"
:model=
"form2"
:rules=
"rules2"
label-width=
"100px"
>
<el-form
ref=
"form2"
:model=
"form2"
:rules=
"rules2"
label-width=
"100px"
>
<el-form-item
label=
"
名称
"
prop=
"TCNUM"
>
<el-form-item
label=
"
团号
"
prop=
"TCNUM"
>
<el-input
class=
'w220'
v-model=
'form2.TCNUM'
></el-input>
<el-input
class=
'w220'
v-model=
'form2.TCNUM'
></el-input>
</el-form-item>
</el-form-item>
...
@@ -162,6 +162,7 @@ export default {
...
@@ -162,6 +162,7 @@ export default {
userInfo
:{},
userInfo
:{},
unEdit
:
true
,
unEdit
:
true
,
neibuState
:
false
,
neibuState
:
false
,
Handmsg
:{},
}
}
},
},
created
(){
created
(){
...
@@ -178,9 +179,9 @@ export default {
...
@@ -178,9 +179,9 @@ export default {
},
},
methods
:{
methods
:{
changeTypeValue
(
com
,
val
){
changeTypeValue
(
com
,
val
){
let
Handmsg
=
{};
this
.
Handmsg
=
{};
Handmsg
.
ReFinanceId
=
com
.
Id
;
this
.
Handmsg
.
ReFinanceId
=
com
.
Id
;
Handmsg
.
OtherType
=
9
;
this
.
Handmsg
.
OtherType
=
9
;
var
msg
=
JSON
.
stringify
(
Handmsg
);
var
msg
=
JSON
.
stringify
(
Handmsg
);
if
(
val
==
1
){
//收款
if
(
val
==
1
){
//收款
let
routeData
=
this
.
$router
.
resolve
({
let
routeData
=
this
.
$router
.
resolve
({
...
@@ -211,14 +212,11 @@ export default {
...
@@ -211,14 +212,11 @@ export default {
RulesOk2
(
formName
){
RulesOk2
(
formName
){
this
.
$refs
[
formName
].
validate
((
valid
)
=>
{
this
.
$refs
[
formName
].
validate
((
valid
)
=>
{
if
(
valid
)
{
if
(
valid
)
{
let
Handmsg
=
{};
Handmsg
.
OtherType
=
11
;
this
.
apipost
(
this
.
apipost
(
'Financial_post_ValidataTCTravelInfo'
,
this
.
form2
,
'Financial_post_ValidataTCTravelInfo'
,
this
.
form2
,
res
=>
{
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
Handmsg
.
ReTCID
=
res
.
data
.
data
;
this
.
Handmsg
.
ReTCID
=
res
.
data
.
data
;
var
msg
=
JSON
.
stringify
(
Handmsg
);
var
msg
=
JSON
.
stringify
(
Handmsg
);
let
routeData
=
this
.
$router
.
resolve
({
let
routeData
=
this
.
$router
.
resolve
({
name
:
'ChoiceAddFinancialDocuments'
,
name
:
'ChoiceAddFinancialDocuments'
,
...
...
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