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
44624425
Commit
44624425
authored
Oct 10, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shhj调整
parent
5d4e553d
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
362 additions
and
26 deletions
+362
-26
edit.vue
src/views/analysis/query/edit.vue
+0
-1
index.vue
src/views/analysis/query/index.vue
+8
-3
edit.vue
src/views/baseData/thing/edit.vue
+5
-0
edit.vue
src/views/call/return/edit.vue
+7
-1
edit.vue
src/views/call/thingCall/edit.vue
+7
-1
edit.vue
src/views/handle/back/edit.vue
+7
-1
edit.vue
src/views/handle/destroy/edit.vue
+7
-1
edit.vue
src/views/handle/sale/edit.vue
+7
-1
edit.vue
src/views/handle/saveCancel/edit.vue
+7
-1
edit.vue
src/views/handle/seizure/edit.vue
+7
-1
edit.vue
src/views/handle/transfer/edit.vue
+7
-1
edit.vue
src/views/handle/unseal/edit.vue
+7
-1
bcdjzky.vue
src/views/warehousing/detain/bcdjzky.vue
+7
-1
edit.vue
src/views/warehousing/detain/edit.vue
+229
-4
jfzky.vue
src/views/warehousing/detain/jfzky.vue
+7
-1
edit.vue
src/views/warehousing/extension/edit.vue
+7
-1
edit.vue
src/views/warehousing/freeze/edit.vue
+7
-1
edit.vue
src/views/warehousing/registration/edit.vue
+7
-1
kyzdjbc.vue
src/views/warehousing/registration/kyzdjbc.vue
+8
-2
edit.vue
src/views/warehousing/save/edit.vue
+7
-1
edit.vue
src/views/warehousing/seal/edit.vue
+7
-1
No files found.
src/views/analysis/query/edit.vue
View file @
44624425
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
data
()
{
data
()
{
return
{
return
{
editColItemList
:
[
editColItemList
:
[
{
{
label
:
'编码'
,
label
:
'编码'
,
prop
:
'code'
,
prop
:
'code'
,
...
...
src/views/analysis/query/index.vue
View file @
44624425
<
template
>
<
template
>
<BasePage
:power=
"
{
<BasePage
@
tpDbClick=
'tpDbClick'
:power=
"
{
add: false,
add: false,
copy: false,
copy: false,
delButton: false,
delButton: false,
...
@@ -22,7 +24,7 @@
...
@@ -22,7 +24,7 @@
</template>
</template>
<
script
>
<
script
>
//
import Edit from './edit.vue'
import
Edit
from
'./edit.vue'
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -206,13 +208,16 @@
...
@@ -206,13 +208,16 @@
},
},
methods
:
{
methods
:
{
tpDbClick
(){
console
.
log
(
'tpDbClick'
)
}
/* 示例*/
/* 示例*/
// demo(basePage){
// demo(basePage){
// }
// }
},
},
components
:
{
components
:
{
//
Edit
Edit
}
}
}
}
...
...
src/views/baseData/thing/edit.vue
View file @
44624425
...
@@ -49,30 +49,35 @@
...
@@ -49,30 +49,35 @@
prop
:
'wpbm'
,
prop
:
'wpbm'
,
span
:
12
,
span
:
12
,
type
:
'input'
,
type
:
'input'
,
required
:
true
,
},
},
{
{
label
:
'物品名称'
,
label
:
'物品名称'
,
prop
:
'wpmc'
,
prop
:
'wpmc'
,
span
:
12
,
span
:
12
,
type
:
'input'
,
type
:
'input'
,
required
:
true
,
},
},
{
{
label
:
'物品特征'
,
label
:
'物品特征'
,
prop
:
'wptz'
,
prop
:
'wptz'
,
span
:
24
,
span
:
24
,
type
:
'input'
,
type
:
'input'
,
required
:
true
,
},
},
{
{
label
:
'物品持有人'
,
label
:
'物品持有人'
,
prop
:
'wpcyr'
,
prop
:
'wpcyr'
,
span
:
12
,
span
:
12
,
type
:
'input'
,
type
:
'input'
,
required
:
true
,
},
},
{
{
label
:
'物品数量'
,
label
:
'物品数量'
,
prop
:
'count'
,
prop
:
'count'
,
span
:
12
,
span
:
12
,
type
:
'inputNumber'
,
type
:
'inputNumber'
,
required
:
true
,
},
},
]
]
...
...
src/views/call/return/edit.vue
View file @
44624425
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"editMain_left"
>
<div
class=
"editMain_left"
>
<!-- 扫码-->
<!-- 扫码-->
<div
class=
"editMain_left1"
>
<div
class=
"editMain_left1"
>
<el-input
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-input
@
keydown
.
enter
.
native=
'cxxlh'
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
</el-input>
</el-input>
</div>
</div>
...
@@ -162,6 +162,12 @@
...
@@ -162,6 +162,12 @@
width
:
120
,
width
:
120
,
align
:
"center"
align
:
"center"
},
},
{
title
:
"序列号"
,
field
:
"xlh"
,
width
:
100
,
align
:
"center"
},
{
{
title
:
"物品特征"
,
title
:
"物品特征"
,
field
:
"wptz"
,
field
:
"wptz"
,
...
...
src/views/call/thingCall/edit.vue
View file @
44624425
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"editMain_left"
>
<div
class=
"editMain_left"
>
<!-- 扫码-->
<!-- 扫码-->
<div
class=
"editMain_left1"
>
<div
class=
"editMain_left1"
>
<el-input
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-input
@
keydown
.
enter
.
native=
'cxxlh'
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
</el-input>
</el-input>
</div>
</div>
...
@@ -169,6 +169,12 @@
...
@@ -169,6 +169,12 @@
width
:
120
,
width
:
120
,
align
:
"center"
align
:
"center"
},
},
{
title
:
"序列号"
,
field
:
"xlh"
,
width
:
100
,
align
:
"center"
},
{
{
title
:
"物品特征"
,
title
:
"物品特征"
,
field
:
"wptz"
,
field
:
"wptz"
,
...
...
src/views/handle/back/edit.vue
View file @
44624425
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"editMain_left"
>
<div
class=
"editMain_left"
>
<!-- 扫码-->
<!-- 扫码-->
<div
class=
"editMain_left1"
>
<div
class=
"editMain_left1"
>
<el-input
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-input
@
keydown
.
enter
.
native=
'cxxlh'
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
</el-input>
</el-input>
</div>
</div>
...
@@ -166,6 +166,12 @@
...
@@ -166,6 +166,12 @@
width
:
120
,
width
:
120
,
align
:
"center"
align
:
"center"
},
},
{
title
:
"序列号"
,
field
:
"xlh"
,
width
:
100
,
align
:
"center"
},
{
{
title
:
"物品特征"
,
title
:
"物品特征"
,
field
:
"wptz"
,
field
:
"wptz"
,
...
...
src/views/handle/destroy/edit.vue
View file @
44624425
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"editMain_left"
>
<div
class=
"editMain_left"
>
<!-- 扫码-->
<!-- 扫码-->
<div
class=
"editMain_left1"
>
<div
class=
"editMain_left1"
>
<el-input
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-input
@
keydown
.
enter
.
native=
'cxxlh'
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
</el-input>
</el-input>
</div>
</div>
...
@@ -165,6 +165,12 @@
...
@@ -165,6 +165,12 @@
width
:
120
,
width
:
120
,
align
:
"center"
align
:
"center"
},
},
{
title
:
"序列号"
,
field
:
"xlh"
,
width
:
100
,
align
:
"center"
},
{
{
title
:
"物品特征"
,
title
:
"物品特征"
,
field
:
"wptz"
,
field
:
"wptz"
,
...
...
src/views/handle/sale/edit.vue
View file @
44624425
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"editMain_left"
>
<div
class=
"editMain_left"
>
<!-- 扫码-->
<!-- 扫码-->
<div
class=
"editMain_left1"
>
<div
class=
"editMain_left1"
>
<el-input
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-input
@
keydown
.
enter
.
native=
'cxxlh'
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
</el-input>
</el-input>
</div>
</div>
...
@@ -159,6 +159,12 @@
...
@@ -159,6 +159,12 @@
width
:
120
,
width
:
120
,
align
:
"center"
align
:
"center"
},
},
{
title
:
"序列号"
,
field
:
"xlh"
,
width
:
100
,
align
:
"center"
},
{
{
title
:
"物品特征"
,
title
:
"物品特征"
,
field
:
"wptz"
,
field
:
"wptz"
,
...
...
src/views/handle/saveCancel/edit.vue
View file @
44624425
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"editMain_left"
>
<div
class=
"editMain_left"
>
<!-- 扫码-->
<!-- 扫码-->
<div
class=
"editMain_left1"
>
<div
class=
"editMain_left1"
>
<el-input
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-input
@
keydown
.
enter
.
native=
'cxxlh'
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
</el-input>
</el-input>
</div>
</div>
...
@@ -154,6 +154,12 @@
...
@@ -154,6 +154,12 @@
width
:
120
,
width
:
120
,
align
:
"center"
align
:
"center"
},
},
{
title
:
"序列号"
,
field
:
"xlh"
,
width
:
100
,
align
:
"center"
},
{
{
title
:
"物品特征"
,
title
:
"物品特征"
,
field
:
"wptz"
,
field
:
"wptz"
,
...
...
src/views/handle/seizure/edit.vue
View file @
44624425
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"editMain_left"
>
<div
class=
"editMain_left"
>
<!-- 扫码-->
<!-- 扫码-->
<div
class=
"editMain_left1"
>
<div
class=
"editMain_left1"
>
<el-input
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-input
@
keydown
.
enter
.
native=
'cxxlh'
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
</el-input>
</el-input>
</div>
</div>
...
@@ -170,6 +170,12 @@
...
@@ -170,6 +170,12 @@
width
:
120
,
width
:
120
,
align
:
"center"
align
:
"center"
},
},
{
title
:
"序列号"
,
field
:
"xlh"
,
width
:
100
,
align
:
"center"
},
{
{
title
:
"物品特征"
,
title
:
"物品特征"
,
field
:
"wptz"
,
field
:
"wptz"
,
...
...
src/views/handle/transfer/edit.vue
View file @
44624425
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"editMain_left"
>
<div
class=
"editMain_left"
>
<!-- 扫码-->
<!-- 扫码-->
<div
class=
"editMain_left1"
>
<div
class=
"editMain_left1"
>
<el-input
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-input
@
keydown
.
enter
.
native=
'cxxlh'
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
</el-input>
</el-input>
</div>
</div>
...
@@ -159,6 +159,12 @@
...
@@ -159,6 +159,12 @@
width
:
120
,
width
:
120
,
align
:
"center"
align
:
"center"
},
},
{
title
:
"序列号"
,
field
:
"xlh"
,
width
:
100
,
align
:
"center"
},
{
{
title
:
"物品特征"
,
title
:
"物品特征"
,
field
:
"wptz"
,
field
:
"wptz"
,
...
...
src/views/handle/unseal/edit.vue
View file @
44624425
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"editMain_left"
>
<div
class=
"editMain_left"
>
<!-- 扫码-->
<!-- 扫码-->
<div
class=
"editMain_left1"
>
<div
class=
"editMain_left1"
>
<el-input
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-input
@
keydown
.
enter
.
native=
'cxxlh'
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
</el-input>
</el-input>
</div>
</div>
...
@@ -154,6 +154,12 @@
...
@@ -154,6 +154,12 @@
width
:
120
,
width
:
120
,
align
:
"center"
align
:
"center"
},
},
{
title
:
"序列号"
,
field
:
"xlh"
,
width
:
100
,
align
:
"center"
},
{
{
title
:
"物品特征"
,
title
:
"物品特征"
,
field
:
"wptz"
,
field
:
"wptz"
,
...
...
src/views/warehousing/detain/bcdjzky.vue
View file @
44624425
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"editMain_left"
>
<div
class=
"editMain_left"
>
<!-- 扫码-->
<!-- 扫码-->
<div
class=
"editMain_left1"
>
<div
class=
"editMain_left1"
>
<el-input
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-input
@
keydown
.
enter
.
native=
'cxxlh'
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
</el-input>
</el-input>
</div>
</div>
...
@@ -246,6 +246,12 @@
...
@@ -246,6 +246,12 @@
width
:
120
,
width
:
120
,
align
:
"center"
align
:
"center"
},
},
{
title
:
"序列号"
,
field
:
"xlh"
,
width
:
100
,
align
:
"center"
},
{
{
title
:
"物品特征"
,
title
:
"物品特征"
,
field
:
"wptz"
,
field
:
"wptz"
,
...
...
src/views/warehousing/detain/edit.vue
View file @
44624425
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"editMain_left"
>
<div
class=
"editMain_left"
>
<!-- 扫码-->
<!-- 扫码-->
<div
class=
"editMain_left1"
>
<div
class=
"editMain_left1"
>
<el-input
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-input
@
keydown
.
enter
.
native=
'cxxlh'
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
</el-input>
</el-input>
</div>
</div>
...
@@ -16,9 +16,9 @@
...
@@ -16,9 +16,9 @@
</div>
</div>
</div>
</div>
<el-row
class=
"editMain_right"
:gutter=
"20"
:app=
"this"
>
<el-row
class=
"editMain_right"
:gutter=
"20"
:app=
"this"
>
<EditColItem
:required=
"item.required||false"
:readonly=
"item.readonly?true:false
"
<EditColItem
:required=
"item.required||false"
:readonly=
"item.readonly?true:false
"
v-for=
"(item,index) in editColItemList "
:value=
"item.value"
:span=
"item.span"
:label=
"item.label"
v-for=
"(item,index) in editColItemList
S
"
:value=
"item.value"
:span=
"item.span"
:label=
"item.label"
:prop=
'item.prop'
:key=
"item.
prop
"
:type=
"item.type"
:typeConfig=
'item.typeConfig'
:rule=
"item.rule"
/>
:prop=
'item.prop'
:key=
"item.
label
"
:type=
"item.type"
:typeConfig=
'item.typeConfig'
:rule=
"item.rule"
/>
</el-row>
</el-row>
</div>
</div>
...
@@ -73,6 +73,222 @@
...
@@ -73,6 +73,222 @@
})
})
}
}
},
},
computed
:{
editColItemListS
(){
this
.
$set
(
this
.
form
,
'ckid'
,
''
)
if
(
this
.
form
.
dsfkbc
==
1
){
this
.
$nextTick
(()
=>
{
this
.
form
.
ckid
=
''
})
return
[
{
label
:
'入库单号'
,
prop
:
'rkdh'
,
span
:
24
,
type
:
'input'
,
},
{
label
:
'入库日期'
,
prop
:
'rkrq'
,
span
:
24
,
type
:
'date'
,
value
:
new
Date
().
getTime
(),
required
:
true
,
},
{
"label"
:
"部门"
,
"prop"
:
"bm"
,
"span"
:
24
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"required"
:
true
,
"typeConfig"
:
{
"src"
:
"hjbm/query"
,
"match"
:
{
"value"
:
"bmid"
,
"label"
:
"bmmc"
}
}
},
{
label
:
'扣押方式'
,
prop
:
'rklx'
,
span
:
24
,
"type"
:
"RelSelect"
,
"typeConfig"
:
{
"match"
:
{
"value"
:
"value"
,
"label"
:
"name"
},
optionsData
:
[
{
name
:
'行政扣押'
,
value
:
0
},
{
name
:
'刑事扣押'
,
value
:
1
}
]
},
required
:
true
,
},
{
label
:
'保存至第三方库'
,
prop
:
'dsfkbc'
,
span
:
24
,
type
:
'Rcheckbox'
,
typeConfig
:
{
true
:
'1'
,
false
:
'0'
}
},
{
label
:
'第三方仓库'
,
prop
:
'ckid'
,
span
:
24
,
"type"
:
"RelSelect"
,
"typeConfig"
:
{
"src"
:
"jcsj/u_ckwh/query"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"ckmc"
},
params
:
{
cklx
:
"SF"
}
},
required
:
true
,
},
{
label
:
'第三方名称'
,
prop
:
'dsfmc'
,
span
:
24
,
type
:
'input'
,
required
:
true
,
},
{
label
:
'第三方地点'
,
prop
:
'dsfkdd'
,
span
:
24
,
type
:
'input'
,
required
:
true
,
},
{
label
:
'扣押时间至'
,
prop
:
'rkjzrq'
,
span
:
24
,
type
:
'date'
,
required
:
true
,
},
{
label
:
'经手人'
,
prop
:
'jsr'
,
span
:
24
,
type
:
'input'
,
required
:
true
,
}
]
}
else
{
return
[
{
label
:
'入库单号'
,
prop
:
'rkdh'
,
span
:
24
,
type
:
'input'
,
},
{
label
:
'入库日期'
,
prop
:
'rkrq'
,
span
:
24
,
type
:
'date'
,
value
:
new
Date
().
getTime
(),
required
:
true
,
},
{
"label"
:
"部门"
,
"prop"
:
"bm"
,
"span"
:
24
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"required"
:
true
,
"typeConfig"
:
{
"src"
:
"hjbm/query"
,
"match"
:
{
"value"
:
"bmid"
,
"label"
:
"bmmc"
}
}
},
{
label
:
'扣押方式'
,
prop
:
'rklx'
,
span
:
24
,
"type"
:
"RelSelect"
,
"typeConfig"
:
{
"match"
:
{
"value"
:
"value"
,
"label"
:
"name"
},
optionsData
:
[
{
name
:
'行政扣押'
,
value
:
0
},
{
name
:
'刑事扣押'
,
value
:
1
}
]
},
required
:
true
,
},
{
label
:
'保存至第三方库'
,
prop
:
'dsfkbc'
,
span
:
24
,
type
:
'Rcheckbox'
,
typeConfig
:
{
true
:
'1'
,
false
:
'0'
}
},
{
label
:
'仓库'
,
prop
:
'ckid'
,
span
:
24
,
"type"
:
"RelSelect"
,
"typeConfig"
:
{
"src"
:
"jcsj/u_ckwh/query"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"ckmc"
},
params
:
{
cklx
:
"KY"
}
},
required
:
true
,
},
{
label
:
'扣押时间至'
,
prop
:
'rkjzrq'
,
span
:
24
,
type
:
'date'
,
required
:
true
,
},
{
label
:
'经手人'
,
prop
:
'jsr'
,
span
:
24
,
type
:
'input'
,
required
:
true
,
}
]
}
}
},
data
()
{
data
()
{
return
{
return
{
xlh
:
''
,
xlh
:
''
,
...
@@ -166,12 +382,14 @@
...
@@ -166,12 +382,14 @@
prop
:
'dsfmc'
,
prop
:
'dsfmc'
,
span
:
24
,
span
:
24
,
type
:
'input'
,
type
:
'input'
,
required
:
true
,
},
},
{
{
label
:
'第三方地点'
,
label
:
'第三方地点'
,
prop
:
'dsfkdd'
,
prop
:
'dsfkdd'
,
span
:
24
,
span
:
24
,
type
:
'input'
,
type
:
'input'
,
required
:
true
,
},
},
{
{
...
@@ -186,6 +404,7 @@
...
@@ -186,6 +404,7 @@
prop
:
'jsr'
,
prop
:
'jsr'
,
span
:
24
,
span
:
24
,
type
:
'input'
,
type
:
'input'
,
required
:
true
,
}
}
],
],
...
@@ -207,6 +426,12 @@
...
@@ -207,6 +426,12 @@
width
:
120
,
width
:
120
,
align
:
"center"
align
:
"center"
},
},
{
title
:
"序列号"
,
field
:
"xlh"
,
width
:
100
,
align
:
"center"
},
{
{
title
:
"物品特征"
,
title
:
"物品特征"
,
field
:
"wptz"
,
field
:
"wptz"
,
...
...
src/views/warehousing/detain/jfzky.vue
View file @
44624425
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"editMain_left"
>
<div
class=
"editMain_left"
>
<!-- 扫码-->
<!-- 扫码-->
<div
class=
"editMain_left1"
>
<div
class=
"editMain_left1"
>
<el-input
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-input
@
keydown
.
enter
.
native=
'cxxlh'
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
</el-input>
</el-input>
</div>
</div>
...
@@ -246,6 +246,12 @@
...
@@ -246,6 +246,12 @@
width
:
120
,
width
:
120
,
align
:
"center"
align
:
"center"
},
},
{
title
:
"序列号"
,
field
:
"xlh"
,
width
:
100
,
align
:
"center"
},
{
{
title
:
"物品特征"
,
title
:
"物品特征"
,
field
:
"wptz"
,
field
:
"wptz"
,
...
...
src/views/warehousing/extension/edit.vue
View file @
44624425
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"editMain_left"
>
<div
class=
"editMain_left"
>
<!-- 扫码-->
<!-- 扫码-->
<div
class=
"editMain_left1"
>
<div
class=
"editMain_left1"
>
<el-input
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-input
@
keydown
.
enter
.
native=
'cxxlh'
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
</el-input>
</el-input>
</div>
</div>
...
@@ -207,6 +207,12 @@
...
@@ -207,6 +207,12 @@
width
:
120
,
width
:
120
,
align
:
"center"
align
:
"center"
},
},
{
title
:
"序列号"
,
field
:
"xlh"
,
width
:
100
,
align
:
"center"
},
{
{
title
:
"物品特征"
,
title
:
"物品特征"
,
field
:
"wptz"
,
field
:
"wptz"
,
...
...
src/views/warehousing/freeze/edit.vue
View file @
44624425
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"editMain_left"
>
<div
class=
"editMain_left"
>
<!-- 扫码-->
<!-- 扫码-->
<div
class=
"editMain_left1"
>
<div
class=
"editMain_left1"
>
<el-input
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-input
@
keydown
.
enter
.
native=
'cxxlh'
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
</el-input>
</el-input>
</div>
</div>
...
@@ -155,6 +155,12 @@
...
@@ -155,6 +155,12 @@
width
:
120
,
width
:
120
,
align
:
"center"
align
:
"center"
},
},
{
title
:
"序列号"
,
field
:
"xlh"
,
width
:
100
,
align
:
"center"
},
{
{
title
:
"物品特征"
,
title
:
"物品特征"
,
field
:
"wptz"
,
field
:
"wptz"
,
...
...
src/views/warehousing/registration/edit.vue
View file @
44624425
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"editMain_left"
>
<div
class=
"editMain_left"
>
<!-- 扫码-->
<!-- 扫码-->
<div
class=
"editMain_left1"
>
<div
class=
"editMain_left1"
>
<el-input
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-input
@
keydown
.
enter
.
native=
'cxxlh'
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
</el-input>
</el-input>
</div>
</div>
...
@@ -155,6 +155,12 @@
...
@@ -155,6 +155,12 @@
width
:
120
,
width
:
120
,
align
:
"center"
align
:
"center"
},
},
{
title
:
"序列号"
,
field
:
"xlh"
,
width
:
100
,
align
:
"center"
},
{
{
title
:
"物品特征"
,
title
:
"物品特征"
,
field
:
"wptz"
,
field
:
"wptz"
,
...
...
src/views/warehousing/registration/kyzdjbc.vue
View file @
44624425
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"editMain_left"
>
<div
class=
"editMain_left"
>
<!-- 扫码-->
<!-- 扫码-->
<div
class=
"editMain_left1"
>
<div
class=
"editMain_left1"
>
<el-input
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-input
@
keydown
.
enter
.
native=
'cxxlh'
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
</el-input>
</el-input>
</div>
</div>
...
@@ -152,7 +152,7 @@
...
@@ -152,7 +152,7 @@
}
}
}
}
},
},
{
{
label
:
'仓库'
,
label
:
'仓库'
,
prop
:
'ckid'
,
prop
:
'ckid'
,
...
@@ -196,6 +196,12 @@
...
@@ -196,6 +196,12 @@
width
:
120
,
width
:
120
,
align
:
"center"
align
:
"center"
},
},
{
title
:
"序列号"
,
field
:
"xlh"
,
width
:
100
,
align
:
"center"
},
{
{
title
:
"物品特征"
,
title
:
"物品特征"
,
field
:
"wptz"
,
field
:
"wptz"
,
...
...
src/views/warehousing/save/edit.vue
View file @
44624425
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"editMain_left"
>
<div
class=
"editMain_left"
>
<!-- 扫码-->
<!-- 扫码-->
<div
class=
"editMain_left1"
>
<div
class=
"editMain_left1"
>
<el-input
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-input
@
keydown
.
enter
.
native=
'cxxlh'
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
</el-input>
</el-input>
</div>
</div>
...
@@ -155,6 +155,12 @@
...
@@ -155,6 +155,12 @@
width
:
120
,
width
:
120
,
align
:
"center"
align
:
"center"
},
},
{
title
:
"序列号"
,
field
:
"xlh"
,
width
:
100
,
align
:
"center"
},
{
{
title
:
"物品特征"
,
title
:
"物品特征"
,
field
:
"wptz"
,
field
:
"wptz"
,
...
...
src/views/warehousing/seal/edit.vue
View file @
44624425
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"editMain_left"
>
<div
class=
"editMain_left"
>
<!-- 扫码-->
<!-- 扫码-->
<div
class=
"editMain_left1"
>
<div
class=
"editMain_left1"
>
<el-input
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-input
@
keydown
.
enter
.
native=
'cxxlh'
placeholder=
"请输入序列号"
v-model=
"xlh"
class=
"input-with-select"
>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
<el-button
@
click=
"cxxlh"
slot=
"append"
icon=
"el-icon-search"
></el-button>
</el-input>
</el-input>
</div>
</div>
...
@@ -155,6 +155,12 @@
...
@@ -155,6 +155,12 @@
width
:
120
,
width
:
120
,
align
:
"center"
align
:
"center"
},
},
{
title
:
"序列号"
,
field
:
"xlh"
,
width
:
100
,
align
:
"center"
},
{
{
title
:
"物品特征"
,
title
:
"物品特征"
,
field
:
"wptz"
,
field
:
"wptz"
,
...
...
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