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
deeefbde
Commit
deeefbde
authored
May 06, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字段/逻辑变更
parent
9901c8d2
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
39 additions
and
15 deletions
+39
-15
index.vue
src/views/ccgl/cxfx/rqcx/index.vue
+3
-2
index.vue
src/views/ccgl/jcsj/kwgl/index.vue
+1
-1
index.vue
src/views/ccgl/jcsj/stoxsjhd/index.vue
+9
-0
index.vue
src/views/ccgl/jcsj/xsjhd/index.vue
+9
-0
edit.vue
src/views/ccgl/kcpd/pdd/edit.vue
+12
-12
index.vue
src/views/ccgl/wcsrwgl/wcszy/index.vue
+5
-0
No files found.
src/views/ccgl/cxfx/rqcx/index.vue
View file @
deeefbde
...
...
@@ -12,7 +12,7 @@
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
托盘编号:
</span>
<el-input
v-model=
"queryParams.
c
ode"
></el-input>
<el-input
v-model=
"queryParams.
rqC
ode"
></el-input>
</div>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
...
...
@@ -123,7 +123,8 @@
queryParams
:
{
zt
:
''
,
kczt
:
''
,
tybz
:
''
tybz
:
''
,
rqCode
:
''
},
/* 表格标题对应参数*/
...
...
src/views/ccgl/jcsj/kwgl/index.vue
View file @
deeefbde
...
...
@@ -212,7 +212,7 @@
type
:
'warning'
}).
then
(
res
=>
{
this
.
$post
(
'wms/jcsj/kw/clean'
,
{
id
s
:
[
ctx
.
singleItem
.
id
]
id
:
ctx
.
singleItem
.
id
}).
then
(
res
=>
{
if
(
res
.
success
)
{
this
.
$success
(
'操作成功'
)
...
...
src/views/ccgl/jcsj/stoxsjhd/index.vue
View file @
deeefbde
...
...
@@ -251,6 +251,15 @@
value
:
''
}
],
[
{
label
:
'销售交货单'
,
prop
:
'vbeln'
,
span
:
4
,
type
:
'input'
,
value
:
''
}
]
],
/* 默认启停用 */
...
...
src/views/ccgl/jcsj/xsjhd/index.vue
View file @
deeefbde
...
...
@@ -252,6 +252,15 @@
value
:
''
}
],
[
{
label
:
'销售交货单'
,
prop
:
'vbeln'
,
span
:
4
,
type
:
'input'
,
value
:
''
}
]
],
/* 默认启停用 */
...
...
src/views/ccgl/kcpd/pdd/edit.vue
View file @
deeefbde
...
...
@@ -198,13 +198,13 @@
width
:
160
,
},
{
title
:
"冻结数量"
,
field
:
"djsl"
,
//
{
//
title: "冻结数量",
//
field: "djsl",
type
:
'inputNumber'
,
allowEdit
:
false
},
//
type: 'inputNumber',
//
allowEdit: false
//
},
{
title
:
"盘存数量"
,
field
:
"pcsl"
,
...
...
@@ -219,13 +219,13 @@
type
:
'inputNumber'
,
allowEdit
:
false
},
{
title
:
"盘盈数量"
,
field
:
"pysl"
,
//
{
//
title: "盘盈数量",
//
field: "pysl",
type
:
'inputNumber'
,
allowEdit
:
false
},
//
type: 'inputNumber',
//
allowEdit: false
//
},
{
title
:
"盘盈数量"
,
field
:
"pysl"
,
...
...
src/views/ccgl/wcsrwgl/wcszy/index.vue
View file @
deeefbde
...
...
@@ -64,6 +64,11 @@
field
:
"hzName"
,
width
:
140
},
{
title
:
"来源单据"
,
field
:
"lydjDjid"
,
width
:
140
},
{
title
:
"上架状态"
,
field
:
"zt"
,
...
...
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