Explorar el Código

物料流转右侧显示按钮显示顶部按钮问题

xuezizhuo hace 1 año
padre
commit
faf65328a8
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      zkqy-ui/src/views/orderMange/goodsCirculation/index.vue

+ 7 - 0
zkqy-ui/src/views/orderMange/goodsCirculation/index.vue

@@ -609,6 +609,13 @@ export default {
           });
           // 获取操作列的按钮数据
           this.excuteBtnArr = res.data.resultMap.button;
+          this.excuteBtnArr = res.data.resultMap.button?.filter(
+            (item) => item.btnGroupType == "right"
+          );
+          // this.topBtnArr =
+          //   res.data.resultMap.button?.filter(
+          //     (item) => item.btnGroupType == "top"
+          //   ) || [];
           this.calcuteExcuteCol();
           this.$nextTick(() => {
             this.$refs.tableRef.doLayout();