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
3b121d1f
Commit
3b121d1f
authored
Jun 08, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inflid添加通知到单的路由,litdav前端优化
parent
bd153c10
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
91 additions
and
75 deletions
+91
-75
Infsea.vue
src/business/inflid/views/Infsea.vue
+4
-0
buildCommons.js
src/business/litdav/event/buildCommons.js
+5
-5
index.js
src/business/litdav/event/index.js
+1
-1
index.js
src/business/litdav/model/index.js
+59
-52
Davp.vue
src/business/litdav/views/Davp.vue
+22
-17
No files found.
src/business/inflid/views/Infsea.vue
View file @
3b121d1f
...
...
@@ -385,6 +385,10 @@ export default {
route
:
'/business-new/litdck'
},
{
label
:
'通知到单'
,
route
:
'/business-new/litdav'
},
{
label
:
'减额修改接收'
,
route
:
'/business-new/litdla'
},
...
...
src/business/litdav/event/buildCommons.js
View file @
3b121d1f
...
...
@@ -123,8 +123,8 @@ export default {
...
this
.
buildCommonData
(
model
,
trnName
),
rec
:
{
objtyp
:
'LID'
,
objinr
:
model
.
g
idgrp
.
rec
.
objinr
,
ownref
:
model
.
g
idgrp
.
rec
.
ownref
,
objinr
:
model
.
l
idgrp
.
rec
.
objinr
,
ownref
:
model
.
l
idgrp
.
rec
.
ownref
,
},
};
return
params
...
...
@@ -134,9 +134,9 @@ export default {
...
this
.
buildCommonData
(
model
,
trnName
),
rec
:
{
objtyp
:
'LID'
,
objinr
:
model
.
g
idgrp
.
rec
.
objinr
,
ownref
:
model
.
g
idgrp
.
rec
.
ownref
,
swiftflg
:
model
.
gitp
.
swiftflg
,
objinr
:
model
.
l
idgrp
.
rec
.
objinr
,
ownref
:
model
.
l
idgrp
.
rec
.
ownref
,
//
swiftflg: model.gitp.swiftflg,
},
};
return
params
...
...
src/business/litdav/event/index.js
View file @
3b121d1f
...
...
@@ -121,7 +121,7 @@ export default {
let
params
=
{
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
ptytyp
:
ptytyp
,
extkey
:
this
.
model
.
gi
dgrp
[
type
.
toLowerCase
()].
pts
.
extkey
,
extkey
:
this
.
model
.
br
dgrp
[
type
.
toLowerCase
()].
pts
.
extkey
,
};
let
res
=
await
Api
.
post
(
'/service/ptspta/list'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
...
...
src/business/litdav/model/index.js
View file @
3b121d1f
...
...
@@ -4,57 +4,57 @@ import Pub from '~/components/business/commonModel/index.js';
export
default
class
Litdav
{
constructor
()
{
this
.
data
=
{
gitp
:{
swiftflg
:
''
},
gidgrp
:{
cbs
:{
max
:
''
},
ghd
:{
segtyp
:
''
},
rec
:
'ownref'
,
apc
:
{
pts
:
new
Pts
().
data
,
},
ctc
:
{
pts
:
new
Pts
().
data
,
},
bec
:
{
pts
:
new
Pts
().
data
,
},
ben
:
{
pts
:
new
Pts
().
data
,
},
iss
:
{
pts
:
new
Pts
().
data
,
},
adv
:
{
pts
:
new
Pts
().
data
,
},
apl
:
{
pts
:
new
Pts
().
data
,
},
con
:
{
pts
:
new
Pts
().
data
,
},
ctr
:
{
pts
:
new
Pts
().
data
,
},
atb
:
{
pts
:
new
Pts
().
data
,
},
avc
:
{
pts
:
new
Pts
().
data
,
},
cnr
:
{
pts
:
new
Pts
().
data
,
},
at2
:
{
pts
:
new
Pts
().
data
,
},
},
//
gitp:{
//
swiftflg:''
//
},
//
gidgrp:{
//
cbs:{
//
max:''
//
},
//
ghd:{
//
segtyp:''
//
},
//
rec:'ownref',
//
apc: {
//
pts: new Pts().data,
//
},
//
ctc: {
//
pts: new Pts().data,
//
},
//
bec: {
//
pts: new Pts().data,
//
},
//
ben: {
//
pts: new Pts().data,
//
},
//
iss: {
//
pts: new Pts().data,
//
},
//
adv: {
//
pts: new Pts().data,
//
},
//
apl: {
//
pts: new Pts().data,
//
},
//
con: {
//
pts: new Pts().data,
//
},
//
ctr: {
//
pts: new Pts().data,
//
},
//
atb: {
//
pts: new Pts().data,
//
},
//
avc: {
//
pts: new Pts().data,
//
},
//
cnr: {
//
pts: new Pts().data,
//
},
//
at2: {
//
pts: new Pts().data,
//
},
//
},
brdgrp
:
{
blk
:
{
...
...
@@ -114,7 +114,14 @@ export default class Litdav {
brtp
:
{
aammod
:
{
addamtflg
:
''
}
},
prbp
:
{
ptsget
:
{
sdamod
:
{
seainf
:
''
,
},
},
},
},
lidgrp
:
{
rec
:
{
...
...
src/business/litdav/views/Davp.vue
View file @
3b121d1f
...
...
@@ -201,6 +201,7 @@
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"交单行参考号"
prop=
"brdgrp.prb.pts.ref"
>
<c-input
v-model=
"model.brdgrp.prb.pts.ref"
maxlength=
"16"
placeholder=
"请输入交单行参考号"
></c-input>
...
...
@@ -209,26 +210,30 @@
<c-col
:span=
"24"
:offset=
"0"
>
<el-form-item
label=
"地址编号"
prop=
"brdgrp.prb.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.brdgrp.prb.pts.extkey"
maxlength=
"16"
<c-input
v-model=
"model.brdgrp.prb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入地址编码"
:disabled=
"model.brdgrp.rec.docprbrol != 'PRB'"
@
keyup
.
enter
.
native=
"
queryGridEtyPromptDialogData('PRB', 'C')
"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px;padding: 0 12px"
size=
"small"
type=
"primary"
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
@
click=
"model.brtp.prbp.ptsget.sdamod.seainf"
icon=
"el-icon-search"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
style=
"margin: 0 0"
size=
"small"
type=
"primary"
icon=
"el-icon-info"
>
获取
</c-button>
</
template
>
</c-fullbox>
...
...
@@ -236,13 +241,13 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"地址信息"
prop=
"brdgrp.prb.pts.adrblk"
>
<c-input
<c-input
:rows=
"4"
:disabled=
"model.brdgrp.rec.docprbrol != 'PRB'"
type=
"textarea"
v-model=
"model.brdgrp.prb.pts.adrblk"
maxlength=
"80"
show-word-limit
type=
"textarea"
v-model=
"model.brdgrp.prb.pts.adrblk"
maxlength=
"80"
show-word-limit
placeholder=
"请输入地址信息"
></c-input>
</el-form-item>
</c-col>
...
...
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