Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
electron-printer
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
zhuzhequan
electron-printer
Commits
4137699f
Commit
4137699f
authored
Jun 10, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改库存不足提示语
parent
9dfa01d0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
src/views/design/head/index.vue
+6
-2
No files found.
src/views/design/head/index.vue
View file @
4137699f
...
@@ -305,7 +305,9 @@ export default {
...
@@ -305,7 +305,9 @@ export default {
);
);
if (code == 301) {
if (code == 301) {
this.$confirm(
this.$confirm(
`
库存不足,无法进入生产
!
请联系仓库管理人员核对库存。
<
/br>
`
$
{
resData
.
thirdSkuCode
}
库存不足,无法进入生产
!
请联系仓库管理人员核对库存。
<
/br>
库存数量:
$
{
resData
.
availableInventory
||
0
}
,
库存数量:
$
{
resData
.
availableInventory
||
0
}
,
生产中数量:
$
{
resData
.
inventory
||
0
}
,
生产中数量:
$
{
resData
.
inventory
||
0
}
,
<
span
style
=
"color: red;"
>
可调配库存:
<
span
style
=
"color: red;"
>
可调配库存:
...
@@ -754,7 +756,9 @@ export default {
...
@@ -754,7 +756,9 @@ export default {
});
});
if (checkInventoryCode == 301) {
if (checkInventoryCode == 301) {
this.$confirm(
this.$confirm(
`库存不足,无法进入生产!请联系仓库管理人员核对库存。</br>
`${
checkInventoryData?.thirdSkuCode
}库存不足,无法进入生产!请联系仓库管理人员核对库存。</br>
库存数量:${checkInventoryData.availableInventory || 0},
库存数量:${checkInventoryData.availableInventory || 0},
生产中数量:${checkInventoryData.inventory || 0},
生产中数量:${checkInventoryData.inventory || 0},
<span style="
color
:
red
;
">可调配库存:
<span style="
color
:
red
;
">可调配库存:
...
...
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