Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1a9a1b1c
authored
Oct 31, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
b34df578
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
12 deletions
pages/repairPrint/index.vue
pages/repairPrint/index.vue
View file @
1a9a1b1c
...
...
@@ -20,7 +20,9 @@
<view
class=
"search-box row bothSide verCenter"
v-if=
"formParams.type == 5"
style=
"margin-bottom: 22rpx;"
>
<view
class=
"sn row rowCenter verCenter"
>
<view>
<view
class=
"row verCenter"
><view
class=
"uni-input"
>
数量
</view></view>
<view
class=
"row verCenter"
>
<view
class=
"uni-input"
>
数量
</view>
</view>
</view>
</view>
<view
class=
"search-bar row bothSide verCenter"
>
...
...
@@ -34,7 +36,9 @@
<view
class=
"search-box row bothSide verCenter"
style=
"margin-bottom: 22rpx;"
>
<view
class=
"sn row rowCenter verCenter"
>
<view>
<view
class=
"row verCenter"
><view
class=
"uni-input"
>
目标打印机
</view></view>
<view
class=
"row verCenter"
>
<view
class=
"uni-input"
>
目标打印机
</view>
</view>
</view>
</view>
<view
class=
"search-bar row bothSide verCenter"
>
...
...
@@ -48,7 +52,9 @@
<view
class=
"search-box row bothSide verCenter"
style=
"margin-bottom: 22rpx;"
>
<view
class=
"sn row rowCenter verCenter"
>
<view>
<view
class=
"row verCenter"
><view
class=
"uni-input"
>
标签版本
</view></view>
<view
class=
"row verCenter"
>
<view
class=
"uni-input"
>
标签版本
</view>
</view>
</view>
</view>
<view
class=
"row bothSide verCenter select-wrap"
>
...
...
@@ -63,7 +69,9 @@
<view
class=
"search-box row bothSide verCenter"
style=
"margin-bottom: 22rpx;"
>
<view
class=
"sn row rowCenter verCenter"
>
<view>
<view
class=
"row verCenter"
><view
class=
"uni-input"
>
仓库
</view></view>
<view
class=
"row verCenter"
>
<view
class=
"uni-input"
>
仓库
</view>
</view>
</view>
</view>
<view
class=
"row bothSide verCenter select-wrap"
>
...
...
@@ -80,10 +88,10 @@
</
template
>
<
script
>
import
{
API
}
from
'@/util/api.js'
;
import
debounce
from
'lodash/debounce'
;
import
{
API
}
from
'@/util/api.js'
;
import
debounce
from
'lodash/debounce'
;
export
default
{
export
default
{
data
()
{
return
{
company_id
:
1
,
...
...
@@ -92,8 +100,7 @@ export default {
index
:
0
,
print_language_index
:
0
,
print_language
:
[
'中文'
,
'英文'
],
labelStyles
:
[
{
labelStyles
:
[{
id
:
5
,
name
:
'入库标签'
},
...
...
@@ -124,7 +131,8 @@ export default {
tally_qty
:
''
,
//打印数量
print_language
:
1
,
//标签版本
type
:
5
,
//库位 1;库区 2;区域 3; 容器 4;入库 5 默认5
warehouse_id
:
''
//仓库id
warehouse_id
:
''
,
//仓库id
print_type
:
1
}
};
},
...
...
@@ -236,9 +244,9 @@ export default {
});
}
}
};
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
'@/assets/css/repairPrint/index.scss'
;
@import
'@/assets/css/repairPrint/index.scss'
;
</
style
>
\ No newline at end of file
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