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
9b4c49cb
authored
Jun 26, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
6d3b5244
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
pages/preCheck/list.vue
pages/preCheck/list.vue
View file @
9b4c49cb
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
<text
class=
"label"
>
来货物流:
</text>
<text
class=
"label"
>
来货物流:
</text>
<view
class=
"tt"
>
<view
class=
"tt"
>
{{
item
.
from_shipping_name
}}
{{
item
.
from_shipping_name
}}
<text
v-if=
"from_shipping_name"
>
:
</text>
<text
v-if=
"
item.
from_shipping_name"
>
:
</text>
{{
item
.
from_shipment_number
}}
{{
item
.
from_shipment_number
}}
</view>
</view>
</view>
</view>
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
<text
class=
"label"
>
寄出物流:
</text>
<text
class=
"label"
>
寄出物流:
</text>
<view
class=
"text"
>
<view
class=
"text"
>
{{
item
.
to_shipping_name
}}
{{
item
.
to_shipping_name
}}
<text
v-if=
"to_shipping_name"
>
:
</text>
<text
v-if=
"
item.
to_shipping_name"
>
:
</text>
{{
item
.
to_shipment_number
}}
{{
item
.
to_shipment_number
}}
</view>
</view>
</view>
</view>
...
@@ -188,7 +188,6 @@
...
@@ -188,7 +188,6 @@
</
template
>
</
template
>
<view
class=
"default row rowCenter verCenter"
@
click=
"chooseImageChange()"
v-if=
"image_list.length < maxNum"
><text
class=
"iconfont icon-a-juxing3"
></text></view>
<view
class=
"default row rowCenter verCenter"
@
click=
"chooseImageChange()"
v-if=
"image_list.length < maxNum"
><text
class=
"iconfont icon-a-juxing3"
></text></view>
</view>
</view>
<p
style=
"color: red;font-size: 17rpx;margin-bottom: 10rpx;"
v-if=
"is_watch"
>
选中包含有采购需看货的物料,建议上传理货照片!
</p>
<view
class=
"print row verCenter"
@
click=
"toggle()"
>
<view
class=
"print row verCenter"
@
click=
"toggle()"
>
<text
class=
"check-box-icon"
:class=
"{ curr: print_flag }"
></text>
<text
class=
"check-box-icon"
:class=
"{ curr: print_flag }"
></text>
<text
class=
"tt"
>
打印预检标签
</text>
<text
class=
"tt"
>
打印预检标签
</text>
...
@@ -264,7 +263,6 @@
...
@@ -264,7 +263,6 @@
</
template
>
</
template
>
<view
class=
"default row rowCenter verCenter"
@
click=
"chooseImageChange()"
v-if=
"image_list.length < maxNum"
><text
class=
"iconfont icon-a-juxing3"
></text></view>
<view
class=
"default row rowCenter verCenter"
@
click=
"chooseImageChange()"
v-if=
"image_list.length < maxNum"
><text
class=
"iconfont icon-a-juxing3"
></text></view>
</view>
</view>
<p
style=
"color: red;font-size: 17rpx;margin-bottom: 10rpx;"
v-if=
"is_watch"
>
选中包含有采购需看货的物料,建议上传理货照片!
</p>
<view
class=
"print row verCenter"
@
click=
"toggle()"
>
<view
class=
"print row verCenter"
@
click=
"toggle()"
>
<text
class=
"check-box-icon"
:class=
"{ curr: print_flag }"
></text>
<text
class=
"check-box-icon"
:class=
"{ curr: print_flag }"
></text>
<text
class=
"tt"
>
打印预检标签
</text>
<text
class=
"tt"
>
打印预检标签
</text>
...
@@ -408,10 +406,12 @@
...
@@ -408,10 +406,12 @@
}
else
if
(
type
==
3
)
{
}
else
if
(
type
==
3
)
{
this
.
status_index
=
e
.
detail
.
value
;
this
.
status_index
=
e
.
detail
.
value
;
this
.
searchParams
.
status
=
this
.
status
[
e
.
detail
.
value
].
value
;
this
.
searchParams
.
status
=
this
.
status
[
e
.
detail
.
value
].
value
;
this
.
resetChange
();
this
.
getData
();
this
.
getData
();
}
else
if
(
type
==
4
)
{
}
else
if
(
type
==
4
)
{
this
.
qc_status_index
=
e
.
detail
.
value
;
this
.
qc_status_index
=
e
.
detail
.
value
;
this
.
searchParams
.
qc_status
=
this
.
qc_status
[
e
.
detail
.
value
].
value
;
this
.
searchParams
.
qc_status
=
this
.
qc_status
[
e
.
detail
.
value
].
value
;
this
.
resetChange
();
this
.
getData
();
this
.
getData
();
}
}
},
},
...
...
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