Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsMin
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
1d00b9b6
authored
Dec 14, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
去掉begin
parent
f14a0f42
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
pages/tallyGoods/exception.vue
pages/tallyGoods/exception.vue
View file @
1d00b9b6
...
...
@@ -115,12 +115,12 @@
this
.
resetChange
();
if
(
this
.
curr
==
0
)
{
//商务已回复
this
.
searchParams
.
ask_customer_sw_confirm_time
_begin
=
e
.
detail
.
value
;
this
.
searchParams
.
store_execute_time
_begin
=
''
;
this
.
searchParams
.
ask_customer_sw_confirm_time
=
e
.
detail
.
value
;
this
.
searchParams
.
store_execute_time
=
''
;
}
else
if
(
this
.
curr
==
1
)
{
//等待回复
this
.
searchParams
.
ask_customer_sw_confirm_time
_begin
=
''
;
this
.
searchParams
.
store_execute_time
_begin
=
e
.
detail
.
value
;
this
.
searchParams
.
ask_customer_sw_confirm_time
=
''
;
this
.
searchParams
.
store_execute_time
=
e
.
detail
.
value
;
}
this
.
date_format
=
e
.
detail
.
value
;
//显示日期字段更新
this
.
getData
();
...
...
@@ -135,13 +135,13 @@
if
(
index
==
0
)
{
//商务已回复
this
.
searchParams
.
ask_customer_sw_status
=
2
;
this
.
searchParams
.
ask_customer_sw_confirm_time
_begin
=
this
.
date_format
;
this
.
searchParams
.
store_execute_time
_begin
=
''
;
this
.
searchParams
.
ask_customer_sw_confirm_time
=
this
.
date_format
;
this
.
searchParams
.
store_execute_time
=
''
;
}
else
if
(
index
==
1
)
{
//等待回复
this
.
searchParams
.
ask_customer_sw_status
=
1
;
this
.
searchParams
.
ask_customer_sw_confirm_time
_begin
=
''
;
this
.
searchParams
.
store_execute_time
_begin
=
this
.
date_format
;
this
.
searchParams
.
ask_customer_sw_confirm_time
=
''
;
this
.
searchParams
.
store_execute_time
=
this
.
date_format
;
}
this
.
getData
();
},
...
...
@@ -162,12 +162,12 @@
this
.
date_format
=
formattedDate
;
//显示日期字段更新
if
(
this
.
curr
==
0
)
{
//商务已回复
this
.
searchParams
.
ask_customer_sw_confirm_time
_begin
=
formattedDate
;
this
.
searchParams
.
store_execute_time
_begin
=
''
;
this
.
searchParams
.
ask_customer_sw_confirm_time
=
formattedDate
;
this
.
searchParams
.
store_execute_time
=
''
;
}
else
if
(
this
.
curr
==
1
)
{
//等待回复
this
.
searchParams
.
ask_customer_sw_confirm_time
_begin
=
''
;
this
.
searchParams
.
store_execute_time
_begin
=
formattedDate
;
this
.
searchParams
.
ask_customer_sw_confirm_time
=
''
;
this
.
searchParams
.
store_execute_time
=
formattedDate
;
}
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