|
|
@ -173,7 +173,8 @@ |
|
|
<el-tab-pane label="审批信息" name="tab3"></el-tab-pane> |
|
|
<el-tab-pane label="审批信息" name="tab3"></el-tab-pane> |
|
|
<el-tab-pane label="处理信息" name="tab4"> |
|
|
<el-tab-pane label="处理信息" name="tab4"> |
|
|
<el-form :inline="true" label-position="top" style="margin-top: 0px"> |
|
|
<el-form :inline="true" label-position="top" style="margin-top: 0px"> |
|
|
<el-button type="primary" :disabled="!(currentRow.statusCode==='50'||currentRow.statusCode==='60')" @click="openMassageModel()">申请信息录入</el-button> |
|
|
|
|
|
|
|
|
<!-- <el-button type="primary" :disabled="!(currentRow.statusCode==='50'||currentRow.statusCode==='60')" @click="openMassageModel()">申请信息录入</el-button>--> |
|
|
|
|
|
<el-button type="primary" @click="openMassageModel()">申请信息录入</el-button> |
|
|
</el-form> |
|
|
</el-form> |
|
|
<el-form label-position="top" :model="currentRow" > |
|
|
<el-form label-position="top" :model="currentRow" > |
|
|
<el-row :gutter="15"> |
|
|
<el-row :gutter="15"> |
|
|
@ -221,7 +222,7 @@ |
|
|
:close-on-click-modal="false" |
|
|
:close-on-click-modal="false" |
|
|
:visible.sync="modelFlag"> |
|
|
:visible.sync="modelFlag"> |
|
|
<el-form label-position="top" > |
|
|
<el-form label-position="top" > |
|
|
<el-row :gutter="15" v-if="this.currentRow.statusCode==='50'"> |
|
|
|
|
|
|
|
|
<el-row :gutter="15" > |
|
|
<el-col :span="6"> |
|
|
<el-col :span="6"> |
|
|
<el-form-item label="IFS PR编号" > |
|
|
<el-form-item label="IFS PR编号" > |
|
|
<el-input v-model="modelData.prNo" ></el-input> |
|
|
<el-input v-model="modelData.prNo" ></el-input> |
|
|
@ -233,7 +234,7 @@ |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
<el-row :gutter="15" style="margin-top: 20px" v-if="this.currentRow.statusCode==='60'"> |
|
|
|
|
|
|
|
|
<el-row :gutter="15" style="margin-top: 20px" > |
|
|
<el-col :span="6"> |
|
|
<el-col :span="6"> |
|
|
<el-form-item label="采购订单号" > |
|
|
<el-form-item label="采购订单号" > |
|
|
<el-input v-model="modelData.poNo" ></el-input> |
|
|
<el-input v-model="modelData.poNo" ></el-input> |
|
|
@ -322,6 +323,7 @@ |
|
|
}, |
|
|
}, |
|
|
modelFlag:false, |
|
|
modelFlag:false, |
|
|
currentRow:{}, |
|
|
currentRow:{}, |
|
|
|
|
|
currentRow2:{}, |
|
|
height: 200, |
|
|
height: 200, |
|
|
dataList1:[], |
|
|
dataList1:[], |
|
|
detailList:[], |
|
|
detailList:[], |
|
|
@ -826,6 +828,7 @@ |
|
|
//单击切换订单 |
|
|
//单击切换订单 |
|
|
changeData(row) { |
|
|
changeData(row) { |
|
|
this.currentRow = JSON.parse(JSON.stringify(row)); |
|
|
this.currentRow = JSON.parse(JSON.stringify(row)); |
|
|
|
|
|
this.currentRow2 = row; |
|
|
this.refreshCurrentTabTable (); |
|
|
this.refreshCurrentTabTable (); |
|
|
}, |
|
|
}, |
|
|
addUploadFileModal(){ |
|
|
addUploadFileModal(){ |
|
|
@ -895,7 +898,8 @@ |
|
|
}).then(() => { |
|
|
}).then(() => { |
|
|
comfirmToolApply(row).then(({data}) => { |
|
|
comfirmToolApply(row).then(({data}) => { |
|
|
if (data && data.code === 0) { |
|
|
if (data && data.code === 0) { |
|
|
this. search (); |
|
|
|
|
|
|
|
|
row.statusCode='10' |
|
|
|
|
|
row.status='下达' |
|
|
this.$message({ |
|
|
this.$message({ |
|
|
message: '操作成功', |
|
|
message: '操作成功', |
|
|
type: 'success', |
|
|
type: 'success', |
|
|
@ -1030,6 +1034,13 @@ |
|
|
this.currentRow.supplierName=this.modelData.supplierName |
|
|
this.currentRow.supplierName=this.modelData.supplierName |
|
|
this.currentRow.allCost=this.modelData.allCost |
|
|
this.currentRow.allCost=this.modelData.allCost |
|
|
this.currentRow.remark2=this.modelData.remark2 |
|
|
this.currentRow.remark2=this.modelData.remark2 |
|
|
|
|
|
|
|
|
|
|
|
this.currentRow2.prNo=this.modelData.prNo |
|
|
|
|
|
this.currentRow2.remark1=this.modelData.remark1 |
|
|
|
|
|
this.currentRow2.poNo=this.modelData.poNo |
|
|
|
|
|
this.currentRow2.supplierName=this.modelData.supplierName |
|
|
|
|
|
this.currentRow2.allCost=this.modelData.allCost |
|
|
|
|
|
this.currentRow2.remark2=this.modelData.remark2 |
|
|
this.$message({ |
|
|
this.$message({ |
|
|
message: '操作成功', |
|
|
message: '操作成功', |
|
|
type: 'success', |
|
|
type: 'success', |
|
|
|