Explorar el Código

调整房间号显示

金隅分支
zhangli hace 3 años
padre
commit
0bf1c22dca
Se han modificado 9 ficheros con 14 adiciones y 24 borrados
  1. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/Form.js
  2. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/FormView.js
  3. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/Print.cshtml
  4. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoApply/FormJY.js
  5. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoApply/FormJYHC.js
  6. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoApply/FormViewJY.js
  7. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoApply/FormViewJYHC.js
  8. +3
    -7
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Receive/Form.js
  9. +1
    -7
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Receive/FormView.js

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/Form.js Ver fichero

@@ -177,8 +177,8 @@ var bootstrap = function ($, learun) {
key: row.AAIStoragePosition, key: row.AAIStoragePosition,
keyId: 'rid', keyId: 'rid',
callback: function (_data) { callback: function (_data) {
if (_data['rname'] && _data['rname'] != 'undefined') {
content += _data['rcode'] + '(' + _data['rname'] + ')';
if (_data['rcode'] && _data['rcode'] != 'undefined') {
content += _data['rcode'];
} }
} }
}); });


+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/FormView.js Ver fichero

@@ -159,8 +159,8 @@ var bootstrap = function ($, learun) {
key: row.AAIStoragePosition, key: row.AAIStoragePosition,
keyId: 'rid', keyId: 'rid',
callback: function (_data) { callback: function (_data) {
if (_data['rname'] && _data['rname'] != 'undefined') {
content += _data['rcode'] + '(' + _data['rname'] + ')';
if (_data['rcode'] && _data['rcode'] != 'undefined') {
content += _data['rcode'];
} }
} }
}); });


+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/Print.cshtml Ver fichero

@@ -124,8 +124,8 @@
key: tempdatra[i].AAIStoragePosition, key: tempdatra[i].AAIStoragePosition,
keyId: 'rid', keyId: 'rid',
callback: function (_data) { callback: function (_data) {
if (_data['rname'] && _data['rname'] != 'undefined') {
AAIStorage += _data['rname'];
if (_data['rcode'] && _data['rcode'] != 'undefined') {
AAIStorage += _data['rcode'];
} }
} }
}); });


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoApply/FormJY.js Ver fichero

@@ -165,7 +165,7 @@ var bootstrap = function ($, learun) {
key: value, key: value,
keyId: 'rid', keyId: 'rid',
callback: function (_data) { callback: function (_data) {
callback(_data['rcode']);
callback(_data['rcode']+"("+_data['rname']+")");
} }
}); });
} }


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoApply/FormJYHC.js Ver fichero

@@ -165,7 +165,7 @@ var bootstrap = function ($, learun) {
key: value, key: value,
keyId: 'rid', keyId: 'rid',
callback: function (_data) { callback: function (_data) {
callback(_data['rcode']);
callback(_data['rcode']+"("+_data['rname']+")");
} }
}); });
} }


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoApply/FormViewJY.js Ver fichero

@@ -164,7 +164,7 @@ var bootstrap = function ($, learun) {
key: value, key: value,
keyId: 'rid', keyId: 'rid',
callback: function (_data) { callback: function (_data) {
callback(_data['rcode']);
callback(_data['rcode']+"("+_data['rname']+")");
} }
}); });
} }


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoApply/FormViewJYHC.js Ver fichero

@@ -155,7 +155,7 @@ var bootstrap = function ($, learun) {
key: value, key: value,
keyId: 'rid', keyId: 'rid',
callback: function (_data) { callback: function (_data) {
callback(_data['rcode']);
callback(_data['rcode']+"("+_data['rname']+")");
} }
}); });
} }


+ 3
- 7
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Receive/Form.js Ver fichero

@@ -106,15 +106,11 @@ var bootstrap = function ($, learun) {
}); });
} }
}, },
//{label: '英文名称', name: 'AAIEName', width: 100, align: 'left'},
{ {
label: '英文名称', name: 'AAIEName', width: 100, align: 'left'
label: '规格型号', name: 'AAIModel', width: 100, align: 'left'
}, },
{
label: '资产型号', name: 'AAIModel', width: 100, align: 'left'
},
{
label: '生产厂家', name: 'AAIManufacturer', width: 100, align: 'left'
}
//{label: '生产厂家', name: 'AAIManufacturer', width: 100, align: 'left'}
], ],
height: 400, height: 400,
mainId: 'RIID', mainId: 'RIID',


+ 1
- 7
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Receive/FormView.js Ver fichero

@@ -62,14 +62,8 @@ var bootstrap = function ($, learun) {
} }
}, },
{ {
label: '英文名称', name: 'AAIEName', width: 100, align: 'left'
label: '规格型号', name: 'AAIModel', width: 100, align: 'left'
}, },
{
label: '资产型号', name: 'AAIModel', width: 100, align: 'left'
},
{
label: '生产厂家', name: 'AAIManufacturer', width: 100, align: 'left'
}
], ],
height: 400, height: 400,
mainId: 'RIID', mainId: 'RIID',


Cargando…
Cancelar
Guardar