diff --git a/jianshui-invoice/src/main/java/com/jianshui/invoice/service/impl/BillInfoServiceImpl.java b/jianshui-invoice/src/main/java/com/jianshui/invoice/service/impl/BillInfoServiceImpl.java index 2f1da8e..592531e 100644 --- a/jianshui-invoice/src/main/java/com/jianshui/invoice/service/impl/BillInfoServiceImpl.java +++ b/jianshui-invoice/src/main/java/com/jianshui/invoice/service/impl/BillInfoServiceImpl.java @@ -87,7 +87,7 @@ public class BillInfoServiceImpl implements IBillInfoService { Map invocieStatusDictMap = new HashMap<>(); ; - List invocieStatusData = dictTypeService.selectDictDataByType("invoice_status"); + List invocieStatusData = dictTypeService.selectDictDataByType("bill_state"); if (CollectionUtil.isNotEmpty(invocieStatusData)){ invocieStatusData.forEach(e->invocieStatusDictMap.put(e.getDictValue(),e.getDictLabel())); diff --git a/jianshui-ui/src/views/invoice/billinfo/index.vue b/jianshui-ui/src/views/invoice/billinfo/index.vue index 7960b6d..0518417 100644 --- a/jianshui-ui/src/views/invoice/billinfo/index.vue +++ b/jianshui-ui/src/views/invoice/billinfo/index.vue @@ -404,9 +404,9 @@ - + + + - + + + - + + + @@ -733,7 +733,7 @@ import { export default { name: "Billinfo", - dicts: ['invoice_type', 'invoice_kind', 'bill_type'], + dicts: ['invoice_type', 'invoice_kind', 'bill_type','bill_state'], data() { return { showMore: false,