Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
fukai
vue-gjjs
Commits
89d40c89
Commit
89d40c89
authored
Jun 13, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "litdck修改"
This reverts commit
b3f45f4c
.
parent
b3f45f4c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
index.js
src/business/litdck/model/index.js
+2
-0
Litdckp.vue
src/business/litdck/views/Litdckp.vue
+2
-2
index.js
src/business/litopn/event/index.js
+3
-3
No files found.
src/business/litdck/model/index.js
View file @
89d40c89
...
...
@@ -93,6 +93,7 @@ export default class Litdck {
},
},
acttyp
:
''
,
invtyp
:
''
,
lidgrp
:
{
rec
:
{
branchinr
:
''
,
...
...
@@ -108,6 +109,7 @@ export default class Litdck {
opndat
:
''
,
redclsflg
:
''
,
inr
:
''
,
invref
:
''
,
},
cbs
:
{
opn1
:
{
...
...
src/business/litdck/views/Litdckp.vue
View file @
89d40c89
...
...
@@ -202,9 +202,9 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"发票类型"
prop=
"
brdgrp.rec.
invtyp"
>
<el-form-item
label=
"发票类型"
prop=
"invtyp"
>
<c-select
v-model=
"model.
brdgrp.rec.
invtyp"
v-model=
"model.invtyp"
style=
"width: 100%"
:code=
"codes.invtyp2"
>
...
...
src/business/litopn/event/index.js
View file @
89d40c89
...
...
@@ -22,9 +22,9 @@ export default {
async
init
()
{
const
params
=
{
// spt: JSON.parse(localStorage.getItem('row_' + this.trnName))
//
trnmod:{
//
trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
//
}
trnmod
:{
trn
:
JSON
.
parse
(
localStorage
.
getItem
(
'review_'
+
this
.
trnName
))
}
}
const
loading
=
this
.
loading
();
const
res
=
await
Api
.
post
(
'/service/litopn/init'
,
{
...
...
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