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
30844868
authored
Oct 09, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
WMS/质检系统--入库单明细--新增字段--包装要求、第二单位、第二单位数量
parent
90e6400b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
0 deletions
pages/arrivalRegister/index.vue
pages/arrivalRegister/registered.vue
pages/tallyReceive/index.vue
pages/tallyReceive/operate.vue
pages/arrivalRegister/index.vue
View file @
30844868
...
...
@@ -119,6 +119,14 @@
<text
class=
"label"
>
预期数量:
</text>
<text
class=
"tt"
>
{{ item.stock_in_items[0].expect_qty }}
</text>
</view>
<view
class=
"text-item row verCenter"
v-if=
"item.stock_in_items[0].second_unit"
>
<text
class=
"label"
>
第二单位:
</text>
<text
class=
"tt"
>
{{ item.second_unit }}
</text>
</view>
<view
class=
"text-item row verCenter"
v-if=
"item.stock_in_items[0].second_unit_num"
>
<text
class=
"label"
>
单位数量:
</text>
<text
class=
"tt"
>
{{ item.second_unit_num }}
</text>
</view>
<view
class=
"text-item row verCenter"
>
<text
class=
"label"
>
销售员:
</text>
<text
class=
"tt"
>
{{ item.stock_in_items[0].sale_user }}
</text>
...
...
pages/arrivalRegister/registered.vue
View file @
30844868
...
...
@@ -91,6 +91,14 @@
<text
class=
"label"
>
预期数量:
</text>
<text
class=
"tt"
>
{{ item.stock_in_items[0].expect_qty }}
</text>
</view>
<view
class=
"text-item row verCenter"
v-if=
"item.stock_in_items[0].second_unit"
>
<text
class=
"label"
>
第二单位:
</text>
<text
class=
"tt"
>
{{ item.second_unit }}
</text>
</view>
<view
class=
"text-item row verCenter"
v-if=
"item.stock_in_items[0].second_unit_num"
>
<text
class=
"label"
>
单位数量:
</text>
<text
class=
"tt"
>
{{ item.second_unit_num }}
</text>
</view>
<view
class=
"text-item row verCenter"
>
<text
class=
"label"
>
销售员:
</text>
<text
class=
"tt"
>
{{ item.stock_in_items[0].sale_user }}
</text>
...
...
pages/tallyReceive/index.vue
View file @
30844868
...
...
@@ -96,6 +96,14 @@
<text
class=
"label"
>
预期数量:
</text>
<text
class=
"tt"
>
{{ item.expect_qty }}
</text>
</view>
<view
class=
"text-item row verCenter"
v-if=
"item.second_unit"
>
<text
class=
"label"
>
第二单位:
</text>
<text
class=
"tt"
>
{{ item.second_unit }}
</text>
</view>
<view
class=
"text-item row verCenter"
v-if=
"item.second_unit_num"
>
<text
class=
"label"
>
单位数量:
</text>
<text
class=
"tt"
>
{{ item.second_unit_num }}
</text>
</view>
<view
class=
"text-item row verCenter"
>
<text
class=
"label"
>
销售员:
</text>
<text
class=
"tt"
>
{{ item.sale_user }}
</text>
...
...
@@ -112,6 +120,10 @@
<text
class=
"label"
style=
"width: 125rpx;"
>
客户物料编码:
</text>
<text
class=
"desc"
>
{{ item.customer_material_number }}
</text>
</view>
<view
class=
"text-item row"
v-if=
"item.pack_requeire"
>
<text
class=
"label"
style=
"width: 125rpx;"
>
包装要求:
</text>
<text
class=
"desc"
style=
"color: red;"
>
{{ item.pack_requeire }}
</text>
</view>
<view
class=
"text-item row"
>
<text
class=
"label"
>
供应商:
</text>
<text
class=
"desc"
>
{{ item.supplier_name }}
</text>
...
...
pages/tallyReceive/operate.vue
View file @
30844868
...
...
@@ -154,6 +154,10 @@
<text
class=
"label"
style=
"width: 112rpx;"
>
客户物料编码:
</text>
<text
class=
"tt"
style=
"max-width: 491rpx;"
>
{{ detail.customer_material_number }}
</text>
</view>
<view
class=
"item row"
style=
"flex: 0 0 100%;"
v-if=
"detail.pack_requeire"
>
<text
class=
"label"
style=
"width: 112rpx;"
>
包装要求:
</text>
<text
class=
"tt"
style=
"max-width: 491rpx;color: red;"
>
{{ detail.pack_requeire }}
</text>
</view>
<view
class=
"item row verCenter"
style=
"flex: 0 0 100%;"
>
<text
class=
"label"
>
供应商:
</text>
<text
class=
"tt"
style=
"max-width: 491rpx;"
>
{{ detail.supplier_name }}
</text>
...
...
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