222
schangxiang@126.com
2025-05-20 f9c8c6a144a7dd526a41665c27c2e611513b93f4
HIAWms/hiawms_web/src/widgets/WmsInOutStockOrderDetail/Controllers/WmsInOutStockOrderDetailDrawer.tsx
@@ -142,16 +142,8 @@
    {
      label: '物料批次',
      prop: 'materialBatch',
      el: (props: any, { attrs }: SetupContext) => {
        return h(inputNumber, {
          ...props,
          clearable: true,
          ...attrs,
        })
      },
      el: 'input',
      width: '100%',
      step: 1,
      precision: 0,
      //disabled: disabled,
      placeholder: '请输入物料批次',
    },