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
116afe3f
Commit
116afe3f
authored
Jul 03, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into linjinhong
parents
2a825f89
83a950e9
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
33 additions
and
20 deletions
+33
-20
src/types/api/podUsOrder.ts
+1
-0
src/views/order/podUs/index.vue
+20
-8
src/views/warehouse/issueDoc.vue
+4
-4
src/views/warehouse/receiptDoc.vue
+4
-4
src/views/warehouse/warning.vue
+4
-4
No files found.
src/types/api/podUsOrder.ts
View file @
116afe3f
...
...
@@ -26,6 +26,7 @@ export interface SearchForm {
supplierProductNo
:
string
batchArrangeNumber
:
string
craftCode
:
string
thirdStockSku
:
string
}
export
interface
PodUsOrderListData
{
id
:
number
...
...
src/views/order/podUs/index.vue
View file @
116afe3f
...
...
@@ -69,10 +69,10 @@
style=
"width: 150px"
></ElInput>
</ElFormItem>
<ElFormItem
label=
"
供应货
号"
>
<ElFormItem
label=
"
款
号"
>
<ElInput
v-model=
"searchForm.supplierProductNo"
placeholder=
"
供应货
号"
placeholder=
"
款
号"
clearable
style=
"width: 150px"
/>
...
...
@@ -106,7 +106,6 @@
<el-radio-button
:label=
"true"
>
多件
</el-radio-button>
</el-radio-group>
</ElFormItem>
<ElFormItem>
<ElPopover
placement=
"bottom"
width=
"600"
trigger=
"click"
>
<ElForm
...
...
@@ -584,7 +583,7 @@
{{
item
.
productName
}}
</span>
</div>
<div
class=
"goods-item-info-item"
>
<
!--
<
div
class=
"goods-item-info-item"
>
<span
class=
"goods-item-info-item-label"
>
Base SKU:
</span>
<span
class=
"goods-item-info-item-value"
>
{{
item
.
baseSku
}}
...
...
@@ -592,7 +591,7 @@
<el-icon
class=
"icon"
@
click=
"copy(item.baseSku || '')"
>
<DocumentCopy
/>
</el-icon>
</div>
</div>
-->
<div
class=
"goods-item-info-item"
>
<span
class=
"goods-item-info-item-label"
>
变体SKU:
</span>
<span
class=
"goods-item-info-item-value"
>
...
...
@@ -617,6 +616,18 @@
<DocumentCopy
/>
</el-icon>
</div>
<div
v-if=
"item.thirdStockSku"
class=
"goods-item-info-item"
>
<span
class=
"goods-item-info-item-label"
>
货号:
</span>
<span
class=
"goods-item-info-item-value"
>
{{
item
.
thirdStockSku
}}
</span>
<el-icon
class=
"icon"
@
click=
"copy(item.thirdStockSku || '')"
>
<DocumentCopy
/>
</el-icon>
</div>
<div
class=
"goods-item-info-item"
>
<span
class=
"goods-item-info-item-label"
>
工艺:
</span>
<span
class=
"goods-item-info-item-value"
>
...
...
@@ -681,7 +692,7 @@
</span>
</div>
<div
class=
"goods-item-info-item"
>
<span
class=
"goods-item-info-item-label"
>
供应货
号:
</span>
<span
class=
"goods-item-info-item-label"
>
款
号:
</span>
<span
class=
"goods-item-info-item-value"
>
{{
item
.
supplierProductNo
}}
</span>
...
...
@@ -1279,9 +1290,9 @@
<
/span
>
<
/div
>
<
div
class
=
"grid-item"
>
<
span
class
=
"grid-item-label"
>
供应货
号:
<
/span
>
<
span
class
=
"grid-item-label"
>
款
号:
<
/span
>
<
span
:
title
=
"`
供应货
号: ${cardItem?.supplierProductNo
}
`"
:
title
=
"`
款
号: ${cardItem?.supplierProductNo
}
`"
class
=
"grid-item-value"
>
{{
cardItem
?.
supplierProductNo
}}
...
...
@@ -1887,6 +1898,7 @@ const [searchForm, resetSearchForm] = useValue<SearchForm>({
supplierProductNo
:
''
,
batchArrangeNumber
:
''
,
craftCode
:
''
,
thirdStockSku
:
''
}
)
const
exceptionStatus
=
ref
(
1
)
const
userMarkList
=
ref
<
string
[]
>
([])
...
...
src/views/warehouse/issueDoc.vue
View file @
116afe3f
...
...
@@ -321,7 +321,7 @@
<
ElTableColumn
show
-
overflow
-
tooltip
align
=
"center"
label
=
"
供应货
号"
label
=
"
款
号"
prop
=
"productNo"
/>
<
ElTableColumn
...
...
@@ -500,7 +500,7 @@
<
ElTableColumn
show
-
overflow
-
tooltip
align
=
"center"
label
=
"
供应货
号"
label
=
"
款
号"
prop
=
"productNo"
/>
<
ElTableColumn
...
...
@@ -616,7 +616,7 @@
<
ElTableColumn
show
-
overflow
-
tooltip
align
=
"center"
label
=
"
供应货
号"
label
=
"
款
号"
prop
=
"productNo"
/>
<
ElTableColumn
...
...
@@ -748,7 +748,7 @@
<
el
-
table
-
column
align
=
"center"
prop
=
"supplierItemNo"
label
=
"
供应货
号"
label
=
"
款
号"
><
/el-table-column
>
<
el
-
table
-
column
align
=
"center"
prop
=
"number"
label
=
"打印数量"
>
<
template
#
default
=
"{ row
}
"
>
...
...
src/views/warehouse/receiptDoc.vue
View file @
116afe3f
...
...
@@ -329,7 +329,7 @@
<
ElTableColumn
show
-
overflow
-
tooltip
align
=
"center"
label
=
"
供应货
号"
label
=
"
款
号"
prop
=
"productNo"
/>
<
ElTableColumn
...
...
@@ -532,7 +532,7 @@
<
ElTableColumn
show
-
overflow
-
tooltip
align
=
"center"
label
=
"
供应货
号"
label
=
"
款
号"
prop
=
"productNo"
/>
<
ElTableColumn
align
=
"center"
label
=
"入库数量"
prop
=
"buyStored"
>
...
...
@@ -646,7 +646,7 @@
<
ElTableColumn
show
-
overflow
-
tooltip
align
=
"center"
label
=
"
供应货
号"
label
=
"
款
号"
prop
=
"productNo"
/>
<
ElTableColumn
...
...
@@ -778,7 +778,7 @@
<
el
-
table
-
column
align
=
"center"
prop
=
"supplierItemNo"
label
=
"
供应货
号"
label
=
"
款
号"
><
/el-table-column
>
<
el
-
table
-
column
align
=
"center"
prop
=
"number"
label
=
"打印数量"
>
<
template
#
default
=
"{ row
}
"
>
...
...
src/views/warehouse/warning.vue
View file @
116afe3f
...
...
@@ -241,7 +241,7 @@ getWarehouse()
<el-table-column
align=
"center"
prop=
"productNo"
label=
"
供应货
号 "
label=
"
款
号 "
></el-table-column>
<el-table-column
align=
"center"
prop=
"number"
label=
"打印数量"
>
<template
#
default=
"
{ row }">
...
...
@@ -295,11 +295,11 @@ getWarehouse()
clearable
></el-input>
</el-form-item>
<el-form-item
label=
"
供应货
号"
>
<el-form-item
label=
"
款
号"
>
<el-input
v-model=
"searchForm.productNo"
style=
"width: 140px"
placeholder=
"请输入
货
号"
placeholder=
"请输入
款
号"
clearable
></el-input>
</el-form-item>
...
...
@@ -439,7 +439,7 @@ getWarehouse()
<el-table-column
align=
"center"
prop=
"productNo"
label=
"
供应货
号"
label=
"
款
号"
width=
"150"
></el-table-column>
<el-table-column
...
...
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