Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ximai
mes-pad
Commits
f6caae8c
Commit
f6caae8c
authored
Aug 07, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补料申请bug修复
parent
ebc3109e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
1 deletion
+25
-1
http.api.js
common/http.api.js
+1
-1
index.vue
pages/mes/prodReport/index.vue
+24
-0
No files found.
common/http.api.js
View file @
f6caae8c
...
@@ -297,7 +297,7 @@ const install = (Vue, vm) => {
...
@@ -297,7 +297,7 @@ const install = (Vue, vm) => {
//退料申请
//退料申请
listMaterialReturn
:
(
params
=
{})
=>
listMaterialReturn
:
(
params
=
{})
=>
vm
.
$u
.
post
(
vm
.
$u
.
post
(
config
.
adminPath
+
'/mobile/pro/proMaterial/listIssueLine'
,
config
.
adminPath
+
'/mobile/pro/proMaterial/listIssueLine
select
'
,
params
params
),
),
addMaterialReturn
:
(
params
=
{})
=>
addMaterialReturn
:
(
params
=
{})
=>
...
...
pages/mes/prodReport/index.vue
View file @
f6caae8c
...
@@ -743,6 +743,30 @@
...
@@ -743,6 +743,30 @@
</scroll-view>
</scroll-view>
</view>
</view>
</u-modal>
</u-modal>
<u-modal
title=
"补料申请数量"
@
confirm=
"materialRequestSetting()"
show-cancel-button
:title-style=
"{ 'background-color': '#1E3770', color: '#FFFFFF', 'line-height': '37px', 'padding-top': '0px' }"
v-model=
"materialRequestFormVisible"
width=
"700rpx"
>
<view
class=
""
>
<u-form
label-width=
"100px"
>
<u-row>
<u-col>
<u-form-item
label=
"产品物料名称"
>
{{ materialRequestFormData.itemName }}
</u-form-item>
</u-col>
</u-row>
<u-row>
<u-col>
<u-form-item
label=
"补料数量"
>
<u-number-box
v-model=
"materialRequestFormData.applyNum"
:long-press=
"false"
:positive-integer=
"false"
:input-width=
"190"
></u-number-box>
</u-form-item>
</u-col>
</u-row>
</u-form>
</view>
</u-modal>
<u-modal
title=
"退料申请"
@
confirm=
"materialReturnSave()"
show-cancel-button
<u-modal
title=
"退料申请"
@
confirm=
"materialReturnSave()"
show-cancel-button
:title-style=
"{ 'background-color': '#1E3770', color: '#FFFFFF', 'line-height': '37px', 'padding-top': '0px' }"
:title-style=
"{ 'background-color': '#1E3770', color: '#FFFFFF', 'line-height': '37px', 'padding-top': '0px' }"
...
...
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