Commit b253771c authored by liudong1993's avatar liudong1993

1

parent 2598fb74
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
filterable filterable
v-model="msg.OutBranchId" v-model="msg.OutBranchId"
@change="getChange" @change="getChange"
clearable
:disabled="PermissionState==2" :disabled="PermissionState==2"
> >
<el-option <el-option
...@@ -122,10 +121,10 @@ ...@@ -122,10 +121,10 @@
style="width: 100%;" filterable multiple collapse-tags style="width: 100%;" filterable multiple collapse-tags
v-model="msg.LineIdList" @change="getStatement" v-model="msg.LineIdList" @change="getStatement"
clearable> clearable>
<el-option v-if="activeName!=2" <!-- <el-option v-if="activeName!=2"
:value="0" :value="0"
:label="$t('pub.unlimitedSel')" :label="$t('pub.unlimitedSel')"
></el-option> ></el-option> -->
<el-option <el-option
v-for="item in LineList" v-for="item in LineList"
:label="item.LineName" :label="item.LineName"
...@@ -459,7 +458,7 @@ export default { ...@@ -459,7 +458,7 @@ export default {
}else{ }else{
this.msg.OutBranchIdList = this.msg.OutBranchIdList.filter(x=>{return x!=-1}) this.msg.OutBranchIdList = this.msg.OutBranchIdList.filter(x=>{return x!=-1})
} }
if(this.msg.OutBranchIdList.indexOf('-1')!=-1) { if(this.msg.OutBranchIdList.indexOf('-1')!=-1 || this.msg.OutBranchIdList.length ==0) {
this.coinGetShow = false this.coinGetShow = false
this.msg.StandardCurrencyId = 1 this.msg.StandardCurrencyId = 1
}else { }else {
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
filterable filterable
v-model="msg.OutBranchId" v-model="msg.OutBranchId"
@change="getChange" @change="getChange"
clearable
:disabled="PermissionState==2" :disabled="PermissionState==2"
> >
<el-option <el-option
...@@ -146,7 +145,7 @@ ...@@ -146,7 +145,7 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="2" v-if="activeName!=2&&activeName!=3"> <el-col :span="2" v-if="activeName!=3">
<el-form-item label="季度汇总"> <el-form-item label="季度汇总">
<el-checkbox v-model="msg.LossType" true-label="1" false-label="0" @change="getStatement"></el-checkbox> <el-checkbox v-model="msg.LossType" true-label="1" false-label="0" @change="getStatement"></el-checkbox>
</el-form-item> </el-form-item>
......
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