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
26639865
authored
May 11, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
b0a6568c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
pages/tallyReceive/operate.vue
pages/tallyReceive/operate.vue
View file @
26639865
...
...
@@ -118,7 +118,10 @@
<view
class=
"input-box"
><input
type=
"text"
class=
"uni-input"
placeholder-style=
"color:#919399"
placeholder=
"请输入D/C"
v-model=
"formParams.date_code"
/></view>
</view>
<view>
<view
class=
"input-title"
><text
class=
"input-title-t2"
>
产 地:
</text></view>
<view
class=
"input-title"
>
<text
class=
"input-title-t1"
v-if=
"detail.stock_in_type == 4"
>
*
</text>
<text
class=
"input-title-t2"
>
产 地:
</text>
</view>
<view
class=
"pick-box"
>
<picker
@
change=
"bindPickerChange($event, 1)"
:value=
"useOptionIndex"
:range=
"useOption"
:range-key=
"'country_cn'"
>
<view
class=
"row verCenter"
>
...
...
@@ -527,6 +530,15 @@ export default {
return
false
;
}
if
(
this
.
detail
.
stock_in_type
==
4
)
{
uni
.
showModal
({
itle
:
'提示'
,
content
:
'请填写产地'
,
showCancel
:
false
});
return
false
;
}
var
wait_tally_qty
=
Number
(
this
.
detail
.
wait_tally_qty
);
var
params
=
{
...
...
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