skyouc
2025-04-02 bdb2ae10053cd96900e6bf0900dc606a3daca55f
rsf-admin/src/page/asnOrder/AsnWareModal.jsx
@@ -37,7 +37,7 @@
    const [formData, setFormData] = useState({
        name: '',
        code: '',
        groupId: ''
        groupId: 0
    });
    const [tableData, setTableData] = useState([]);
@@ -56,7 +56,7 @@
        setFormData({
            name: '',
            code: '',
            groupId: ''
            groupId: 0
        })
    }
@@ -71,7 +71,7 @@
            return {
                matnrId: el.id,
                maktx: el.name,
                maktxCode: el.code,
                matnrCode: el.code,
                stockUnit: el.stockUnit || '',
                purUnit: el.purchaseUnit || '',
                ...dynamicFields