Browse Source

对账增加 订舱代理

lijunping 5 months ago
parent
commit
34c0c54328

+ 1 - 1
src/views/iosBasicData/costcenter/soc/index.vue

@@ -760,4 +760,4 @@ export default {
 ::v-deep .el-col-md-8 {
     width: 24.33333%;
 }
-</style>
+</style>

+ 6 - 0
src/views/iosBasicData/financialManagement/finstlbills/detailsPage.vue

@@ -627,6 +627,12 @@ export default {
                         search: true,
                     },
                     {
+                        label: "订舱代理",
+                        prop: "bookingAgentCnName",
+                        width: 120,
+                        overHidden: true
+                    },
+                    {
                         label: "仅未结算",
                         prop: "isStl",
                         search: true,