diff --git a/src/views/ofm/vehicle_form.vue b/src/views/ofm/vehicle_form.vue index d7c41d07..e5eab27a 100644 --- a/src/views/ofm/vehicle_form.vue +++ b/src/views/ofm/vehicle_form.vue @@ -221,7 +221,6 @@ export default { getTid (){ var that = this; that.$API.ofm.vehicleUse.item.req(that.t_id).then(res=>{ - console.log('res', res) that.form = res; that.handleEidt(that.t_id); if(res.ticket_.state_.type == 1 && res.create_by == that.$TOOL.data.get("USER_INFO").id ) { diff --git a/src/views/srm/paperse.vue b/src/views/srm/paperse.vue index 8d03a5bb..80345154 100644 --- a/src/views/srm/paperse.vue +++ b/src/views/srm/paperse.vue @@ -26,11 +26,6 @@ - + + + + @@ -152,6 +155,16 @@ export default { methods: { async submit_b_func() { let that = this; + if(that.localForm.ticket_?.state_?.name == '总经理审批'){ + const papertData = { + paper: that.localForm.id, + pa_type: that.localForm.pa_type, + author: that.localForm.author, + organization: that.localForm.organization + }; + console.log('7777777777',papertData) + that.$API.srm.paperrecord.create.req(papertData); + } if(that.localForm?.id){ that.localMode = "edit"; } diff --git a/src/views/srm/patent.vue b/src/views/srm/patent.vue index 8d42d662..7d9975de 100644 --- a/src/views/srm/patent.vue +++ b/src/views/srm/patent.vue @@ -28,7 +28,7 @@ + min-width="60"> @@ -69,7 +69,7 @@ prop="other_area" min-width="60" > - + - +