heshaofeng
2025-11-26 1331e9edaf52ec0820dd1c7efc605127aa3a2c36
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/extension/outbound/outboundOrder.js
@@ -17,7 +17,8 @@
      modelFooter: ''
    },
    tableAction: '', //指定某张表的权限(这里填写表名,默认不用填写)
    buttons: { view: [
  buttons: {
    view: [
       /* {
        name: '出库',
        type: 'primary',
@@ -297,7 +298,8 @@
    render(vnode, mountNode);
  }
}
    ], box: [], detail: [] }, //扩展的按钮
    ], box: [], detail: []
  }, //扩展的按钮
    methods: {
       //下面这些方法可以保留也可以删除
      onInit() {  
@@ -362,4 +364,3 @@
    }
  };
  export default extension;