diff --git a/src/views/erp/stock/in/StockInForm.vue b/src/views/erp/stock/in/StockInForm.vue index 76b110b0..83becfa7 100644 --- a/src/views/erp/stock/in/StockInForm.vue +++ b/src/views/erp/stock/in/StockInForm.vue @@ -1,121 +1,110 @@ - - - - - - {{ t('ErpStock.In.no') }} - - - - - - - - - - - - + + {{ dialogTitle }} + + + + + + + + + + {{ t('ErpStock.In.no') }} + + + + + + + + - + + + + + + + + + + + + + + + - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/erp/stock/in/index.vue b/src/views/erp/stock/in/index.vue index ed58dbb8..75e143d7 100644 --- a/src/views/erp/stock/in/index.vue +++ b/src/views/erp/stock/in/index.vue @@ -1,283 +1,262 @@ - - - - - - - - - - - - - - - + - - - --> - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ showAllFilters ? t('FactoryModeling.FactoryStructure.collapseText') : + t('FactoryModeling.FactoryStructure.expandText') }} + + + + {{ t('common.query') }} + {{ t('common.reset') }} + + {{ t('action.add') }} + + + {{ t('action.export') }} + + item.id))" + v-hasPermi="['erp:stock-in:delete']" + :disabled="selectionList.length === 0" + > + {{ t('action.del') }} + + + + + + + + + + + + + + - + + - - - - - + + - - - - + + + + + + + + {{ t('action.detail') }} + + + {{ t('action.edit') }} + + + {{ t('action.approve') }} + + + {{ t('action.unapprove') }} + + + {{ t('action.del') }} + + + + + + - - - - - {{ showAllFilters ? t('FactoryModeling.FactoryStructure.collapseText') : - t('FactoryModeling.FactoryStructure.expandText') }} - - - - {{ t('common.query') }} - {{ t('common.reset') }} - - {{ t('action.add') }} - - - {{ t('action.export') }} - - item.id))" - v-hasPermi="['erp:stock-in:delete']" - :disabled="selectionList.length === 0" - > - {{ t('action.del') }} - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - {{ t('action.detail') }} - - - {{ t('action.edit') }} - - - {{ t('action.approve') }} - - - {{ t('action.unapprove') }} - - - {{ t('action.del') }} - - - - - - - - - - + + +