Commit 95d5c63d9114acbc67ceb7706ea756cb6cbdd165

Authored by chenhang4442024
1 parent 2afcb6da

fix: 发送生产指示书时发送项目号

src/views/project/order/ProductText.vue
... ... @@ -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('操作成功,已发送给生产科、业务员、跟单员');
... ...