Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-ui
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
pda
pda-ui
Commits
16ad6079
Commit
16ad6079
authored
Jan 23, 2024
by
鲁鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
销售单位转换保存
parent
c9ab2fdf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.vue
src/views/mes/md/product/index.vue
+3
-3
No files found.
src/views/mes/md/product/index.vue
View file @
16ad6079
...
@@ -912,15 +912,15 @@ export default {
...
@@ -912,15 +912,15 @@ export default {
publishedConfData
.
itemId
=
this
.
form
.
itemId
;
publishedConfData
.
itemId
=
this
.
form
.
itemId
;
//销售单位转换保存
//销售单位转换保存
const
saleUnit
=
await
this
.
$refs
[
"SaleUnit"
].
getSaleUnitFormData
();
//
const saleUnit = await this.$refs["SaleUnit"].getSaleUnitFormData();
saleUnit
.
itemId
=
this
.
form
.
itemId
;
//
saleUnit.itemId = this.form.itemId;
const
params
=
{
const
params
=
{
...
this
.
form
,
...
this
.
form
,
baseInfo
:
baseInfoData
,
baseInfo
:
baseInfoData
,
look
:
lookData
,
look
:
lookData
,
publishedConf
:
publishedConfData
,
publishedConf
:
publishedConfData
,
saleUnit
:
saleUnit
//
saleUnit: saleUnit
};
};
updateMdItem
(
params
).
then
((
response
)
=>
{
updateMdItem
(
params
).
then
((
response
)
=>
{
this
.
$modal
.
msgSuccess
(
"修改成功"
);
this
.
$modal
.
msgSuccess
(
"修改成功"
);
...
...
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