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
bf3babca
Commit
bf3babca
authored
Nov 20, 2025
by
qinjianhui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release' into 'dev'
Release See merge request
!100
parents
21fcad83
2923b581
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
0 deletions
+31
-0
src/types/api/warehouse.ts
+1
-0
src/views/logistics/shippingAddress.vue
+8
-0
src/views/warehouse/issueDoc.vue
+22
-0
No files found.
src/types/api/warehouse.ts
View file @
bf3babca
...
...
@@ -12,6 +12,7 @@ export interface warehouseSearchForm {
warehouseSku
?:
string
warehouseId
?:
number
|
string
id
?:
number
remark
?:
string
}
export
interface
InterProductList
{
createTime
?:
string
...
...
src/views/logistics/shippingAddress.vue
View file @
bf3babca
...
...
@@ -355,6 +355,14 @@ const formConfig = computed<IFormConfig[]>(() => [
type
:
'switch'
,
label
:
'是否默认'
,
},
{
prop
:
'creditCode'
,
type
:
'input'
,
label
:
'社会信用代码'
,
attrs
:
{
placeholder
:
'请输入社会信用代码'
,
},
},
])
async
function
getCountryList
()
{
...
...
src/views/warehouse/issueDoc.vue
View file @
bf3babca
...
...
@@ -87,6 +87,14 @@
style
=
"width: 160px"
/>
<
/ElFormItem
>
<
ElFormItem
style
=
"margin-right: 10px"
label
=
"备注"
>
<
ElInput
v
-
model
.
trim
=
"searchForm.remark"
clearable
placeholder
=
"请输入备注"
style
=
"width: 160px"
/>
<
/ElFormItem
>
<
ElFormItem
>
<
ElButton
type
=
"primary"
@
click
=
"search"
ref
=
"searchBtnRef"
>
查询
<
/ElButto
n
...
...
@@ -244,6 +252,20 @@
align
=
"center"
><
/ElTableColumn
>
<
ElTableColumn
label
=
"创建时间"
show
-
overflow
-
tooltip
prop
=
"createTime"
header
-
align
=
"center"
align
=
"center"
><
/ElTableColumn
>
<
ElTableColumn
label
=
"审核时间"
show
-
overflow
-
tooltip
prop
=
"auditTime"
header
-
align
=
"center"
align
=
"center"
><
/ElTableColumn
>
<
ElTableColumn
label
=
"备注"
show
-
overflow
-
tooltip
prop
=
"remark"
...
...
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