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
66b4e81e
authored
Nov 08, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
新增库内管理--【三方送检单】
parent
b6d347d4
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
0 deletions
pages/arrivalRegister/index.vue
pages/arrivalRegister/registered.vue
pages/preCheck/list.vue
pages/tallyReceive/index.vue
pages/tallyReceive/operate.vue
pages/tallyReceive/record.vue
pages/arrivalRegister/index.vue
View file @
66b4e81e
...
@@ -131,6 +131,10 @@
...
@@ -131,6 +131,10 @@
<text
class=
"label"
>
销售员:
</text>
<text
class=
"label"
>
销售员:
</text>
<text
class=
"tt"
>
{{ item.stock_in_items[0].sale_user }}
</text>
<text
class=
"tt"
>
{{ item.stock_in_items[0].sale_user }}
</text>
</view>
</view>
<view
class=
"text-item row verCenter"
v-if=
"item.is_need_three_qc_cn == '是'"
>
<text
class=
"label"
>
三方送检:
</text>
<text
class=
"tt"
style=
"color: red;"
>
{{ item.is_need_three_qc_cn }}
</text>
</view>
<view
class=
"btn-box row bothSide"
>
<view
class=
"btn-box row bothSide"
>
<view
class=
"row verCenter"
style=
"margin-left: 79rpx;"
>
<view
class=
"row verCenter"
style=
"margin-left: 79rpx;"
>
<text
class=
"b1"
>
等
</text>
<text
class=
"b1"
>
等
</text>
...
...
pages/arrivalRegister/registered.vue
View file @
66b4e81e
...
@@ -103,6 +103,10 @@
...
@@ -103,6 +103,10 @@
<text
class=
"label"
>
销售员:
</text>
<text
class=
"label"
>
销售员:
</text>
<text
class=
"tt"
>
{{ item.stock_in_items[0].sale_user }}
</text>
<text
class=
"tt"
>
{{ item.stock_in_items[0].sale_user }}
</text>
</view>
</view>
<view
class=
"text-item row verCenter"
v-if=
"item.is_need_three_qc_cn == '是'"
>
<text
class=
"label"
>
三方送检:
</text>
<text
class=
"tt"
style=
"color: red;"
>
{{ item.is_need_three_qc_cn }}
</text>
</view>
<view
class=
"btn-box row bothSide"
>
<view
class=
"btn-box row bothSide"
>
<view
class=
"row verCenter"
style=
"margin-left: 79rpx;"
>
<view
class=
"row verCenter"
style=
"margin-left: 79rpx;"
>
<text
class=
"b1"
>
等
</text>
<text
class=
"b1"
>
等
</text>
...
...
pages/preCheck/list.vue
View file @
66b4e81e
...
@@ -74,6 +74,10 @@
...
@@ -74,6 +74,10 @@
<text
class=
"label"
>
包装要求:
</text>
<text
class=
"label"
>
包装要求:
</text>
<text
class=
"text"
style=
"color: red;"
>
{{
item
.
pack_requeire
}}
</text>
<text
class=
"text"
style=
"color: red;"
>
{{
item
.
pack_requeire
}}
</text>
</view>
</view>
<view
class=
"input-box row verCenter"
v-if=
"item.is_need_three_qc"
>
<text
class=
"label"
>
三方送检:
</text>
<text
class=
"text"
style=
"color: red;"
>
{{
item
.
is_need_three_qc_val
}}
</text>
</view>
<view
class=
"input-box row verCenter"
>
<view
class=
"input-box row verCenter"
>
<text
class=
"label"
>
货品名称:
</text>
<text
class=
"label"
>
货品名称:
</text>
<text
class=
"text"
>
{{
item
.
goods_name
}}
</text>
<text
class=
"text"
>
{{
item
.
goods_name
}}
</text>
...
...
pages/tallyReceive/index.vue
View file @
66b4e81e
...
@@ -124,6 +124,10 @@
...
@@ -124,6 +124,10 @@
<text
class=
"label"
style=
"width: 125rpx;"
>
包装要求:
</text>
<text
class=
"label"
style=
"width: 125rpx;"
>
包装要求:
</text>
<text
class=
"desc"
style=
"color: red;"
>
{{ item.pack_requeire }}
</text>
<text
class=
"desc"
style=
"color: red;"
>
{{ item.pack_requeire }}
</text>
</view>
</view>
<view
class=
"text-item row"
v-if=
"item.is_need_three_qc"
>
<text
class=
"label"
style=
"width: 125rpx;"
>
三方送检:
</text>
<text
class=
"desc"
style=
"color: red;"
>
{{ item.is_need_three_qc_cn }}
</text>
</view>
<view
class=
"text-item row"
>
<view
class=
"text-item row"
>
<text
class=
"label"
>
供应商:
</text>
<text
class=
"label"
>
供应商:
</text>
<text
class=
"desc"
>
{{ item.supplier_name }}
</text>
<text
class=
"desc"
>
{{ item.supplier_name }}
</text>
...
...
pages/tallyReceive/operate.vue
View file @
66b4e81e
...
@@ -158,6 +158,10 @@
...
@@ -158,6 +158,10 @@
<text
class=
"label"
style=
"width: 112rpx;"
>
包装要求:
</text>
<text
class=
"label"
style=
"width: 112rpx;"
>
包装要求:
</text>
<text
class=
"tt"
style=
"max-width: 491rpx;color: red;"
>
{{ detail.pack_requeire }}
</text>
<text
class=
"tt"
style=
"max-width: 491rpx;color: red;"
>
{{ detail.pack_requeire }}
</text>
</view>
</view>
<view
class=
"item row"
style=
"flex: 0 0 100%;"
v-if=
"detail.is_need_three_qc"
>
<text
class=
"label"
style=
"width: 112rpx;"
>
三方送检:
</text>
<text
class=
"tt"
style=
"max-width: 491rpx;color: red;"
>
{{ detail.is_need_three_qc_cn }}
</text>
</view>
<view
class=
"item row verCenter"
style=
"flex: 0 0 100%;"
>
<view
class=
"item row verCenter"
style=
"flex: 0 0 100%;"
>
<text
class=
"label"
>
供应商:
</text>
<text
class=
"label"
>
供应商:
</text>
<text
class=
"tt"
style=
"max-width: 491rpx;"
>
{{ detail.supplier_name }}
</text>
<text
class=
"tt"
style=
"max-width: 491rpx;"
>
{{ detail.supplier_name }}
</text>
...
...
pages/tallyReceive/record.vue
View file @
66b4e81e
...
@@ -136,6 +136,10 @@
...
@@ -136,6 +136,10 @@
<text
class=
"label"
>
包装要求:
</text>
<text
class=
"label"
>
包装要求:
</text>
<text
class=
"tt"
style=
"color: red;"
>
{{ item.pack_requeire }}
</text>
<text
class=
"tt"
style=
"color: red;"
>
{{ item.pack_requeire }}
</text>
</view>
</view>
<view
class=
"text-item row verCenter"
v-if=
"item.is_need_three_qc"
>
<text
class=
"label"
>
三方送检:
</text>
<text
class=
"tt"
style=
"color: red;"
>
{{ item.is_need_three_qc_cn }}
</text>
</view>
<view
class=
"text-item row verCenter"
>
<view
class=
"text-item row verCenter"
>
<text
class=
"label"
>
理货数量:
</text>
<text
class=
"label"
>
理货数量:
</text>
<text
class=
"ttt"
>
{{ item.tally_qty }}
</text>
<text
class=
"ttt"
>
{{ item.tally_qty }}
</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