Explorar el Código

bug修改

master
yangpeilai hace 4 semanas
padre
commit
979da59781
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9
    0
      src/views/inventoryControl/newInventory/obuIsIssued/data.js

+ 9
- 0
src/views/inventoryControl/newInventory/obuIsIssued/data.js Ver fichero

@@ -297,6 +297,15 @@ export const getZxqdFindConfig = (route, agencyIdList) => ({
formLabelWidth: formLabelWidth,
type: 'input',
}
},
{
prop: "insertTime",
label: "创建时间",
hide: true,
form: {
formLabelWidth: formLabelWidth,
type: 'input',
}
}
]
});

Cargando…
Cancelar
Guardar