Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
95d5c63d9114acbc67ceb7706ea756cb6cbdd165
Authored by
chenhang4442024
2025-02-24 16:42:52 +0800
1 parent
2afcb6da
build: skipped
fix: 发送生产指示书时发送项目号
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/project/order/ProductText.vue
src/views/project/order/ProductText.vue
View file @
95d5c63
...
...
@@ -195,6 +195,7 @@
195
195
productionDepartment: resText.value.productionDepartment,
196
196
personList: resText.value.personList,
197
197
isSend: true,
198
+ projects: resText.value.projects,
198
199
});
199
200
console.log();
200
201
success('操作成功,已发送给生产科、业务员、跟单员');
...
...