Finish v1.36.11(404)
This commit is contained in:
commit
502ff6f684
3
.idea/runConfigurations/app.xml
generated
3
.idea/runConfigurations/app.xml
generated
@ -1,6 +1,6 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="app" type="AndroidRunConfigurationType" factoryName="Android App">
|
<configuration default="false" name="app" type="AndroidRunConfigurationType" factoryName="Android App">
|
||||||
<module name="WMS.app.main" />
|
<module name="WMS_Native.app.main" />
|
||||||
<option name="DEPLOY" value="true" />
|
<option name="DEPLOY" value="true" />
|
||||||
<option name="DEPLOY_APK_FROM_BUNDLE" value="false" />
|
<option name="DEPLOY_APK_FROM_BUNDLE" value="false" />
|
||||||
<option name="DEPLOY_AS_INSTANT" value="false" />
|
<option name="DEPLOY_AS_INSTANT" value="false" />
|
||||||
@ -9,6 +9,7 @@
|
|||||||
<option name="ALL_USERS" value="false" />
|
<option name="ALL_USERS" value="false" />
|
||||||
<option name="ALWAYS_INSTALL_WITH_PM" value="false" />
|
<option name="ALWAYS_INSTALL_WITH_PM" value="false" />
|
||||||
<option name="CLEAR_APP_STORAGE" value="false" />
|
<option name="CLEAR_APP_STORAGE" value="false" />
|
||||||
|
<option name="DYNAMIC_FEATURES_DISABLED_LIST" value="" />
|
||||||
<option name="ACTIVITY_EXTRA_FLAGS" value="" />
|
<option name="ACTIVITY_EXTRA_FLAGS" value="" />
|
||||||
<option name="MODE" value="default_activity" />
|
<option name="MODE" value="default_activity" />
|
||||||
<option name="CLEAR_LOGCAT" value="false" />
|
<option name="CLEAR_LOGCAT" value="false" />
|
||||||
|
|||||||
@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
||||||
def appVersionCode = 403
|
def appVersionCode = 404
|
||||||
def appVersionName = '1.36.10'
|
def appVersionName = '1.36.11'
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
release {
|
release {
|
||||||
|
|||||||
@ -243,6 +243,7 @@ public class DocInterniEditFormViewModel {
|
|||||||
artDto.setUntMis(row.getUntMis());
|
artDto.setUntMis(row.getUntMis());
|
||||||
artDto.setCodMart(row.getCodMart());
|
artDto.setCodMart(row.getCodMart());
|
||||||
artDto.setSystemNote(row.getNote());
|
artDto.setSystemNote(row.getNote());
|
||||||
|
artDto.setPartitaMag(row.getPartitaMag());
|
||||||
if (row.getDataScad() != null) {
|
if (row.getDataScad() != null) {
|
||||||
artDto.setDataScad(row.getDataScad());
|
artDto.setDataScad(row.getDataScad());
|
||||||
}
|
}
|
||||||
@ -351,6 +352,7 @@ public class DocInterniEditFormViewModel {
|
|||||||
row.setQtaCol(resultDTO.getQtaTot().floatValue());
|
row.setQtaCol(resultDTO.getQtaTot().floatValue());
|
||||||
row.setNote(resultDTO.getNote());
|
row.setNote(resultDTO.getNote());
|
||||||
row.setDataScad(resultDTO.getDataScad());
|
row.setDataScad(resultDTO.getDataScad());
|
||||||
|
row.setPartitaMag(resultDTO.getPartitaMag());
|
||||||
if (row.getId() > 0) {
|
if (row.getId() > 0) {
|
||||||
this.mtbColrRepository.update(row, id -> {
|
this.mtbColrRepository.update(row, id -> {
|
||||||
this.fetchDocumentRows();
|
this.fetchDocumentRows();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user