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
4e153d6a
Commit
4e153d6a
authored
Jul 03, 2025
by
wuqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改ts校验
parent
83a950e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
src/types/api/podUsOrder.ts
+2
-2
src/views/order/podUs/index.vue
+10
-2
No files found.
src/types/api/podUsOrder.ts
View file @
4e153d6a
...
@@ -86,8 +86,8 @@ export interface ProductList {
...
@@ -86,8 +86,8 @@ export interface ProductList {
templatePrice
?:
number
templatePrice
?:
number
variantImage
?:
string
variantImage
?:
string
craftPrice
?:
number
craftPrice
?:
number
craftCode
:
string
craftCode
?
:
string
platform
:
string
platform
?
:
string
imageAry
?:
string
imageAry
?:
string
designImages
?:
string
designImages
?:
string
categoryId
?:
number
categoryId
?:
number
...
...
src/views/order/podUs/index.vue
View file @
4e153d6a
...
@@ -69,6 +69,14 @@
...
@@ -69,6 +69,14 @@
style=
"width: 150px"
style=
"width: 150px"
></ElInput>
></ElInput>
</ElFormItem>
</ElFormItem>
<ElFormItem
label=
"货号"
>
<ElInput
v-model=
"searchForm.thirdStockSku"
placeholder=
"货号"
clearable
style=
"width: 150px"
/>
</ElFormItem>
<ElFormItem
label=
"款号"
>
<ElFormItem
label=
"款号"
>
<ElInput
<ElInput
v-model=
"searchForm.supplierProductNo"
v-model=
"searchForm.supplierProductNo"
...
@@ -1170,7 +1178,7 @@
...
@@ -1170,7 +1178,7 @@
>
>
<
template
<
template
#
top_right
#
top_right
v
-
if
=
"['ZPZY', 'CXZY', 'THZY'].includes(cardItem.craftCode
)"
v
-
if
=
"['ZPZY', 'CXZY', 'THZY'].includes(cardItem?.craftCode || ''
)"
>
>
<
img
<
img
:
src
=
"`/images/pic/${cardItem.craftCode
}
.png`"
:
src
=
"`/images/pic/${cardItem.craftCode
}
.png`"
...
@@ -1898,7 +1906,7 @@ const [searchForm, resetSearchForm] = useValue<SearchForm>({
...
@@ -1898,7 +1906,7 @@ const [searchForm, resetSearchForm] = useValue<SearchForm>({
supplierProductNo
:
''
,
supplierProductNo
:
''
,
batchArrangeNumber
:
''
,
batchArrangeNumber
:
''
,
craftCode
:
''
,
craftCode
:
''
,
thirdStockSku
:
''
thirdStockSku
:
''
,
}
)
}
)
const
exceptionStatus
=
ref
(
1
)
const
exceptionStatus
=
ref
(
1
)
const
userMarkList
=
ref
<
string
[]
>
([])
const
userMarkList
=
ref
<
string
[]
>
([])
...
...
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