Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
fcc4b9e5
Commit
fcc4b9e5
authored
May 30, 2025
by
wuqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
初版出库单
parent
9f9aa652
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
src/views/warehouse/receiptDoc.vue
+14
-14
No files found.
src/views/warehouse/receiptDoc.vue
View file @
fcc4b9e5
...
...
@@ -125,10 +125,10 @@
>
删除
<
/el-button
>
<
!--
<
el
-
button
type
=
"success"
@
click
=
"handleExport"
>
导出
<
/el-button
>
<
el
-
button
type
=
"success"
@
click
=
"handleExport"
>
导出
<
/el-button
>
<
el
-
button
type
=
"primary"
@
click
=
"printProductTag"
>
打印商品
SKU
标签
<
/el-button>
--
>
<
/el-button
>
<
el
-
button
v
-
if
=
"nodeCode === 'PENDING_AUDIT'"
type
=
"warning"
...
...
@@ -1021,15 +1021,15 @@ const getTreeNum = async () => {
}
}
const
showPrintDialog
=
ref
(
false
)
//
const printProductTag = async () =>
{
//
if (!selections.value.length)
{
//
return ElMessage.warning('请选择要操作的数据')
//
}
//
showPrintDialog.value = true
//
selections.value.forEach((el:InterWarehousePage) =>
{
//
el.number = ''
//
}
)
//
}
const
printProductTag
=
async
()
=>
{
if
(
!
selections
.
value
.
length
)
{
return
ElMessage
.
warning
(
'请选择要操作的数据'
)
}
showPrintDialog
.
value
=
true
//
selections.value.forEach((el:InterWarehousePage) =>
{
//
el.number = ''
//
}
)
}
async
function
handlePrintProductTag
()
{
// const flag = selections.value.every((el:InterWarehousePage) => el.number && el.number != '0')
// if (!flag)
{
...
...
@@ -1094,9 +1094,9 @@ const exportForm = ref({
delivery
:
false
,
resource
:
''
,
}
)
//
const handleExport = () =>
{
//
exportVisible.value = true
//
}
const
handleExport
=
()
=>
{
exportVisible
.
value
=
true
}
const
submitExportForm
=
()
=>
{
// if (exportForm.value.resource === '')
{
// return ElMessage.error('请选择导出类型')
...
...
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