@ -281,6 +281,7 @@ const setTableFormsValues = async (val, index1) => {
newRow['itemCode'] = val[index1]['itemCode']
newRow['uom'] = val[0]['uom']
newRow['produceDate'] = dayjs().valueOf()
newRow['batch'] = formatTime(new Date(), 'yyyyMMdd')
const param1 = {
productItemCode: val[0]['itemCode'],
@ -245,6 +245,7 @@ const setTableFormsValues = async (val, index1) => {