Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lxyl-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
李苏
lxyl-vue
Commits
34bae496
Commit
34bae496
authored
Feb 22, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bzdj ==> bzzy
parent
888b60af
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
mx.vue
src/views/ccgl/kngl/bzzy/mx.vue
+2
-2
cb.vue
src/views/ccgl/kngl/bzzy/top/cb.vue
+2
-2
edit.vue
src/views/ccgl/kngl/bzzy/top/edit.vue
+1
-1
index.vue
src/views/ccgl/kngl/bzzy/top/index.vue
+6
-6
No files found.
src/views/ccgl/kngl/bzzy/mx.vue
View file @
34bae496
...
@@ -32,8 +32,8 @@
...
@@ -32,8 +32,8 @@
},
},
config
:
{
config
:
{
/* 基本配置*/
/* 基本配置*/
url
:
'wms/kcgl/bz
dj
'
,
url
:
'wms/kcgl/bz
zy
'
,
queryUrl
:
'wms/kcgl/bz
dj
/query/detail'
,
queryUrl
:
'wms/kcgl/bz
zy
/query/detail'
,
tableTitle
:
[
tableTitle
:
[
{
{
title
:
"唯一码"
,
title
:
"唯一码"
,
...
...
src/views/ccgl/kngl/bzzy/top/cb.vue
View file @
34bae496
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
const
{
const
{
id
id
}
=
_
.
cloneDeep
(
this
.
app
.
singleItem
)
}
=
_
.
cloneDeep
(
this
.
app
.
singleItem
)
this
.
$post
(
'wms/kcgl/bz
dj
/query/detail'
,
{
this
.
$post
(
'wms/kcgl/bz
zy
/query/detail'
,
{
mid
:
id
mid
:
id
}).
then
(
res
=>
{
}).
then
(
res
=>
{
let
source
=
_
.
cloneDeep
(
res
.
data
.
records
[
0
])
let
source
=
_
.
cloneDeep
(
res
.
data
.
records
[
0
])
...
@@ -133,7 +133,7 @@
...
@@ -133,7 +133,7 @@
return
nitem
return
nitem
})
})
}
}
this
.
$post
(
'wms/kcgl/bz
dj
/split'
,
params
).
then
(
res
=>
{
this
.
$post
(
'wms/kcgl/bz
zy
/split'
,
params
).
then
(
res
=>
{
if
(
res
.
success
)
{
if
(
res
.
success
)
{
this
.
$success
(
'操作成功'
)
this
.
$success
(
'操作成功'
)
this
.
app
.
showDialog
=
false
this
.
app
.
showDialog
=
false
...
...
src/views/ccgl/kngl/bzzy/top/edit.vue
View file @
34bae496
...
@@ -249,7 +249,7 @@
...
@@ -249,7 +249,7 @@
"value"
:
""
,
"value"
:
""
,
readonly
:
true
,
readonly
:
true
,
"typeConfig"
:
{
"typeConfig"
:
{
"src"
:
"wms/kcgl/bz
dj
/init/zt"
,
"src"
:
"wms/kcgl/bz
zy
/init/zt"
,
"match"
:
{
"match"
:
{
"value"
:
"id"
,
"value"
:
"id"
,
"label"
:
"name"
"label"
:
"name"
...
...
src/views/ccgl/kngl/bzzy/top/index.vue
View file @
34bae496
...
@@ -39,14 +39,14 @@
...
@@ -39,14 +39,14 @@
config
:
{
config
:
{
queryDetail
:
true
,
queryDetail
:
true
,
/* 基本配置*/
/* 基本配置*/
url
:
'wms/kcgl/bz
dj
'
,
url
:
'wms/kcgl/bz
zy
'
,
// addUrl:'wms/kcgl/bzdj/install',
// addUrl:'wms/kcgl/bzdj/install',
tableTitle
:
[{
tableTitle
:
[{
title
:
"类型"
,
title
:
"类型"
,
field
:
"djlx"
,
field
:
"djlx"
,
width
:
80
,
width
:
80
,
"transform"
:
{
"transform"
:
{
"url"
:
"wms/kcgl/bz
dj
/init/djlx"
,
"url"
:
"wms/kcgl/bz
zy
/init/djlx"
,
"label"
:
"name"
,
"label"
:
"name"
,
"value"
:
"id"
"value"
:
"id"
}
}
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
title
:
"单据来源"
,
title
:
"单据来源"
,
field
:
"djly"
,
field
:
"djly"
,
"transform"
:
{
"transform"
:
{
"url"
:
"wms/kcgl/bz
dj
/init/djly"
,
"url"
:
"wms/kcgl/bz
zy
/init/djly"
,
"label"
:
"name"
,
"label"
:
"name"
,
"value"
:
"id"
"value"
:
"id"
},
},
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
title
:
"状态"
,
title
:
"状态"
,
field
:
"zt"
,
field
:
"zt"
,
"transform"
:
{
"transform"
:
{
"url"
:
"wms/kcgl/bz
dj
/init/zt"
,
"url"
:
"wms/kcgl/bz
zy
/init/zt"
,
"label"
:
"name"
,
"label"
:
"name"
,
"value"
:
"id"
"value"
:
"id"
},
},
...
@@ -162,7 +162,7 @@
...
@@ -162,7 +162,7 @@
methods
:
{
methods
:
{
qxwc
(
ctx
){
qxwc
(
ctx
){
if
(
ctx
.
singleItem
&&
ctx
.
singleItem
.
id
){
if
(
ctx
.
singleItem
&&
ctx
.
singleItem
.
id
){
this
.
$post
(
'wms/kcgl/bz
dj
/cancelComplete'
,{
this
.
$post
(
'wms/kcgl/bz
zy
/cancelComplete'
,{
id
:
ctx
.
singleItem
.
id
id
:
ctx
.
singleItem
.
id
}).
then
(
res
=>
{
}).
then
(
res
=>
{
if
(
res
.
success
){
if
(
res
.
success
){
...
@@ -178,7 +178,7 @@
...
@@ -178,7 +178,7 @@
},
},
mpwc
(
ctx
){
mpwc
(
ctx
){
if
(
ctx
.
singleItem
&&
ctx
.
singleItem
.
id
){
if
(
ctx
.
singleItem
&&
ctx
.
singleItem
.
id
){
this
.
$post
(
'wms/kcgl/bz
dj
/complete'
,{
this
.
$post
(
'wms/kcgl/bz
zy
/complete'
,{
id
:
ctx
.
singleItem
.
id
id
:
ctx
.
singleItem
.
id
}).
then
(
res
=>
{
}).
then
(
res
=>
{
if
(
res
.
success
){
if
(
res
.
success
){
...
...
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