Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
taxformtoolframework
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Bugzilla
Bugzilla
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
税表组件2.0工具兼容框架
taxformtoolframework
Commits
1d0bbcf8
Commit
1d0bbcf8
authored
Apr 18, 2022
by
zqm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.解决bug29330,修改审核说明保存结构字段的赋值
parent
44790e16
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
2 deletions
+22
-2
saveButton.vue
src/components/saveButton.vue
+22
-2
No files found.
src/components/saveButton.vue
View file @
1d0bbcf8
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
import { types } from 'util';
import { types } from 'util';
* @Author: zqm
* @Author: zqm
* @Date: 2021-06-28 15:44:47
* @Date: 2021-06-28 15:44:47
* @LastEditTime: 2022-04-18 1
0:16:14
* @LastEditTime: 2022-04-18 1
3:37:53
* @LastEditors: Please set LastEditors
* @LastEditors: Please set LastEditors
* @Description: 保存按钮
* @Description: 保存按钮
* @FilePath: \taxFormToolFramework\src\components\saveButton.vue
* @FilePath: \taxFormToolFramework\src\components\saveButton.vue
...
@@ -216,7 +216,7 @@ export default {
...
@@ -216,7 +216,7 @@ export default {
checkJson
.
forEach
(
element
=>
{
checkJson
.
forEach
(
element
=>
{
var
obj
=
{
var
obj
=
{
bbdm
:
element
.
bbdm
?
element
.
bbdm
:
openData
.
bbDm
,
//报表代码
bbdm
:
element
.
bbdm
?
element
.
bbdm
:
openData
.
bbDm
,
//报表代码
formname
:
element
.
formname
?
element
.
formname
:
openData
.
bbMc
,
//表名
formname
:
element
.
formname
?
element
.
formname
:
this
.
getFormname
(
element
.
bbdm
?
element
.
bbdm
:
openData
.
bbDm
)
,
//表名
bcbgjz
:
"NULL"
,
//变长表关键字
bcbgjz
:
"NULL"
,
//变长表关键字
shtag
:
element
.
shtag
?
element
.
shtag
:
element
.
shbz
,
//审核tag
shtag
:
element
.
shtag
?
element
.
shtag
:
element
.
shbz
,
//审核tag
shgs
:
element
.
shgs
,
//审核公式
shgs
:
element
.
shgs
,
//审核公式
...
@@ -254,6 +254,26 @@ export default {
...
@@ -254,6 +254,26 @@ export default {
window
.
opener
.
mlistener
.
returnSelectRowData
=
saveData
.
data
[
0
].
header
;
window
.
opener
.
mlistener
.
returnSelectRowData
=
saveData
.
data
[
0
].
header
;
}
}
},
"json"
,
true
);
},
"json"
,
true
);
},
getFormname
(
bbDm
)
{
var
formname
=
""
switch
(
bbDm
)
{
case
'90702_001'
:
formname
=
'XXB'
;
break
;
case
'90702_002'
:
formname
=
'B0'
;
break
;
case
'90702_003'
:
formname
=
'B1'
;
break
;
case
'90702_005'
:
formname
=
'B3'
;
break
;
default
:
formname
=
""
;
}
return
formname
}
}
}
}
}
}
...
...
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