diff --git a/src/api/communication/basiccard.js b/src/api/communication/basiccard.js index 48c9cbd..14f790c 100644 --- a/src/api/communication/basiccard.js +++ b/src/api/communication/basiccard.js @@ -62,6 +62,14 @@ export const tenant = () => { method: 'get', }) } +//流量池名称 +export const flowPoolName = () => { + return request({ + url: "/api/iot-sim/flowpool/fillData?isSource=" + 2, + method: 'get', + }) +} + //分拨操作 export const simdeliver = (params) => { return request({ diff --git a/src/views/communicationmanage/basiccard/basiccard.vue b/src/views/communicationmanage/basiccard/basiccard.vue index 6059777..021b962 100644 --- a/src/views/communicationmanage/basiccard/basiccard.vue +++ b/src/views/communicationmanage/basiccard/basiccard.vue @@ -170,7 +170,25 @@ > - + + + + + { + if (res.data.code == 200) { + this.flowPoolNameArr = res.data.data; + } + }); + }, //租户下拉框 tenantlists() { tenant().then((res) => { diff --git a/src/views/communicationmanage/targetflowpool/targetflowpool.vue b/src/views/communicationmanage/targetflowpool/targetflowpool.vue index aed8589..1a41097 100644 --- a/src/views/communicationmanage/targetflowpool/targetflowpool.vue +++ b/src/views/communicationmanage/targetflowpool/targetflowpool.vue @@ -84,6 +84,22 @@ export default { }, ], }, + { + label: "客户名称", + prop: "tenantId", + type: "select", + dicUrl: "/api/iot-system/tenant/fillData", + props: { + label: "tenantName", + value: "tenantId", + }, + dataType: "String", + span: 12, + search: true, + rules: [ + { required: true, message: "请选择客户名称", trigger: "change" }, + ], + }, { label: "目标流量池编号", prop: "code", @@ -119,6 +135,7 @@ export default { prop: "total", span: 12, searchLabelWidth: 90, + width: 115, search: false, addDisplay: false, editDisplay: false, @@ -163,10 +180,11 @@ export default { ], }, { - label: "提醒阈值", + label: "提醒阈值(%)", prop: "remindRatio", span: 12, searchLabelWidth: 90, + width: "90", search: false, hide: false, type: "number", diff --git a/src/views/financial/telecomCheckBill.vue b/src/views/financial/telecomCheckBill.vue new file mode 100644 index 0000000..04690ae --- /dev/null +++ b/src/views/financial/telecomCheckBill.vue @@ -0,0 +1,95 @@ + + + + +