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
3f2d9c1c
Commit
3f2d9c1c
authored
Jun 07, 2023
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litopn修改
parent
6ab1e9fe
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
5 deletions
+11
-5
index.js
src/business/brtame/model/index.js
+3
-1
Ovwp1.vue
src/business/litame/views/Ovwp1.vue
+2
-2
index.js
src/business/litopn/event/index.js
+5
-2
index.js
src/business/litopn/model/index.js
+1
-0
No files found.
src/business/brtame/model/index.js
View file @
3f2d9c1c
...
...
@@ -75,7 +75,9 @@ export default class Brtame {
nam
:
''
,
opndat
:
''
,
redclsflg
:
''
,
branchinr
:
''
branchinr
:
''
,
shppars18
:
''
,
shppar
:
''
},
cbs
:
{
...
...
src/business/litame/views/Ovwp1.vue
View file @
3f2d9c1c
...
...
@@ -133,8 +133,8 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"分批装运"
prop=
"lidgrp.rec.shppar"
>
<c-select
v-model=
"model.lidgrp.rec.shppar"
style=
"width:100%"
placeholder=
"请选择"
<el-form-item
label=
"分批装运"
prop=
"lidgrp.rec.shppar
s18
"
>
<c-select
v-model=
"model.lidgrp.rec.shppar
s18
"
style=
"width:100%"
placeholder=
"请选择"
:code=
"codes.shptrss18"
>
</c-select>
...
...
src/business/litopn/event/index.js
View file @
3f2d9c1c
...
...
@@ -22,6 +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
))
}
}
const
loading
=
this
.
loading
();
const
res
=
await
Api
.
post
(
'/service/litopn/init'
,
{
...
...
@@ -123,8 +126,8 @@ export default {
async
onLitpButgetref
()
{
let
params
=
{
ptainr
:
this
.
model
.
lidgrp
.
apl
.
pts
.
ptainr
,
businessType
:
'L
G
'
,
tbl
:
'L
G
'
,
businessType
:
'L
C
'
,
tbl
:
'L
C
'
,
};
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
'/service/litopn/getOwnRef'
,
params
);
...
...
src/business/litopn/model/index.js
View file @
3f2d9c1c
...
...
@@ -99,6 +99,7 @@ export default class Litopn {
spcrcb
:
''
,
},
rec
:
{
inr
:
''
,
tenmaxday
:
''
,
expplc
:
''
,
nomton
:
''
,
...
...
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