Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsMin
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
df237144
authored
Jul 05, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
98199c04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
pages/tally/closeBox.vue
pages/tally/closeBox.vue
View file @
df237144
...
...
@@ -36,12 +36,10 @@
<view
class=
"status-box row"
>
<view
class=
"staus_type_val row rowCenter verCenter"
v-if=
"item.is_goods_check"
>
商检
</view>
</view>
<view
class=
"input-box row verCenter"
>
<view
class=
"input-box row verCenter"
style=
"flex: 00 100%;"
>
<text
class=
"label"
>
型号:
</text>
<text
class=
"text"
>
{{
item
.
goods_type
}}
</text>
</view>
<view
class=
"input-box row verCenter"
>
<text
class=
"tt"
>
{{
item
.
sync_status_cn
}}
</text>
<text
class=
"tt"
style=
"margin-left: 8rpx;"
>
{{
item
.
sync_status_cn
}}
</text>
</view>
<view
class=
"input-box row verCenter"
style=
"flex: 00 100%;"
>
<text
class=
"label"
>
物料名称:
</text>
...
...
@@ -73,7 +71,7 @@
</view>
<view
class=
"input-box row verCenter"
>
<text
class=
"label"
>
理货人:
</text>
<text
class=
"text"
>
{{
item
.
upate_user
}}
</text>
<text
class=
"text"
>
{{
item
.
up
d
ate_user
}}
</text>
</view>
<view
class=
"input-box row"
style=
"flex: 0 0 100%;"
>
<text
class=
"label"
>
理货照片:
</text>
...
...
@@ -146,7 +144,7 @@
* 获取明细信息
*/
getData
()
{
this
.
request
(
API
.
getTallyData
,
'GET'
,
{
wsty_id
:
this
.
wsty_id
,
...
this
.
searchParams
},
true
).
then
(
res
=>
{
this
.
request
(
API
.
getTallyData
,
'GET'
,
{
wsty_id
:
this
.
wsty_id
,
...
this
.
searchParams
,
is_base
:
0
},
true
).
then
(
res
=>
{
if
(
res
.
err_code
===
0
)
{
this
.
list
=
res
.
data
.
detail
;
this
.
total
=
res
.
data
.
detail
.
length
;
...
...
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