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
cb26102a
Commit
cb26102a
authored
Jun 07, 2023
by
wanggang_yf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtacp 页面修改
parent
8a79c137
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
22 deletions
+11
-22
index.js
src/business/brtacp/model/index.js
+5
-1
Canp.vue
src/business/letcan/views/Canp.vue
+6
-21
No files found.
src/business/brtacp/model/index.js
View file @
cb26102a
...
...
@@ -38,6 +38,8 @@ export default class Brtacp {
docdis
:
''
,
},
rec
:
{
inr
:
''
,
branchinr
:
''
,
totcur
:
''
,
ownref
:
''
,
disdat
:
''
,
...
...
@@ -73,7 +75,9 @@ export default class Brtacp {
lidgrp
:
{
rec
:
{
expdat
:
''
,
ownref
:
''
ownref
:
''
,
inr
:
''
,
branchinr
:
''
,
},
cbs
:
{
opn1
:
{
...
...
src/business/letcan/views/Canp.vue
View file @
cb26102a
...
...
@@ -321,35 +321,20 @@
</div>
</template>
<
script
>
import
Api
from
'~/service/Api'
import
commonProcess
from
'~/mixin/commonProcess'
import
CodeTable
from
'~/config/CodeTable'
import
Event
from
'~/model/Letcan/Event'
import
Utils
from
'~/utils'
import
event
from
'../event'
import
Ptap
from
'~/views/Public/Ptap'
export
default
{
inject
:
[
"root"
],
components
:
{
'c-ptap'
:
Ptap
},
inject
:
[
'root'
],
props
:
[
'model'
,
'codes'
],
mixins
:
[
commonProcess
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
event
],
data
()
{
return
{
// watch:{
// ownref(newValue){
// this.model.ledgrp.rec.ownref = newValue;
// }
// }
}
},
methods
:
{
...
Event
,
return
{}
},
methods
:
{},
created
:
function
()
{},
}
// let vm = new Vue({
// el="#ownref",date:{}
// });
</
script
>
<
style
></
style
>
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