diff --git a/src/api/emis/emisMonthpayAccount.js b/src/api/emis/emisMonthpayAccount.js
index 30e9d55f..a5f16afa 100644
--- a/src/api/emis/emisMonthpayAccount.js
+++ b/src/api/emis/emisMonthpayAccount.js
@@ -17,6 +17,16 @@ export function listSimpleEmisMonthpayAccount(query) {
})
}
+export function listAllSimple(query) {
+ return request({
+ url: '/emis/emisMonthpayAccount/listAllSimple',
+ method: 'get',
+ params: query
+ })
+}
+
+
+
// 查询月结账户表详细
export function getEmisMonthpayAccount(id) {
return request({
diff --git a/src/views/emis/EmisBaseTools/AllMonthpayAccountPicker.vue b/src/views/emis/EmisBaseTools/AllMonthpayAccountPicker.vue
new file mode 100644
index 00000000..82d973ce
--- /dev/null
+++ b/src/views/emis/EmisBaseTools/AllMonthpayAccountPicker.vue
@@ -0,0 +1,125 @@
+
+
+
+
+
+
diff --git a/src/views/emis/emisSettlePayRecord/panel/PayRecordInput.vue b/src/views/emis/emisSettlePayRecord/panel/PayRecordInput.vue
index 7d4b89e6..5d574c4a 100644
--- a/src/views/emis/emisSettlePayRecord/panel/PayRecordInput.vue
+++ b/src/views/emis/emisSettlePayRecord/panel/PayRecordInput.vue
@@ -119,7 +119,8 @@
缴款客户
-
+
+
@@ -389,7 +390,7 @@ import { getInfoBySettleBillNo} from "@/api/emis/emisSettleBill";
import {listEmisSettleSubBill,listHasPayMap} from "@/api/emis/emisSettleSubBill";
import { listEmisSettlePayRecord, getEmisSettlePayRecord, delEmisSettlePayRecord, addEmisSettlePayRecord, updateEmisSettlePayRecord } from "@/api/emis/emisSettlePayRecord";
-import EmisMonthpayAccountPicker from '@/views/emis/EmisBaseTools/EmisMonthpayAccountPicker.vue';
+import AllMonthpayAccountPicker from '@/views/emis/EmisBaseTools/AllMonthpayAccountPicker.vue';
import PayeePicker from '@/views/emis/EmisBaseTools/PayeePicker.vue';
export default {
@@ -405,7 +406,7 @@ export default {
type:Array
}
},
- components: { EmisMonthpayAccountPicker,PayeePicker },
+ components: { AllMonthpayAccountPicker,PayeePicker },
dicts: ['emis_settlebill_pay_type'],
data() {
return {