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
839cacd5
authored
Dec 17, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
29de97d8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
pages/arrivalRegister/registered.vue
pages/arrivalRegister/registered.vue
View file @
839cacd5
...
...
@@ -107,9 +107,9 @@
<text
class=
"label"
>
三方送检:
</text>
<text
class=
"tt"
style=
"color: red;"
>
需三方送检
</text>
</view>
<view
class=
"text-item row verCenter"
v-if=
"item.
stock_in_items[0].
upstream_remark"
>
<view
class=
"text-item row verCenter"
v-if=
"item.upstream_remark"
>
<text
class=
"label"
>
上游备注:
</text>
<text
class=
"tt"
style=
"color: red;"
>
{{item.
stock_in_items[0].
upstream_remark}}
</text>
<text
class=
"tt"
style=
"color: red;"
>
{{item.upstream_remark}}
</text>
</view>
<view
class=
"btn-box row bothSide"
>
<view
class=
"row verCenter"
style=
"margin-left: 79rpx;"
>
...
...
@@ -158,9 +158,9 @@
<text
class=
"label"
>
供应商:
</text>
<text
class=
"text"
style=
"max-width: 500rpx;"
>
{{ detail.supplier_name }}
</text>
</view>
<view
class=
"item row verCenter"
style=
"flex: 0 0 100%;"
v-if=
"detail.
stock_in_items[0].
upstream_remark"
>
<view
class=
"item row verCenter"
style=
"flex: 0 0 100%;"
v-if=
"detail.upstream_remark"
>
<text
class=
"label"
>
上游备注:
</text>
<text
class=
"tt"
style=
"max-width: 500rpx;color: red;"
>
{{ detail.
stock_in_items[0].
upstream_remark }}
</text>
<text
class=
"tt"
style=
"max-width: 500rpx;color: red;"
>
{{ detail.upstream_remark }}
</text>
</view>
</view>
<view
class=
"pp"
>
货品详情
</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