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

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

@ -17,7 +17,7 @@
<!--标题按钮部分结束-->
<!--Start 新增修改部分-->
<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">
<div class="invoiceadd" style="margin-top: 5px;">
<el-row>
@ -93,7 +93,7 @@
<!-- <span>{{ scope.row.invoiceTypeValue }}</span>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column label="运费" align="center" width="90">
<el-table-column label="运费" align="center">
<template slot-scope="scope">
<span>{{ scope.row.freight }}</span>
</template>

Loading…
Cancel
Save