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
b3f45f4c
Commit
b3f45f4c
authored
Jun 13, 2023
by
liaoxing
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litdck修改
parent
dbb68377
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
+5
-7
index.js
src/business/litdck/model/index.js
+0
-2
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 @
b3f45f4c
...
...
@@ -93,7 +93,6 @@ export default class Litdck {
},
},
acttyp
:
''
,
invtyp
:
''
,
lidgrp
:
{
rec
:
{
branchinr
:
''
,
...
...
@@ -109,7 +108,6 @@ export default class Litdck {
opndat
:
''
,
redclsflg
:
''
,
inr
:
''
,
invref
:
''
,
},
cbs
:
{
opn1
:
{
...
...
src/business/litdck/views/Litdckp.vue
View file @
b3f45f4c
...
...
@@ -202,9 +202,9 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"发票类型"
prop=
"invtyp"
>
<el-form-item
label=
"发票类型"
prop=
"
brdgrp.rec.
invtyp"
>
<c-select
v-model=
"model.invtyp"
v-model=
"model.
brdgrp.rec.
invtyp"
style=
"width: 100%"
:code=
"codes.invtyp2"
>
...
...
src/business/litopn/event/index.js
View file @
b3f45f4c
...
...
@@ -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'
,
{
...
...
liaoxing
@liaoxing
mentioned in commit
89d40c89
Jun 13, 2023
mentioned in commit
89d40c89
mentioned in commit 89d40c89414cef4f58bd4cfad525fc955a90df19
Toggle commit list
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