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
3e0426ab
Commit
3e0426ab
authored
Nov 06, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增财务单据问题
parent
ed9e9fab
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
BuyingAdd.vue
src/components/Buying/BuyingAdd.vue
+2
-0
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+5
-3
No files found.
src/components/Buying/BuyingAdd.vue
View file @
3e0426ab
...
@@ -427,6 +427,8 @@ export default {
...
@@ -427,6 +427,8 @@ export default {
this
.
apipost
(
"Shop_post_GetCommodityInfo"
,
{
CommodityId
:
id
},
r
=>
{
this
.
apipost
(
"Shop_post_GetCommodityInfo"
,
{
CommodityId
:
id
},
r
=>
{
if
(
r
.
data
.
resultCode
===
1
)
{
if
(
r
.
data
.
resultCode
===
1
)
{
this
.
addMsg
=
r
.
data
.
data
this
.
addMsg
=
r
.
data
.
data
this
.
addMsg
.
SellType
=
this
.
addMsg
.
SellType
+
''
this
.
addMsg
.
ParentCategoryId
=
this
.
addMsg
.
ParentCategoryId
+
''
this
.
DiningImageArray
=
this
.
addMsg
.
FlowImgList
this
.
DiningImageArray
=
this
.
addMsg
.
FlowImgList
this
.
getGoodsTypeManager
(
2
)
this
.
getGoodsTypeManager
(
2
)
this
.
$forceUpdate
()
this
.
$forceUpdate
()
...
...
src/components/FinancialModule/addFinancialDocuments.vue
View file @
3e0426ab
...
@@ -1194,7 +1194,7 @@ export default {
...
@@ -1194,7 +1194,7 @@ export default {
},
},
Financial_post_Get
(
id
,
tempId
){
//获取单据详情
Financial_post_Get
(
id
,
tempId
){
//获取单据详情
this
.
loading
=
true
;
this
.
loading
=
true
;
this
.
apipost
(
'Financial_post_Get'
,{
ID
:
id
,
TempId
:
tempId
,
TCIDList
:(
this
.
orderObj
&&
this
.
orderObj
.
TCIDList
)?
this
.
orderObj
.
TCIDList
:[]},
res
=>
{
this
.
apipost
(
'Financial_post_Get'
,
{
ID
:
id
,
TempId
:
tempId
,
TCIDList
:(
this
.
orderObj
&&
this
.
orderObj
.
TCIDList
)?
this
.
orderObj
.
TCIDList
:[]},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
;
let
data
=
res
.
data
.
data
;
this
.
editTemplateId
=
data
.
TemplateId
;
this
.
editTemplateId
=
data
.
TemplateId
;
...
@@ -1206,7 +1206,9 @@ export default {
...
@@ -1206,7 +1206,9 @@ export default {
this
.
msg
.
ClientID
=
this
.
msg
.
ClientID
==
0
?
''
:
this
.
msg
.
ClientID
;
this
.
msg
.
ClientID
=
this
.
msg
.
ClientID
==
0
?
''
:
this
.
msg
.
ClientID
;
if
(
id
||
id
===
0
)
{
if
(
id
||
id
===
0
)
{
if
(
!
this
.
orderObj
)
{
this
.
msg
.
RB_Branch_Id
=
this
.
getLocalStorage
().
RB_Branch_id
}
}
else
{
}
else
{
this
.
msg
.
RB_Branch_Id
=
this
.
msg
.
RB_Branch_Id
==
0
?
this
.
getLocalStorage
().
RB_Branch_id
:
this
.
msg
.
RB_Branch_Id
;
this
.
msg
.
RB_Branch_Id
=
this
.
msg
.
RB_Branch_Id
==
0
?
this
.
getLocalStorage
().
RB_Branch_id
:
this
.
msg
.
RB_Branch_Id
;
}
}
...
...
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