@@ -723,11 +723,6 @@
// }
// });
- console.log(factoriesId, 'factoriesId');
- console.log(
- this.$store.state.user.info.factoryId,
- 'this.$store.state.user.info.factoryId'
- );
this.$router
.push({
path: '/saleOrder/salesToProduction',
@@ -156,11 +156,7 @@
<div slot="footer" class="footer">
<div>
<el-button @click="cancel">取消</el-button>
- <el-button
- @click="submit(2)"
- type="primary"
- :loading="loading"
- v-if="type != 'edit'"
+ <el-button @click="submit(2)" type="primary" :loading="loading"
>提交并发布</el-button
>
<el-button type="primary" @click="submit(1)" :loading="loading"