Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shhjwpgl-vue
Project
Project
Details
Activity
Releases
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
李苏
shhjwpgl-vue
Commits
9c0666ee
Commit
9c0666ee
authored
Oct 17, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询序列号接口,参数变更 传递事务类型
parent
574d7667
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
31 additions
and
23 deletions
+31
-23
edit.vue
src/views/call/return/edit.vue
+3
-2
edit.vue
src/views/call/thingCall/edit.vue
+1
-1
edit.vue
src/views/handle/back/edit.vue
+1
-1
edit.vue
src/views/handle/destroy/edit.vue
+1
-1
edit.vue
src/views/handle/sale/edit.vue
+1
-1
edit.vue
src/views/handle/saveCancel/edit.vue
+4
-2
edit.vue
src/views/handle/seizure/edit.vue
+1
-1
edit.vue
src/views/handle/transfer/edit.vue
+1
-1
edit.vue
src/views/handle/unseal/edit.vue
+3
-2
bcdjzky.vue
src/views/warehousing/detain/bcdjzky.vue
+3
-2
edit.vue
src/views/warehousing/detain/edit.vue
+2
-1
jfzky.vue
src/views/warehousing/detain/jfzky.vue
+3
-2
edit.vue
src/views/warehousing/freeze/edit.vue
+1
-1
edit.vue
src/views/warehousing/registration/edit.vue
+1
-1
kyzdjbc.vue
src/views/warehousing/registration/kyzdjbc.vue
+3
-2
edit.vue
src/views/warehousing/save/edit.vue
+1
-1
edit.vue
src/views/warehousing/seal/edit.vue
+1
-1
No files found.
src/views/call/return/edit.vue
View file @
9c0666ee
...
...
@@ -52,8 +52,9 @@
},
cxxlh
(){
if
(
this
.
xlh
){
this
.
$post
(
'jcsj/u_wpgl/queryXlh'
,{
xlh
:
this
.
xlh
this
.
$post
(
'jcsj/u_wpgl/queryCKXlh'
,{
xlh
:
this
.
xlh
,
swlx
:
7
}).
then
(
res
=>
{
if
(
res
.
data
.
records
){
if
(
res
.
data
.
records
.
length
!=
0
){
...
...
src/views/call/thingCall/edit.vue
View file @
9c0666ee
...
...
@@ -56,7 +56,7 @@
},
cxxlh
(){
if
(
this
.
xlh
){
this
.
$post
(
'jcsj/u_wpgl/queryXlh'
,{
this
.
$post
(
'jcsj/u_wpgl/query
ZK
Xlh'
,{
xlh
:
this
.
xlh
}).
then
(
res
=>
{
if
(
res
.
data
.
records
){
...
...
src/views/handle/back/edit.vue
View file @
9c0666ee
...
...
@@ -55,7 +55,7 @@
},
cxxlh
(){
if
(
this
.
xlh
){
this
.
$post
(
'jcsj/u_wpgl/queryXlh'
,{
this
.
$post
(
'jcsj/u_wpgl/query
ZK
Xlh'
,{
xlh
:
this
.
xlh
}).
then
(
res
=>
{
if
(
res
.
data
.
records
){
...
...
src/views/handle/destroy/edit.vue
View file @
9c0666ee
...
...
@@ -56,7 +56,7 @@
},
cxxlh
(){
if
(
this
.
xlh
){
this
.
$post
(
'jcsj/u_wpgl/queryXlh'
,{
this
.
$post
(
'jcsj/u_wpgl/query
ZK
Xlh'
,{
xlh
:
this
.
xlh
}).
then
(
res
=>
{
if
(
res
.
data
.
records
){
...
...
src/views/handle/sale/edit.vue
View file @
9c0666ee
...
...
@@ -55,7 +55,7 @@
},
cxxlh
(){
if
(
this
.
xlh
){
this
.
$post
(
'jcsj/u_wpgl/queryXlh'
,{
this
.
$post
(
'jcsj/u_wpgl/query
ZK
Xlh'
,{
xlh
:
this
.
xlh
}).
then
(
res
=>
{
if
(
res
.
data
.
records
){
...
...
src/views/handle/saveCancel/edit.vue
View file @
9c0666ee
...
...
@@ -56,8 +56,10 @@
},
cxxlh
(){
if
(
this
.
xlh
){
this
.
$post
(
'jcsj/u_wpgl/queryXlh'
,{
xlh
:
this
.
xlh
this
.
$post
(
'jcsj/u_wpgl/queryZKXlh'
,{
xlh
:
this
.
xlh
,
swlx
:
5
}).
then
(
res
=>
{
if
(
res
.
data
.
records
){
if
(
res
.
data
.
records
.
length
!=
0
){
...
...
src/views/handle/seizure/edit.vue
View file @
9c0666ee
...
...
@@ -55,7 +55,7 @@
},
cxxlh
(){
if
(
this
.
xlh
){
this
.
$post
(
'jcsj/u_wpgl/queryXlh'
,{
this
.
$post
(
'jcsj/u_wpgl/query
ZK
Xlh'
,{
xlh
:
this
.
xlh
}).
then
(
res
=>
{
if
(
res
.
data
.
records
){
...
...
src/views/handle/transfer/edit.vue
View file @
9c0666ee
...
...
@@ -55,7 +55,7 @@
},
cxxlh
(){
if
(
this
.
xlh
){
this
.
$post
(
'jcsj/u_wpgl/queryXlh'
,{
this
.
$post
(
'jcsj/u_wpgl/query
ZK
Xlh'
,{
xlh
:
this
.
xlh
}).
then
(
res
=>
{
if
(
res
.
data
.
records
){
...
...
src/views/handle/unseal/edit.vue
View file @
9c0666ee
...
...
@@ -55,8 +55,9 @@
},
cxxlh
(){
if
(
this
.
xlh
){
this
.
$post
(
'jcsj/u_wpgl/queryXlh'
,{
xlh
:
this
.
xlh
this
.
$post
(
'jcsj/u_wpgl/queryZKXlh'
,{
xlh
:
this
.
xlh
,
swlx
:
4
}).
then
(
res
=>
{
if
(
res
.
data
.
records
){
if
(
res
.
data
.
records
.
length
!=
0
){
...
...
src/views/warehousing/detain/bcdjzky.vue
View file @
9c0666ee
...
...
@@ -90,8 +90,9 @@
},
cxxlh
()
{
if
(
this
.
xlh
)
{
this
.
$post
(
'jcsj/u_wpgl/queryXlh'
,
{
xlh
:
this
.
xlh
this
.
$post
(
'jcsj/u_wpgl/queryZKXlh'
,
{
xlh
:
this
.
xlh
,
swlx
:
5
}).
then
(
res
=>
{
if
(
res
.
data
.
records
)
{
if
(
res
.
data
.
records
.
length
!=
0
)
{
...
...
src/views/warehousing/detain/edit.vue
View file @
9c0666ee
...
...
@@ -51,8 +51,9 @@
},
cxxlh
(){
if
(
this
.
xlh
){
this
.
$post
(
'jcsj/u_wpgl/queryXlh'
,{
this
.
$post
(
'jcsj/u_wpgl/query
WRK
Xlh'
,{
xlh
:
this
.
xlh
}).
then
(
res
=>
{
if
(
res
.
data
.
records
){
if
(
res
.
data
.
records
.
length
!=
0
){
...
...
src/views/warehousing/detain/jfzky.vue
View file @
9c0666ee
...
...
@@ -90,8 +90,9 @@
},
cxxlh
()
{
if
(
this
.
xlh
)
{
this
.
$post
(
'jcsj/u_wpgl/queryXlh'
,
{
xlh
:
this
.
xlh
this
.
$post
(
'jcsj/u_wpgl/queryZKXlh'
,
{
xlh
:
this
.
xlh
,
swlx
:
4
}).
then
(
res
=>
{
if
(
res
.
data
.
records
)
{
if
(
res
.
data
.
records
.
length
!=
0
)
{
...
...
src/views/warehousing/freeze/edit.vue
View file @
9c0666ee
...
...
@@ -51,7 +51,7 @@
},
cxxlh
(){
if
(
this
.
xlh
){
this
.
$post
(
'jcsj/u_wpgl/queryXlh'
,{
this
.
$post
(
'jcsj/u_wpgl/query
WRK
Xlh'
,{
xlh
:
this
.
xlh
}).
then
(
res
=>
{
if
(
res
.
data
.
records
){
...
...
src/views/warehousing/registration/edit.vue
View file @
9c0666ee
...
...
@@ -51,7 +51,7 @@
},
cxxlh
(){
if
(
this
.
xlh
){
this
.
$post
(
'jcsj/u_wpgl/queryXlh'
,{
this
.
$post
(
'jcsj/u_wpgl/query
WRK
Xlh'
,{
xlh
:
this
.
xlh
}).
then
(
res
=>
{
if
(
res
.
data
.
records
){
...
...
src/views/warehousing/registration/kyzdjbc.vue
View file @
9c0666ee
...
...
@@ -90,8 +90,9 @@
},
cxxlh
()
{
if
(
this
.
xlh
)
{
this
.
$post
(
'jcsj/u_wpgl/queryXlh'
,
{
xlh
:
this
.
xlh
this
.
$post
(
'jcsj/u_wpgl/queryZKXlh'
,
{
xlh
:
this
.
xlh
,
swlx
:
1
}).
then
(
res
=>
{
if
(
res
.
data
.
records
)
{
if
(
res
.
data
.
records
.
length
!=
0
)
{
...
...
src/views/warehousing/save/edit.vue
View file @
9c0666ee
...
...
@@ -54,7 +54,7 @@
},
cxxlh
(){
if
(
this
.
xlh
){
this
.
$post
(
'jcsj/u_wpgl/queryXlh'
,{
this
.
$post
(
'jcsj/u_wpgl/query
WRK
Xlh'
,{
xlh
:
this
.
xlh
}).
then
(
res
=>
{
if
(
res
.
data
.
records
){
...
...
src/views/warehousing/seal/edit.vue
View file @
9c0666ee
...
...
@@ -51,7 +51,7 @@
},
cxxlh
(){
if
(
this
.
xlh
){
this
.
$post
(
'jcsj/u_wpgl/queryXlh'
,{
this
.
$post
(
'jcsj/u_wpgl/query
WRK
Xlh'
,{
xlh
:
this
.
xlh
}).
then
(
res
=>
{
if
(
res
.
data
.
records
){
...
...
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