|
|
@ -1141,6 +1141,7 @@
|
|
|
|
:closeDialog="closeDialog"
|
|
|
|
:closeDialog="closeDialog"
|
|
|
|
:orderQuery="returnData"
|
|
|
|
:orderQuery="returnData"
|
|
|
|
:viewType="viewType"
|
|
|
|
:viewType="viewType"
|
|
|
|
|
|
|
|
:isSupVesion="isSupVesion"
|
|
|
|
></addOrder>
|
|
|
|
></addOrder>
|
|
|
|
</el-dialog>
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
|
@ -1331,6 +1332,7 @@ export default {
|
|
|
|
addOrderVisible: false,
|
|
|
|
addOrderVisible: false,
|
|
|
|
returnData: null,
|
|
|
|
returnData: null,
|
|
|
|
viewType: 3,
|
|
|
|
viewType: 3,
|
|
|
|
|
|
|
|
isSupVesion: false,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
},
|
|
|
|
},
|
|
|
|
components: {AcceptOrder, addOrder},
|
|
|
|
components: {AcceptOrder, addOrder},
|
|
|
@ -1451,6 +1453,7 @@ export default {
|
|
|
|
if (response.code == 20000) {
|
|
|
|
if (response.code == 20000) {
|
|
|
|
_this.returnData = response.data;
|
|
|
|
_this.returnData = response.data;
|
|
|
|
_this.addOrderVisible = true;
|
|
|
|
_this.addOrderVisible = true;
|
|
|
|
|
|
|
|
_this.isSupVesion = true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
})
|
|
|
|