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
0e653ece
Commit
0e653ece
authored
Jan 30, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 备货订单bug修改
parent
05464d1a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
4 deletions
+17
-4
src/views/supply/stockingOrder/AddStockingOrderDialog.vue
+2
-0
src/views/warehouse/receiptDoc.vue
+15
-4
No files found.
src/views/supply/stockingOrder/AddStockingOrderDialog.vue
View file @
0e653ece
...
...
@@ -93,6 +93,7 @@
<ElDatePicker
v-model=
"formData.expectDeliveryTime"
type=
"datetime"
:disabled=
"editOrderType === 'audit'"
placeholder=
"请选择"
value-format=
"YYYY-MM-DD HH:mm:ss"
clearable
...
...
@@ -129,6 +130,7 @@
v-model=
"formData.remark"
placeholder=
"请输入备注"
clearable
:disabled=
"editOrderType === 'audit'"
style=
"width: 100%"
/>
</ElFormItem>
...
...
src/views/warehouse/receiptDoc.vue
View file @
0e653ece
...
...
@@ -1513,10 +1513,21 @@ const auditOrder = (key: string) => {
dataVersion
,
}
),
)
await
auditOrderApi
(
url
,
data
)
ElMessage
.
success
(
'操作成功'
)
search
()
await
getTreeNum
()
const
loading
=
ElLoading
.
service
({
fullscreen
:
true
,
text
:
'操作中...'
,
background
:
'rgba(0, 0, 0, 0.3)'
,
}
)
try
{
await
auditOrderApi
(
url
,
data
)
ElMessage
.
success
(
'操作成功'
)
search
()
await
getTreeNum
()
}
catch
(
e
)
{
console
.
error
(
e
)
}
finally
{
loading
.
close
()
}
}
)
}
const
rejectedInRecord
=
()
=>
{
...
...
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