分支自 SuZhouGuanHong/TaiYuanTaiZhong

dengjunjie
2024-05-21 2d3d006620bb15a2350c516f050058e5f84c7bf8
´úÂë¹ÜÀí/WMS/WMS_Client/src/extension/widesea_wms/system/dt_inventory.js
@@ -32,7 +32,24 @@
        //       this.$Message.success('点击了按钮');
        //     }
        //   });
        this.buttons.forEach(x => {
          if(x.value == 'Add')
          {
            x.name = '人工入库'
          }
        });
        this.buttons.forEach(x => {
          if(x.value == 'Update')
          {
            x.name = '人工移库';
          }
        });
        this.buttons.forEach(x => {
          if(x.value == 'Delete')
          {
            x.name = '人工出库'
          }
        });
        //示例:设置修改新建、编辑弹出框字段标签的长度
        // this.boxOptions.labelWidth = 150;
    },