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
5aa0cc36
authored
Apr 17, 2025
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
3cbbbd10
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
16 deletions
pages/preCheck/thirdPartyInspectionStatus.vue
pages/preCheck/thirdPartyInspectionStatus.vue
View file @
5aa0cc36
...
@@ -36,10 +36,14 @@
...
@@ -36,10 +36,14 @@
<view
class=
"staus_type_val row rowCenter verCenter"
v-if=
"item.is_look_str == '是'"
>
看
</view>
<view
class=
"staus_type_val row rowCenter verCenter"
v-if=
"item.is_look_str == '是'"
>
看
</view>
<view
class=
"staus_type_val row rowCenter verCenter"
v-if=
"item.is_qc"
>
检
</view>
<view
class=
"staus_type_val row rowCenter verCenter"
v-if=
"item.is_qc"
>
检
</view>
</view>
</view>
<view
class=
"input-box row verCenter curr"
style=
"flex: 0 0 100%;"
>
<view
class=
"input-box row verCenter curr"
>
<text
class=
"label"
>
送检单号:
</text>
<text
class=
"label"
>
送检单号:
</text>
<text
class=
"tt"
>
{{
item
.
inspection_order_sn
}}
</text>
<text
class=
"tt"
>
{{
item
.
inspection_order_sn
}}
</text>
</view>
</view>
<view
class=
"input-box row verCenter curr"
>
<text
class=
"label"
>
送检单状态:
</text>
<text
class=
"tt"
>
{{
item
.
status_cn
}}
</text>
</view>
<view
class=
"input-box row verCenter curr"
style=
"flex: 0 0 100%;"
>
<view
class=
"input-box row verCenter curr"
style=
"flex: 0 0 100%;"
>
<text
class=
"label"
>
检后寄回物流:
</text>
<text
class=
"label"
>
检后寄回物流:
</text>
<view
class=
"tt"
>
<view
class=
"tt"
>
...
@@ -56,10 +60,14 @@
...
@@ -56,10 +60,14 @@
{{
item
.
inspection_shipment_number
}}
{{
item
.
inspection_shipment_number
}}
</view>
</view>
</view>
</view>
<view
class=
"input-box row verCenter"
style=
"flex: 0 0 100%;"
>
<view
class=
"input-box row verCenter"
>
<text
class=
"label"
>
入 仓 号:
</text>
<text
class=
"label"
>
入 仓 号:
</text>
<text
class=
"text"
>
{{
item
.
inhouse
}}
</text>
<text
class=
"text"
>
{{
item
.
inhouse
}}
</text>
</view>
</view>
<view
class=
"input-box row verCenter"
>
<text
class=
"label"
>
仓库:
</text>
<text
class=
"text"
>
{{
item
.
warehouse_name
}}
</text>
</view>
<view
class=
"input-box row verCenter"
style=
"flex: 0 0 100%;"
>
<view
class=
"input-box row verCenter"
style=
"flex: 0 0 100%;"
>
<text
class=
"label"
>
备注:
</text>
<text
class=
"label"
>
备注:
</text>
<text
class=
"text"
style=
"color: red;"
>
{{
item
.
remark
}}
</text>
<text
class=
"text"
style=
"color: red;"
>
{{
item
.
remark
}}
</text>
...
@@ -143,12 +151,7 @@
...
@@ -143,12 +151,7 @@
<view
class=
"input-wrap column"
style=
"margin-top: 20rpx;"
>
<view
class=
"input-wrap column"
style=
"margin-top: 20rpx;"
>
<view
class=
"label-title"
><text
style=
"color: red;"
>
*
</text>
收货时间:
</view>
<view
class=
"label-title"
><text
style=
"color: red;"
>
*
</text>
收货时间:
</view>
<view
class=
"select-box row"
>
<view
class=
"select-box row"
>
<picker
mode=
"date"
@
change=
"bindPickerChange($event,2)"
style=
"width: 100%;"
>
<uni-datetime-picker
v-model=
"receiveAfterInspectionParams.delivery_time"
type=
"datetime"
:clear-icon=
"false"
/>
<view
class=
"row verCenter bothSide wrap"
>
<view
class=
"uni-input"
>
{{
receiveAfterInspectionParams
.
delivery_time
?
receiveAfterInspectionParams
.
delivery_time
:
'请选择收货时间'
}}
</view>
<view
class=
"uni-arrow"
></view>
</view>
</picker>
</view>
</view>
</view>
</view>
<view
class=
"pack"
>
<view
class=
"pack"
>
...
@@ -176,12 +179,7 @@
...
@@ -176,12 +179,7 @@
<view
class=
"input-wrap column"
style=
"margin-top: 20rpx;"
>
<view
class=
"input-wrap column"
style=
"margin-top: 20rpx;"
>
<view
class=
"label-title"
><text
style=
"color: red;"
>
*
</text>
收货时间:
</view>
<view
class=
"label-title"
><text
style=
"color: red;"
>
*
</text>
收货时间:
</view>
<view
class=
"select-box row"
>
<view
class=
"select-box row"
>
<picker
mode=
"date"
@
change=
"bindPickerChange($event,2)"
style=
"width: 100%;"
>
<uni-datetime-picker
v-model=
"receiveAfterInspectionParams.delivery_time"
type=
"datetime"
:clear-icon=
"false"
/>
<view
class=
"row verCenter bothSide wrap"
>
<view
class=
"uni-input"
>
{{
receiveAfterInspectionParams
.
delivery_time
?
receiveAfterInspectionParams
.
delivery_time
:
'请选择收货时间'
}}
</view>
<view
class=
"uni-arrow"
></view>
</view>
</picker>
</view>
</view>
</view>
</view>
<view
class=
"pack"
>
<view
class=
"pack"
>
...
@@ -233,7 +231,7 @@
...
@@ -233,7 +231,7 @@
},
},
receiveAfterInspectionParams
:
{
receiveAfterInspectionParams
:
{
inspection_order_ids
:
''
,
inspection_order_ids
:
''
,
delivery_time
:
''
,
delivery_time
:
this
.
getCurrentDateTime
()
,
qc_delivery_remark
:
''
qc_delivery_remark
:
''
}
}
};
};
...
@@ -246,7 +244,7 @@
...
@@ -246,7 +244,7 @@
this
.
getData
();
this
.
getData
();
},
},
onLoad
(
options
)
{
onLoad
(
options
)
{
this
.
searchParams
.
batch_search_value
=
options
.
batch_search_value
;
this
.
searchParams
.
batch_search_value
=
options
.
batch_search_value
||
''
;
},
},
onShow
()
{
onShow
()
{
if
(
this
.
noexebshowFalg
)
{
if
(
this
.
noexebshowFalg
)
{
...
@@ -255,6 +253,20 @@
...
@@ -255,6 +253,20 @@
}
}
},
},
methods
:
{
methods
:
{
/**
* 获取日期 时分秒
*/
getCurrentDateTime
()
{
const
now
=
new
Date
();
const
year
=
now
.
getFullYear
();
const
month
=
String
(
now
.
getMonth
()
+
1
).
padStart
(
2
,
'0'
);
const
day
=
String
(
now
.
getDate
()).
padStart
(
2
,
'0'
);
const
hours
=
String
(
now
.
getHours
()).
padStart
(
2
,
'0'
);
const
minutes
=
String
(
now
.
getMinutes
()).
padStart
(
2
,
'0'
);
const
seconds
=
String
(
now
.
getSeconds
()).
padStart
(
2
,
'0'
);
return
`
${
year
}
-
${
month
}
-
${
day
}
${
hours
}
:
${
minutes
}
:
${
seconds
}
`
;
},
bindPickerChange
:
function
(
e
,
type
)
{
bindPickerChange
:
function
(
e
,
type
)
{
console
.
log
(
'picker发送选择改变,携带值为'
,
e
.
detail
.
value
);
console
.
log
(
'picker发送选择改变,携带值为'
,
e
.
detail
.
value
);
if
(
type
==
1
)
{
if
(
type
==
1
)
{
...
@@ -497,4 +509,17 @@
...
@@ -497,4 +509,17 @@
<
style
scoped
lang=
"scss"
>
<
style
scoped
lang=
"scss"
>
@import
'@/assets/css/preCheck/list.scss'
;
@import
'@/assets/css/preCheck/list.scss'
;
::v-deep
{
.uni-date-x
.icon-calendar
{
display
:
none
!important
;
}
.uni-date__x-input
{
padding-left
:
15
rpx
;
font-size
:
17
rpx
;
height
:
40
rpx
;
line-height
:
40
rpx
;
}
}
</
style
>
</
style
>
\ No newline at end of file
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