src/components/view/b1-inspect-order-plan.vue
@@ -164,7 +164,7 @@ <div style="width: 100%;height: 100%;" v-if="activeFace >0"> <Add :active="activeFace" :currentId="currentId"/> </div> <Inspection v-if="state==1" @goback="state=0"/> <Inspection v-if="state==1" @goback="state=0" :orderId="orderId"/> </div> </template> @@ -269,7 +269,8 @@ state:0,//0:台账页,1:检验页面,默认为0 activeFace: 0, //1:下单,2:查看,3:审核 currentId: null, entityCopy: {} entityCopy: {}, orderId: 0 } }, created() { @@ -414,6 +415,7 @@ }, handleInspection(row){ this.state = 1; this.orderId = row.id } } }