Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_pda_Web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
胡宝山
template_pda_Web
Commits
80e3a5d4
Commit
80e3a5d4
authored
Jun 04, 2024
by
hubaoshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pd 1.0
parent
7621ad78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
enterboundPd.vue
src/views/setup/enterboundPd.vue
+5
-5
No files found.
src/views/setup/enterboundPd.vue
View file @
80e3a5d4
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
<span
style=
"color: red"
>
条数:{{ enterTable.length }}
</span>
<span
style=
"color: red"
>
条数:{{ enterTable.length }}
</span>
</div>
</div>
<div
class=
"buttonRegion"
>
<div
class=
"buttonRegion"
>
<el-button
class=
"button_rowBtn"
type=
"primary"
@
click=
"SubmitForm"
>
保存
</el-button>
<el-button
class=
"button_rowBtn"
type=
"primary"
@
click=
"SubmitForm"
>
盘点
</el-button>
<el-button
class=
"button_rowBtn"
type=
"primary"
@
click=
"clearFormConfirmation($event)"
>
清空
</el-button>
<el-button
class=
"button_rowBtn"
type=
"primary"
@
click=
"clearFormConfirmation($event)"
>
清空
</el-button>
</div>
</div>
<!-- 中间文本-->
<!-- 中间文本-->
...
@@ -109,14 +109,14 @@
...
@@ -109,14 +109,14 @@
<
script
>
<
script
>
import
manufacturer
from
'@/data/jsonData'
import
manufacturer
from
'@/data/jsonData'
import
{
import
{
batchAddIncomeWmsBox
,
checkIsZero
,
getJcCode
checkIsZero
,
getJcCode
}
from
'@/api/incomeWmsBox'
}
from
'@/api/incomeWmsBox'
import
{
findByLocation
}
from
'@/api/incomeWmsLabel'
import
{
findByLocation
}
from
'@/api/incomeWmsLabel'
import
{
getInfo
}
from
'@/api/login'
import
{
getInfo
}
from
'@/api/login'
import
{
getDict
}
from
'@/api/system/dict/data'
import
{
getDict
}
from
'@/api/system/dict/data'
import
{
playAudio
,
successAudio
}
from
'@/utils/common'
import
{
playAudio
,
successAudio
}
from
'@/utils/common'
import
{
customUpperCase
}
from
'@/utils/common'
import
{
customUpperCase
}
from
'@/utils/common'
import
{
batchAddIncomeWmsBoxPd
}
from
"@/api/incomeWmsBoxPd"
;
import
{
batchAddIncomeWmsBoxPd
}
from
'@/api/incomeWmsBoxPd'
export
default
{
export
default
{
name
:
'EnterboundPd'
,
name
:
'EnterboundPd'
,
data
()
{
data
()
{
...
@@ -245,7 +245,7 @@ export default {
...
@@ -245,7 +245,7 @@ export default {
* 保存
* 保存
*/
*/
SubmitForm
()
{
SubmitForm
()
{
this
.
$confirm
(
'确定要执行
新增操作吗?'
,
'批量新增
'
,
{
this
.
$confirm
(
'确定要执行
盘点操作吗?'
,
'盘点
'
,
{
confirmButtonText
:
'确定'
,
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
type
:
'warning'
...
@@ -259,7 +259,7 @@ export default {
...
@@ -259,7 +259,7 @@ export default {
batchAddIncomeWmsBoxPd
(
obj
).
then
(
res
=>
{
batchAddIncomeWmsBoxPd
(
obj
).
then
(
res
=>
{
console
.
log
(
'res'
,
res
)
console
.
log
(
'res'
,
res
)
if
(
res
.
code
===
200
)
{
if
(
res
.
code
===
200
)
{
this
.
msgSuccess
(
'新增成功
'
)
// this.msgSuccess('盘点数据
')
this
.
clearForm
()
this
.
clearForm
()
this
.
queryForm
.
cj
=
this
.
manufacturer
[
0
].
value
this
.
queryForm
.
cj
=
this
.
manufacturer
[
0
].
value
this
.
getDictData
()
this
.
getDictData
()
...
...
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