Browse Source

LY 预约工作票 bug fix

ly 2 năm trước cách đây
mục cha
commit
b73a134e6a
2 tập tin đã thay đổi với 338 bổ sung304 xóa
  1. 4 2
      ui/src/views/index.vue
  2. 334 302
      ui/src/views/sems/specYlrq/index.vue

+ 4 - 2
ui/src/views/index.vue

@@ -1,13 +1,14 @@
 <template>
   <homepage v-if="homeType== 1"></homepage>
   <semshome v-else-if="homeType == 2"></semshome>
-<!--  <homepage v-show="homeType== 1"></homepage>-->
+  <invoice v-else-if="homeType== 3"></invoice>
 <!--  <semshome v-show="homeType == 2"></semshome>-->
 </template>
 
 <script>
   import homepage from "./homepage";
   import semshome from "./sems/specanalysis/index";
+  import invoice from "./invoice/bookingworkticket/index";
   import '@/common/flexible.js';
 
   export default {
@@ -18,7 +19,8 @@
     },
     components: {
       homepage,
-      semshome
+      semshome,
+      invoice
     },
     mounted() {
       console.log(this.$store.state.user.homeType)

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 334 - 302
ui/src/views/sems/specYlrq/index.vue


Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác