Commit 8635f726 authored by zhengke's avatar zhengke

no message

parent d896b345
......@@ -137,7 +137,7 @@
show-overflow-tooltip>
</el-table-column>
<el-table-column
v-if="BillMakingMsg.Type==1"
v-if="Type==1"
prop="Commission"
label="提成金额"
show-overflow-tooltip>
......@@ -173,6 +173,7 @@
orderMakerList:[],//制单人列表
outerVisible: false,
Month: moment().subtract(1, 'months').format("YYYY-MM"),
Type:null,
msg: {
pageIndex: 1,
pageSize: 20,
......@@ -213,7 +214,7 @@
this.multipleSelection = val;
let zong = 0;
this.multipleSelection.forEach((x) => {
if(this.BillMakingMsg.Type==1){
if(this.Type==1){
zong += x.Commission;
}else{
zong += x.WageMoney;
......@@ -350,7 +351,7 @@
}else{
this.BillMakingMsg.Type = 57
}
this.Type = type
let msg = {
PeroidsId: this.BillMakingMsg.PeroidsId,
Type: type
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment