Browse Source

锁定备注处理

shipeng 3 days ago
parent
commit
864f9606e6

+ 1 - 1
src/views/officesale/ticketingSales.vue

@@ -912,7 +912,7 @@ import { mapGetters } from 'vuex'
                         this.isLcokShow = true
                         this.isLcokShow = true
                         this.lockObj = {
                         this.lockObj = {
                             remark: res.data.remark,
                             remark: res.data.remark,
-                            auth: res.data.createBy
+                            auth: res.data.updateBy || res.data.createBy
                         }
                         }
                         this.lockStyle = {
                         this.lockStyle = {
                             position: "fixed",
                             position: "fixed",

+ 1 - 1
src/views/windowTicketSales/ticketingSales.vue

@@ -923,7 +923,7 @@
                         this.isLcokShow = true
                         this.isLcokShow = true
                         this.lockObj = {
                         this.lockObj = {
                             remark: res.data.remark,
                             remark: res.data.remark,
-                            auth: res.data.createBy
+                            auth: res.data.updateBy || res.data.createBy
                         }
                         }
                         this.lockStyle = {
                         this.lockStyle = {
                             position: "fixed",
                             position: "fixed",