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
8094a6c4
authored
Nov 20, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
f7defc13
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
pages/arrivalRegister/index.vue
pages/arrivalRegister/registered.vue
pages/preCheck/list.vue
pages/putaway/record.vue
pages/tallyReceive/operate.vue
pages/tallyReceive/record.vue
pages/arrivalRegister/index.vue
View file @
8094a6c4
...
...
@@ -133,7 +133,7 @@
</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>
<text
class=
"tt"
style=
"color: red;"
>
需三方送检
</text>
</view>
<view
class=
"btn-box row bothSide"
>
<view
class=
"row verCenter"
style=
"margin-left: 79rpx;"
>
...
...
pages/arrivalRegister/registered.vue
View file @
8094a6c4
...
...
@@ -105,7 +105,7 @@
</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>
<text
class=
"tt"
style=
"color: red;"
>
需三方送检
</text>
</view>
<view
class=
"btn-box row bothSide"
>
<view
class=
"row verCenter"
style=
"margin-left: 79rpx;"
>
...
...
pages/preCheck/list.vue
View file @
8094a6c4
...
...
@@ -76,7 +76,7 @@
</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>
<text
class=
"text"
style=
"color: red;"
>
需三方送检
</text>
</view>
<view
class=
"input-box row verCenter"
>
<text
class=
"label"
>
货品名称:
</text>
...
...
pages/putaway/record.vue
View file @
8094a6c4
...
...
@@ -59,7 +59,7 @@
<text>
提交
</text>
</label>
</radio-group>
<view
class=
"total-text"
v-if=
"list.length > 0"
>
共
<text
class=
"tt"
>
{{
list.length
}}
</text>
条数据
</view>
<view
class=
"total-text"
v-if=
"list.length > 0"
>
共
<text
class=
"tt"
>
{{
total
}}
</text>
条数据
</view>
</view>
<!-- 列表 -->
<view
class=
"list row bothSide"
v-if=
"list.length > 0"
>
...
...
@@ -409,10 +409,10 @@
* 获取列表数据
*/
getData
()
{
console
.
log
(
this
.
searchParams
.
stock_shelf_time
)
this
.
request
(
API
.
onShelfRecordList
,
'GET'
,
{
page
:
this
.
page
,
limit
:
this
.
limit
,
...
this
.
searchParams
},
false
).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
if
(
res
.
data
.
total
>
0
)
{
this
.
total
=
res
.
data
.
total
;
this
.
hasMoreData
=
true
;
this
.
list
=
this
.
list
.
concat
(
res
.
data
.
list
);
this
.
filter_list
=
createArray
(
this
.
list
.
length
,
false
);
...
...
pages/tallyReceive/operate.vue
View file @
8094a6c4
...
...
@@ -159,7 +159,7 @@
<text
class=
"tt"
style=
"max-width: 491rpx;color: red;"
>
{{ detail.pack_requeire }}
</text>
</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=
"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%;"
>
...
...
pages/tallyReceive/record.vue
View file @
8094a6c4
...
...
@@ -138,7 +138,7 @@
</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>
<text
class=
"tt"
style=
"color: red;"
>
需三方送检
</text>
</view>
<view
class=
"text-item row verCenter"
>
<text
class=
"label"
>
理货数量:
</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