修改bug

busUser
郑明梁 3 years ago
parent a1ddc9d143
commit 21dda81ffd

@ -421,6 +421,9 @@ export default {
},
created() {
if(this.editQuery.isUseDy==1){
this.checked=true
}
let ttquery = {
uuid: this.editQuery.uuid,
page: 1,

@ -388,7 +388,7 @@
</el-button
>
</template>
</el-table-column>
</el-table>
<div slot="footer" class="dialog-footer">
@ -1455,7 +1455,7 @@ export default {
var action=obj.toString();
this.bussinessTypeQuery.ids=action;
}
this.bussinessTypeQuery.code=this.busQuery.code;
getJoinBussinessType(this.bussinessTypeQuery).then((res) => {
this.selectBussinessTypeList = [];
@ -1466,7 +1466,7 @@ export default {
if (that.$refs.typeList) {
that.$refs.typeList.clearSelection();
}
that.bussinessTypeList.forEach(row => {
if (row.checkSelect==true) {
that.$refs.typeList.toggleRowSelection(row, true);
@ -1557,7 +1557,7 @@ export default {
this.getBussinessType(1,action);
},
selsectBussinessType(row){
// if(row==null || row==undefined){
// this.$message.info("");
// return;
@ -1600,12 +1600,12 @@ export default {
this.busTotal = 0;
});
this.selectWhouseBussinessType();
} else {
this.$message.error(res.message);
}
}).catch((error) => {
});

@ -34,7 +34,9 @@
</el-option>
</el-select>
</el-form-item>
<el-form-item class="query-form-item">
<el-input v-model="filterQuery.orderIdFk" placeholder="所属单号"></el-input>
</el-form-item>
</el-row>
<el-row style="width: 100%">

@ -499,7 +499,7 @@
},
passRegister() {
this.checkQuery.roles = this.check;
this.checkQuery.roles = 1;
if (this.$isBlank(this.rowData.companyName)) {
return this.$message.warning("请输入企业名称");

@ -253,13 +253,13 @@
></el-table-column>
</el-table>
<el-pagination
<!-- <el-pagination
:page-size="detailQuery.limit"
@current-change="handleCurrentChange"
layout="prev, pager, next"
:total="detailTotal"
:current-page="detailQuery.page"
></el-pagination>
></el-pagination> -->
</el-card>
<el-dialog
title="选择往来单位"

@ -927,7 +927,9 @@ export default {
},
getBusType() {
this.formData.billType=null;
if(this.$isBlank(this.idQuery.id)){
this.formData.billType=null;
}
let query = {
enabled: true,
invWarehouseCode: this.formData.invWarehouseCode
@ -1000,6 +1002,7 @@ export default {
this.codeArray = [];
this.closeConfirmFunction(false);
if (this.$isNotBlank(this.idQuery.id)) {
debugger
this.query.limit = 100;
this.query.orderIdFk = this.idQuery.id;
this.formData = this.idQuery.formData;

Loading…
Cancel
Save