生产管理接口联调

dev-scheduling
zhangdi 2 months ago
parent b81aefd1c1
commit 158749a2a4
  1. 6
      src/views/productionManagement/sjKitPreparation/index.vue

@ -27,18 +27,18 @@
<el-button
v-if="scope.row.sjMoldPreparation != 2"
type="text"
@click="moldComplete(scope.row.yoId)"
@click="moldComplete(scope.row.id)"
>完成</el-button
>
<!-- 齐套流转完成 -->
<el-button
v-if="scope.row.sjKitPreparation != 2"
type="text"
@click="sendKit(scope.row.yoId)"
@click="sendKit(scope.row.id)"
>发送</el-button
>
<!-- 车间订单生成 -->
<el-button v-if="scope.row.sjKitPreparation == 2" type="text" @click="orderGen(scope.row.yoId)"
<el-button v-if="scope.row.sjKitPreparation == 2" type="text" @click="orderGen(scope.row.id)"
>车间订单生成</el-button
>
</template>

Loading…
Cancel
Save