Ver a proveniência

商品分类新建Bug修复和工艺删除Bug修复20240716

kitchenmanage
gwbvipvip há 2 meses
ascendente
cometimento
3c4718e993
2 ficheiros alterados com 2 adições e 4 eliminações
  1. +0
    -3
      src/pages/database/goods/goodstechnology/components/goodstechnologymaken.jsx
  2. +2
    -1
      src/pages/database/goods/goodstypemanage/components/CreateGoodsAttribute.jsx

+ 0
- 3
src/pages/database/goods/goodstechnology/components/goodstechnologymaken.jsx Ver ficheiro

@@ -292,9 +292,6 @@ const goodstechnologymaken = (props) => {
})
}
const onClickDevicedele = (e, devideId, goodsAttributeId, warehousrTemplateId, action) => {
if (goodstechnologydata.length > 0) {
setgoodstechnologydata([])
}
if (fromdata.length > 0) {
setfromdata([])
}


+ 2
- 1
src/pages/database/goods/goodstypemanage/components/CreateGoodsAttribute.jsx Ver ficheiro

@@ -36,7 +36,8 @@ const GoodsAttribute = (props) => {
}
};
const handleInputChange = (e, field) => {
const updatedValues = [...inputValues];
// const updatedValues = [...inputValues];
const updatedValues = [inputValues];
updatedValues[field.key] = { ...updatedValues[field.key], value: e.target.value };
setInputValues(updatedValues);
};


Carregando…
Cancelar
Guardar