|
@@ -150,7 +150,6 @@ const submitForm = async () => {
|
|
|
// 提交请求
|
|
|
formLoading.value = true
|
|
|
try {
|
|
|
- // await IotLockStockApi.manualWarehouse(list.value)
|
|
|
await IotSapStockApi.batchSetSafetyStock(list.value)
|
|
|
message.success(t('common.createSuccess'))
|
|
|
close()
|
|
@@ -161,10 +160,6 @@ const submitForm = async () => {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-/** 重置表单 */
|
|
|
-const resetForm = () => {
|
|
|
- formRef.value?.resetFields()
|
|
|
-}
|
|
|
onMounted(async () => {
|
|
|
const deptId = useUserStore().getUser.deptId
|
|
|
// deptUsers.value = await UserApi.getDeptUsersByDeptId(deptId)
|