|
@@ -90,7 +90,7 @@
|
|
|
<el-button size="small" type="primary" @click="onSubmit" class="normal-btn-width">提 交</el-button>
|
|
|
</div>
|
|
|
</el-drawer>
|
|
|
-
|
|
|
+
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
@@ -102,7 +102,7 @@ export default {
|
|
|
dialogFormVisible2:false,
|
|
|
accountList:[],
|
|
|
form:{
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
rules:{
|
|
|
},
|
|
@@ -146,7 +146,7 @@ export default {
|
|
|
let res = await this.$api.requested(this.accountParam)
|
|
|
this.accountList = res.data
|
|
|
console.log(this.accountList);
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
async onSubmit () {
|
|
|
let is = this.selectArr.every(item => item.sa_accountclassid && (item.creditquota || item.creditquota === 0))
|
|
@@ -180,11 +180,11 @@ export default {
|
|
|
message:'请填写完整信息'
|
|
|
})
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
accountSelect (data) {
|
|
|
console.log('触发');
|
|
|
-
|
|
|
+
|
|
|
this.accountParam.content.sys_enterpriseid=data.sys_enterpriseid
|
|
|
this.getAccountList()
|
|
|
},
|
|
@@ -218,4 +218,4 @@ export default {
|
|
|
/deep/.el-select {
|
|
|
width: 100%!important;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|