Commit 95d5c63d9114acbc67ceb7706ea756cb6cbdd165
1 parent
2afcb6da
fix: 发送生产指示书时发送项目号
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/project/order/ProductText.vue
@@ -195,6 +195,7 @@ | @@ -195,6 +195,7 @@ | ||
195 | productionDepartment: resText.value.productionDepartment, | 195 | productionDepartment: resText.value.productionDepartment, |
196 | personList: resText.value.personList, | 196 | personList: resText.value.personList, |
197 | isSend: true, | 197 | isSend: true, |
198 | + projects: resText.value.projects, | ||
198 | }); | 199 | }); |
199 | console.log(); | 200 | console.log(); |
200 | success('操作成功,已发送给生产科、业务员、跟单员'); | 201 | success('操作成功,已发送给生产科、业务员、跟单员'); |