diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/fantang/controller/FtSettleDaoController.java b/ruoyi-system/src/main/java/com/ruoyi/system/fantang/controller/FtSettleDaoController.java index 2be16f083..e36aa32e2 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/fantang/controller/FtSettleDaoController.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/fantang/controller/FtSettleDaoController.java @@ -162,6 +162,12 @@ public class FtSettleDaoController extends BaseController { case 3: ftSettleDao.setType("在线支付"); break; + case 4 : + ftSettleDao.setType("银行汇款"); + break; + case 5: + ftSettleDao.setType("挂账"); + break; default: } diff --git a/ruoyi-ui/src/views/fantang/preSettle/index.vue b/ruoyi-ui/src/views/fantang/preSettle/index.vue index b4c7c761c..81c607ab1 100644 --- a/ruoyi-ui/src/views/fantang/preSettle/index.vue +++ b/ruoyi-ui/src/views/fantang/preSettle/index.vue @@ -3,11 +3,11 @@ @@ -17,36 +17,36 @@ size="small" @keyup.enter.native="handleQuery"> + v-for="item in departOptions" + :key="item.departName" + :label="item.departName" + :value="item.departId"> - - - - - - + + + + + + + + + + + + + 搜索 重置 @@ -56,11 +56,11 @@ 导出 @@ -74,34 +74,35 @@ - - - - - - + @@ -130,14 +131,14 @@ - + + v-model="formAddNewSettlement.lastBillingDate" + align="right" + type="date" + value-format="yyyy-MM-dd" + :disabled="true"> @@ -160,13 +161,13 @@ + v-model="formAddNewSettlement.selectBillingDate" + align="right" + type="date" + placeholder="选择日期" + value-format="yyyy-MM-dd" + @change="changeBillingDate" + :picker-options="pickerOptions"> @@ -174,10 +175,10 @@ + v-for="item in payTypeOptions" + :key="item.value" + :label="item.label" + :value="item.value"> @@ -185,14 +186,13 @@ - + - 报餐明细 @@ -217,17 +217,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 报餐明细 + + + + 正餐总价:{{ dinnerTotalPrice }} + + + 营养餐总价:{{ nutritionTotalPrice }} + + + + 报餐总价:{{ sumTotalPrice }} + + + + + + + + +