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
zhouqian
vue-gjjs
Commits
16f899c3
Commit
16f899c3
authored
Jan 13, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.0.110:11080/fukai/vue-gjjs
parents
c542ea88
27d7a1eb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
9 deletions
+16
-9
Event.js
src/model/Trnrel/Event.js
+2
-2
Docpre.vue
src/views/Business/Ditdck/Docpre.vue
+12
-6
Menu.vue
src/views/Business/Sptsel/Sptbrk/Menu.vue
+2
-1
No files found.
src/model/Trnrel/Event.js
View file @
16f899c3
...
...
@@ -388,7 +388,7 @@ export default {
// this.model.trncorco.trnstm = res.data.trncorco_trnstm;
// })
// }
const
res
=
await
this
.
executeRule
(
"searow"
)
const
res
=
await
this
.
executeRule
(
"
inftrnps,
searow"
)
that
.
$refs
.
inftrnps
.
stmData
.
data
=
res
.
data
.
trncorco_trnstm
.
rows
;
this
.
model
.
trncorco
.
trnstm
=
res
.
data
.
trncorco_trnstm
;
this
.
$store
.
commit
(
"setTaskList"
,
{
key
:
"trnrel"
,
val
:
this
.
stmData
.
data
.
length
});
...
...
@@ -404,7 +404,7 @@ export default {
},
async
trnfndhandleSearch
()
{
const
that
=
this
.
root
;
const
res
=
await
this
.
executeRule
(
"searow"
)
const
res
=
await
this
.
executeRule
(
"
inftrnps,
searow"
)
that
.
$refs
.
inftrnps
.
stmData
.
data
=
res
.
data
.
trncorco_trnstm
.
rows
;
this
.
model
.
trncorco
.
trnstm
=
res
.
data
.
trncorco_trnstm
;
...
...
src/views/Business/Ditdck/Docpre.vue
View file @
16f899c3
...
...
@@ -168,7 +168,7 @@
<c-button
style=
"margin-left: 0"
size=
"small"
@
click=
"removeRow(scope.$index
, scope.row
)"
@
click=
"removeRow(scope.$index)"
>
删除
</c-button>
...
...
@@ -203,7 +203,7 @@
</c-col>
<!-- <c-col :span="24"> -->
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
@
click=
"addRow"
>
添加
</el-button>
<el-button
type=
"primary"
@
click=
"addRow"
>
确定
</el-button>
<el-button
@
click=
"addDialogVisible = false"
>
取消
</el-button>
</span>
<!-- </c-col> -->
...
...
@@ -229,11 +229,20 @@ export default {
cmail2
:
""
,
docnam
:
""
,
},
liData
:[
"增值税发票
11"
,
"增值税发票222"
,
"增值税发票33"
,
"增值税发票44"
,
"增值税发票55
"
],
liData
:[
"增值税发票
"
,
"发票"
,
"装箱单"
,
"空运单"
,
"海运提单"
,
"铁路运单"
,
"货物收据"
,
"邮政收据"
,
"出库单"
,
"保险单"
,
"质检证"
,
"受益人证明
"
],
};
},
methods
:
{
...
Event
,
addRow
(){
this
.
addDialogVisible
=
false
;
let
newRow
=
{...
this
.
dialog
};
this
.
model
.
bdtp
.
docgrdm
.
docgrd
.
push
(
newRow
);
},
removeRow
(
idx
){
this
.
model
.
bdtp
.
docgrdm
.
docgrd
.
pop
(
idx
);
}
},
created
:
function
()
{},
};
...
...
@@ -242,6 +251,4 @@ export default {
.el-checkbox
>>>
.el-checkbox__label
{
width
:
70px
;
}
.inputDiv
{
}
</
style
>
\ No newline at end of file
src/views/Business/Sptsel/Sptbrk/Menu.vue
View file @
16f899c3
...
...
@@ -379,7 +379,8 @@ export default {
'4 1 "交易代码" 70 '
,
'5 2 "业务编号" 300'
,
'6 3 "交易名称" 180'
,
'1 4 "状态" 60 1 tdViewTypeEdit:0 1 SPT:STA'
,
// '1 4 "状态" 60 1 tdViewTypeEdit:0 1 SPT:STA',
{
index
:
1
,
position
:
4
,
width
:
100
,
pattern
:
'code'
,
label
:
'状态'
,
code
:[{
label
:
"Pending"
,
value
:
"PEN"
}]},
'17 5 "报文类型" 100'
,
'18 6 "对方银行BIC" 110'
,
'7 7 "创建时间" 160 20 DateTime 1'
,
...
...
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