Browse Source

完善分公司调车调账

zhanglei
yunuo970428 3 years ago
parent
commit
3bbdf7946f
  1. 34
      anrui-scm/anrui-scm-ui/src/views/supplychain/tiaozhangshenqingguanli/relation/tiaozhangcheliangList.vue
  2. 4
      anrui-scm/anrui-scm-ui/src/views/supplychain/tiaozhangshenqingguanli/tiaozhangshenqingguanliAdd.vue

34
anrui-scm/anrui-scm-ui/src/views/supplychain/tiaozhangshenqingguanli/relation/tiaozhangcheliangList.vue

@ -49,12 +49,12 @@
</el-table-column> </el-table-column>
<el-table-column label="调出分公司" align="center"> <el-table-column label="调出分公司" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.buyerOrgName }}</span> <span>{{ scope.row.sellerOrgName }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="调入分公司" align="center"> <el-table-column label="调入分公司" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.sellerOrgName }}</span> <span>{{ scope.row.buyerOrgName }}</span>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
@ -204,9 +204,9 @@ export default {
// } // }
// } // }
this.$emit('handleVehicle', this.vehicleList) this.$emit('handleVehicle', this.vehicleList)
this.$nextTick(() => { // this.$nextTick(() => {
this.$refs.multipleTable.clearSelection() // this.$refs.multipleTable.clearSelection()
}) // })
this.handleReturn() this.handleReturn()
} else { } else {
this.$message({ this.$message({
@ -219,18 +219,18 @@ export default {
}, },
// //
handleReturn() { handleReturn() {
this.listQuery = { // this.listQuery = {
current: 1, // current: 1,
size: 5, // size: 5,
params: { // params: {
shuntingType: '', // shuntingType: '',
vinNo: '', // vinNo: '',
accadjTypeKey: '', // accadjTypeKey: '',
callOutOrgSid: '', // callOutOrgSid: '',
callInOrgSid: '', // callInOrgSid: '',
sids: [] // sids: []
} // }
} // }
this.$emit('doback') // this.$emit('doback') //
}, },
// //

4
anrui-scm/anrui-scm-ui/src/views/supplychain/tiaozhangshenqingguanli/tiaozhangshenqingguanliAdd.vue

@ -17,7 +17,7 @@
<!--标题按钮部分结束--> <!--标题按钮部分结束-->
<!--Start 新增修改部分--> <!--Start 新增修改部分-->
<div class="listconadd"><!-- --> <div class="listconadd"><!-- -->
<div class="title">分公司间调账申请</div> <!--:rules="rules"--> <div class="title">分公司间调账申请</div>
<el-form ref="dataForm" :model="temp" :rules="rules" :inline="true" label-width="120px" class="formadd"> <el-form ref="dataForm" :model="temp" :rules="rules" :inline="true" label-width="120px" class="formadd">
<div class="invoiceadd" style="margin-top: 5px;"> <div class="invoiceadd" style="margin-top: 5px;">
<el-row> <el-row>
@ -93,7 +93,7 @@
<!-- <span>{{ scope.row.invoiceTypeValue }}</span>--> <!-- <span>{{ scope.row.invoiceTypeValue }}</span>-->
<!-- </template>--> <!-- </template>-->
<!-- </el-table-column>--> <!-- </el-table-column>-->
<el-table-column label="运费" align="center" width="90"> <el-table-column label="运费" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.freight }}</span> <span>{{ scope.row.freight }}</span>
</template> </template>

Loading…
Cancel
Save