|
@@ -1953,7 +1953,7 @@ export default {
|
|
|
},
|
|
|
// 获取客户数据
|
|
|
getBcorpsListfun(cnName) {
|
|
|
- getBcorpsList(1, 10, { cnName, status: 0 }).then(res => {
|
|
|
+ getBcorpsList(1, 10, { shortName:cnName, status: 0 }).then(res => {
|
|
|
this.corpCnNameData = res.data.data.records
|
|
|
// this.corpCnNameData = res.data.data.records.map(item=>{
|
|
|
// // 创建自定义参数暂存
|
|
@@ -2156,12 +2156,7 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- this.$confirm("确定保存全部的费用信息?", {
|
|
|
- confirmButtonText: "确定",
|
|
|
- cancelButtonText: "取消",
|
|
|
- type: "warning"
|
|
|
- }).then(() => {
|
|
|
- this.assemblyForm.feeCenterListD.map((row, index) => {
|
|
|
+ this.assemblyForm.feeCenterListD.map((row, index) => {
|
|
|
row.dc = 'D'
|
|
|
row.pid = this.pid
|
|
|
row.sort = Number(index) + 1
|
|
@@ -2236,7 +2231,6 @@ export default {
|
|
|
});
|
|
|
this.$emit('billsDetailfun')
|
|
|
})
|
|
|
- })
|
|
|
|
|
|
},
|
|
|
|