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
1f4e2682
authored
Jun 29, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
app
parent
87f0980d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
pages/stockRecheck/print.vue
pages/tallyReceive/index.vue
pages/stockRecheck/print.vue
View file @
1f4e2682
...
...
@@ -390,6 +390,7 @@ export default {
* @param {Object} event
*/
handleInput
:
debounce
(
function
(
event
)
{
this
.
resetChange
();
var
val
=
event
.
target
.
value
;
if
(
val
)
{
this
.
input_flag
=
true
;
...
...
@@ -433,7 +434,7 @@ export default {
this
.
formParams
.
real_shipping_id
=
res
.
data
.
stock_out_address
.
real_shipping_id
;
//物流公司
let
real_shipping_id_index
=
this
.
findIndex
(
this
.
real_shipping_id_data
,
this
.
formParams
.
real_shipping_id
);
console
.
log
(
real_shipping_id_index
s
);
console
.
log
(
real_shipping_id_index
);
this
.
real_shipping_id_index
=
real_shipping_id_index
[
0
];
this
.
formParams
.
real_shipping_mode
=
res
.
data
.
stock_out_address
.
real_shipping_mode
;
//物流模式
...
...
@@ -542,6 +543,13 @@ export default {
});
}
});
},
/**
* 重置
*/
resetChange
()
{
this
.
list
=
[];
this
.
page
=
1
;
}
}
};
...
...
pages/tallyReceive/index.vue
View file @
1f4e2682
...
...
@@ -204,7 +204,7 @@ export default {
limit
:
50
,
index
:
0
,
indexContainer
:
-
1
,
array
:
[
'全量搜索'
,
'入仓号'
,
'FedEx'
,
'DigKey'
,
'Rochester'
,
'TME'
,
'Chip1stop'
],
array
:
[
'全量搜索'
,
'入仓号'
,
'FedEx'
,
'DigKey'
,
'Rochester'
],
list
:
[],
filter_list
:
[],
//筛选已选中的列表
filter_id
:
[],
//入库单列表的入库登记
...
...
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