|
|
|
@ -42,13 +42,13 @@
|
|
|
|
|
<!-- <process-material-warehousing-flow-chart v-if="ifShow" :pictureId="pictureId" :procInstId="procInstId"/>--> |
|
|
|
|
<!-- </a-tab-pane>--> |
|
|
|
|
<a-tab-pane tab="采购申请表" key="3" forceRender> |
|
|
|
|
<process-materials-plan-statement :materWared="this.$route.query.item"/> |
|
|
|
|
<process-materials-plan-statement :materWared="this.$route.query.item" :procInstId="this.$route.query.procInstId"/> |
|
|
|
|
</a-tab-pane> |
|
|
|
|
<a-tab-pane tab="采购通知书" key="4" forceRender> |
|
|
|
|
<process-materials-plan-statement2 :materWared="this.$route.query.item"/> |
|
|
|
|
<process-materials-plan-statement2 :materWared="this.$route.query.item" :procInstId="this.$route.query.procInstId"/> |
|
|
|
|
</a-tab-pane> |
|
|
|
|
<a-tab-pane tab="代储代销物资采购通知书" key="5" forceRender v-if="this.isIf"> |
|
|
|
|
<process-materials-plan-statement3 :materWared="this.$route.query.item"/> |
|
|
|
|
<process-materials-plan-statement3 :materWared="this.$route.query.item" :procInstId="this.$route.query.procInstId"/> |
|
|
|
|
</a-tab-pane> |
|
|
|
|
<!-- <a-tab-pane tab="报验单" key="6" forceRender> |
|
|
|
|
<process-materials-plan-statement4 :materWared="this.$route.query.item"/> |
|
|
|
@ -115,54 +115,15 @@
|
|
|
|
|
], |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
props: { |
|
|
|
|
// |
|
|
|
|
// /*流程数据*/ |
|
|
|
|
// processData:{ |
|
|
|
|
// type:Object, |
|
|
|
|
// default:()=>{return {}}, |
|
|
|
|
// required:false |
|
|
|
|
// }, |
|
|
|
|
// item: { |
|
|
|
|
// type:String, |
|
|
|
|
// }, |
|
|
|
|
// }, |
|
|
|
|
// props: { |
|
|
|
|
// /*流程数据*/ |
|
|
|
|
// processData:{ |
|
|
|
|
// type:Object, |
|
|
|
|
// default:()=>{return {}}, |
|
|
|
|
// required:false |
|
|
|
|
// }, |
|
|
|
|
// /*是否新增*/ |
|
|
|
|
// isNew: {type: Boolean, default: false, required: false}, |
|
|
|
|
// /*是否处理流程*/ |
|
|
|
|
// task: {type: Boolean, default: false, required: false}, |
|
|
|
|
// //流程表单data |
|
|
|
|
// formData: { |
|
|
|
|
// type: Object, |
|
|
|
|
// default: () => { |
|
|
|
|
// }, |
|
|
|
|
// required: false |
|
|
|
|
// }, |
|
|
|
|
// //表单模式:false流程表单 true普通表单 |
|
|
|
|
// formBpm: { |
|
|
|
|
// type: Boolean, |
|
|
|
|
// default: false, |
|
|
|
|
// required: false |
|
|
|
|
// }, |
|
|
|
|
// //表单禁用 |
|
|
|
|
// disabled: { |
|
|
|
|
// type: Boolean, |
|
|
|
|
// default: false, |
|
|
|
|
// required: false |
|
|
|
|
// } |
|
|
|
|
// materWared:{ |
|
|
|
|
// type:String, |
|
|
|
|
// }, |
|
|
|
|
}, |
|
|
|
|
/* props: { |
|
|
|
|
procInstId: { |
|
|
|
|
type: String, |
|
|
|
|
default: '', |
|
|
|
|
required: true |
|
|
|
|
}, |
|
|
|
|
},*/ |
|
|
|
|
created(){ |
|
|
|
|
console.log("进来没有") |
|
|
|
|
console.log("进来没有",this.procInstId) |
|
|
|
|
if (this.$route.query.sourceCapital==2){ |
|
|
|
|
this.isIf=true; |
|
|
|
|
} |
|
|
|
@ -182,7 +143,7 @@
|
|
|
|
|
methods: { |
|
|
|
|
callback(key){ |
|
|
|
|
if (key==2){ |
|
|
|
|
getAction(this.url.getProcessPicture, { id:this.$route.query.item }).then((res) => { |
|
|
|
|
getAction(this.url.getProcessPicture, { id:this.$route.query.item}).then((res) => { |
|
|
|
|
if (res.success) { |
|
|
|
|
// this.dataSource = res.result.records; |
|
|
|
|
// this.ipagination.total = res.result.total; |
|
|
|
|