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
2a0d1649
authored
May 25, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
d4629f4f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
pages/putaway/record.vue
pages/repairPrint/index.vue
pages/putaway/record.vue
View file @
2a0d1649
...
...
@@ -497,8 +497,8 @@ export default {
uni
.
showModal
({
content
:
res
.
msg
,
showCancel
:
false
,
success
:
function
(
res
)
{
if
(
res
.
confirm
)
{
success
:
data
=>
{
if
(
data
.
confirm
)
{
this
.
request
(
API
.
submitOnShelf
,
'POST'
,
{
stock_shelf_ids
:
stock_shelf_ids
,
is_support_part_shelf
:
1
},
true
).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
uni
.
showToast
({
...
...
@@ -521,7 +521,7 @@ export default {
});
}
});
}
else
if
(
res
.
cancel
)
{
}
else
if
(
data
.
cancel
)
{
console
.
log
(
'用户点击取消'
);
}
}
...
...
pages/repairPrint/index.vue
View file @
2a0d1649
...
...
@@ -40,7 +40,7 @@
<view
class=
"search-bar row bothSide verCenter"
>
<view
class=
"row verCenter"
>
<text
class=
"iconfont icon-juxing1"
></text>
<input
class=
"uni-input"
type=
"
number
"
v-model=
"formParams.target_printer"
placeholder=
"请输入目标打印机"
placeholder-style=
"color:#919399"
/>
<input
class=
"uni-input"
type=
"
text
"
v-model=
"formParams.target_printer"
placeholder=
"请输入目标打印机"
placeholder-style=
"color:#919399"
/>
</view>
<text
class=
"iconfont icon-a-juxing11"
v-if=
"false"
></text>
</view>
...
...
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