Procházet zdrojové kódy

调整资产管理

金隅分支
zhangli před 3 roky
rodič
revize
2658d6ed29
26 změnil soubory, kde provedl 236 přidání a 142 odebrání
  1. +5
    -5
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AllocationItem/Form.cshtml
  2. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AllocationItem/Form.js
  3. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AllocationItem/Index.js
  4. +32
    -32
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfo/Form.cshtml
  5. +18
    -24
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoApply/Form.js
  6. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoItemApply/Form.js
  7. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoItemApply/FormJY.js
  8. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoItemApply/FormPurchase.js
  9. +2
    -4
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApplyIncomplete/Form.js
  10. +3
    -3
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApplyIncomplete/FormItem.cshtml
  11. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Inventory/Form.cshtml
  12. +56
    -5
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Inventory/Form.js
  13. +50
    -4
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Inventory/FormView.js
  14. +3
    -3
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_InventoryItemApply/Form.cshtml
  15. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_InventoryItemApply/Form.js
  16. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_InventoryItemApply/Index.js
  17. +4
    -10
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Purchase/FormView.js
  18. +3
    -7
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Purchase/StartForm.js
  19. +3
    -7
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_PurchaseApply/Form.js
  20. +4
    -10
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_PurchaseApply/FormView.js
  21. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_PurchaseItemApply/Form.cshtml
  22. +4
    -4
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_PurchaseItemApply/Index.js
  23. +3
    -3
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_ScrapItem/Form.cshtml
  24. +3
    -3
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_ScrapItem/Form.js
  25. +3
    -3
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_ScrapItem/Index.js
  26. +25
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/Ass_InventoryItemApply/Ass_InventoryItemApplyEntity.cs

+ 5
- 5
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AllocationItem/Form.cshtml Zobrazit soubor

@@ -21,18 +21,18 @@
<div class="lr-form-item-title">资产类别</div>
<div id="AOITId" readonly="readonly"></div>
</div>
<div class="col-xs-6 lr-form-item" data-table="Ass_AllocationItem">
@*<div class="col-xs-6 lr-form-item" data-table="Ass_AllocationItem">
<div class="lr-form-item-title">英文名称</div>
<input id="AOIEName" type="text" class="form-control" readonly="readonly" />
</div>
</div>*@
<div class="col-xs-6 lr-form-item" data-table="Ass_AllocationItem">
<div class="lr-form-item-title">资产型号</div>
<div class="lr-form-item-title">规格型号</div>
<input id="AOIModel" type="text" class="form-control" readonly="readonly" />
</div>
<div class="col-xs-6 lr-form-item" data-table="Ass_AllocationItem">
@*<div class="col-xs-6 lr-form-item" data-table="Ass_AllocationItem">
<div class="lr-form-item-title">生产厂家</div>
<input id="AOIManufacturer" type="text" class="form-control" readonly="readonly" />
</div>
</div>*@
<div class="col-xs-6 lr-form-item" data-table="Ass_AllocationItem">
<div class="lr-form-item-title">单价</div>
<input id="AOIPrice" type="text" class="form-control" readonly="readonly" />


+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AllocationItem/Form.js Zobrazit soubor

@@ -52,8 +52,8 @@ var bootstrap = function ($, learun) {
});
}
},
{ label: "英文名称", name: "AEName", width: 200, align: "left" },
{ label: "资产型号", name: "AModel", width: 200, align: "left" },
//{ label: "英文名称", name: "AEName", width: 200, align: "left" },
{ label: "规格型号", name: "AModel", width: 200, align: "left" },
{ label: "生产厂家", name: "AManufacturer", width: 200, align: "left" },
{
label: "供应商", name: "ASupplierId", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) {


+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AllocationItem/Index.js Zobrazit soubor

@@ -82,8 +82,8 @@ var bootstrap = function ($, learun) {
}
});
}},
{ label: "英文名称", name: "AOIEName", width: 100, align: "left"},
{ label: "资产型号", name: "AOIModel", width: 100, align: "left"},
//{ label: "英文名称", name: "AOIEName", width: 100, align: "left"},
{ label: "规格型号", name: "AOIModel", width: 100, align: "left"},
{ label: "生产厂家", name: "AOIManufacturer", width: 100, align: "left"},
{ label: "单价", name: "AOIPrice", width: 100, align: "left"},
{ label: "数量", name: "AOIStock", width: 100, align: "left"},


+ 32
- 32
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfo/Form.cshtml Zobrazit soubor

@@ -19,10 +19,10 @@
<div class="lr-form-item-title">资产属性<font face="宋体">*</font></div>
<div id="AAssType"></div>
</div>
<div class="col-xs-6 lr-form-item" data-table="Ass_AssetsInfo">
<div class="lr-form-item-title">英文名称</div>
<input id="AEName" type="text" class="form-control" />
</div>
@*<div class="col-xs-6 lr-form-item" data-table="Ass_AssetsInfo">
<div class="lr-form-item-title">英文名称</div>
<input id="AEName" type="text" class="form-control" />
</div>*@
<div class="col-xs-6 lr-form-item" data-table="Ass_AssetsInfo">
<div class="lr-form-item-title">单价<font face="宋体">*</font></div>
<input id="APrice" type="text" class="form-control" isvalid="yes" checkexpession="PositiveFloatintZero" />
@@ -40,17 +40,17 @@
<div id="HasDetail" isvalid="yes" checkexpession="NotNull"></div>
</div>
<div class="col-xs-6 lr-form-item" data-table="Ass_AssetsInfo">
<div class="lr-form-item-title">资产型号</div>
<div class="lr-form-item-title">规格型号</div>
<input id="AModel" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item" data-table="Ass_AssetsInfo">
<div class="lr-form-item-title">生产厂家</div>
<input id="AManufacturer" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item" data-table="Ass_AssetsInfo">
<div class="lr-form-item-title">资产来源</div>
<div id="ASource"></div>
</div>
@*<div class="col-xs-6 lr-form-item" data-table="Ass_AssetsInfo">
<div class="lr-form-item-title">生产厂家</div>
<input id="AManufacturer" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item" data-table="Ass_AssetsInfo">
<div class="lr-form-item-title">资产来源</div>
<div id="ASource"></div>
</div>*@
<div class="col-xs-6 lr-form-item" data-table="Ass_AssetsInfo">
<div class="lr-form-item-title">供应商</div>
<div id="ASupplierId"></div>
@@ -63,27 +63,27 @@
<div class="lr-form-item-title">规格</div>
<input id="ASpecification" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item" data-table="Ass_AssetsInfo">
<div class="lr-form-item-title">用途</div>
<input id="AUse" type="text" class="form-control" />
</div>
@*<div class="col-xs-6 lr-form-item" data-table="Ass_AssetsInfo">
<div class="lr-form-item-title">用途</div>
<input id="AUse" type="text" class="form-control" />
</div>*@


@*<div class="col-xs-6 lr-form-item" data-table="Ass_AssetsInfo">
<div class="lr-form-item-title">楼宇名称<font face="宋体">*</font></div>
<div id="AIIStorageId" isvalid="yes" checkexpession="NotNull"></div>
</div>
<div class="col-xs-6 lr-form-item" data-table="Ass_AssetsInfo">
<div class="lr-form-item-title">房间号</div>
<div id="AIIStoragePosition" isvalid="yes" checkexpession="NotNull"></div>
</div>
<div class="col-xs-12 lr-form-item" data-table="Ass_AssetsInfo">
<div class="lr-form-item-title">资产照片</div>
<div id="APhoto"></div>
</div>
<div class="col-xs-12 lr-form-item" data-table="Ass_AssetsInfo">
<div class="lr-form-item-title">资产描述</div>
<textarea id="AContent" class="form-control" style="height: 150px;"></textarea>
</div>*@
<div class="lr-form-item-title">楼宇名称<font face="宋体">*</font></div>
<div id="AIIStorageId" isvalid="yes" checkexpession="NotNull"></div>
</div>
<div class="col-xs-6 lr-form-item" data-table="Ass_AssetsInfo">
<div class="lr-form-item-title">房间号</div>
<div id="AIIStoragePosition" isvalid="yes" checkexpession="NotNull"></div>
</div>
<div class="col-xs-12 lr-form-item" data-table="Ass_AssetsInfo">
<div class="lr-form-item-title">资产照片</div>
<div id="APhoto"></div>
</div>
<div class="col-xs-12 lr-form-item" data-table="Ass_AssetsInfo">
<div class="lr-form-item-title">资产描述</div>
<textarea id="AContent" class="form-control" style="height: 150px;"></textarea>
</div>*@
</div>
@Html.AppendJsFile("/Areas/AssetManagementSystem/Views/Ass_AssetsInfo/Form.js")

+ 18
- 24
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoApply/Form.js Zobrazit soubor

@@ -102,17 +102,17 @@ var bootstrap = function ($, learun) {
});
}
},
{
label: '资产来源', name: 'AAISource', width: 100, align: 'left', formatterAsync: function (callback, value, row, op, $cell) {
learun.clientdata.getAsync('dataItem', {
key: value,
code: 'zcly',
callback: function (_data) {
callback(_data.text);
}
});
}
},
//{
//label: '资产来源', name: 'AAISource', width: 100, align: 'left', formatterAsync: function (callback, value, row, op, $cell) {
// learun.clientdata.getAsync('dataItem', {
// key: value,
// code: 'zcly',
// callback: function (_data) {
// callback(_data.text);
//}
//});
// }
//},
{
label: '单价', name: 'AAIPrice', width: 100, align: 'left'
},
@@ -136,7 +136,7 @@ var bootstrap = function ($, learun) {
}
},
{
label: '库房', name: 'AAIStorageId', width: 100, align: 'left', formatterAsync: function (callback, value, row, op, $cell) {
label: '楼宇名称', name: 'AAIStorageId', width: 100, align: 'left', formatterAsync: function (callback, value, row, op, $cell) {
learun.clientdata.getAsync('custmerData', {
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'Ass_StorageData',
key: value,
@@ -148,7 +148,7 @@ var bootstrap = function ($, learun) {
}
},
{
label: '库位', name: 'AAIStoragePosition', width: 100, align: 'left',
label: '房间号', name: 'AAIStoragePosition', width: 100, align: 'left',
formatterAsync: function (callback, value, row, op, $cell) {
learun.clientdata.getAsync('custmerData', {
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'Ass_Storage_Room',
@@ -160,21 +160,15 @@ 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: 'AAIManufacturer', width: 100, align: 'left'
},
{
label: '资产规格', name: 'AAISpecification', width: 100, align: 'left'
label: '规格型号', name: 'AAIModel', width: 100, align: 'left'
},
//{label: '生产厂家', name: 'AAIManufacturer', width: 100, align: 'left'},
{
label: '用途', name: 'AAIUse', width: 100, align: 'left'
label: '资产品牌', name: 'AAISpecification', width: 100, align: 'left'
},
//{label: '用途', name: 'AAIUse', width: 100, align: 'left'},
{
label: '供应商', name: 'AAISupplierId', width: 100, align: 'left', formatterAsync: function (callback, value, row, op, $cell) {
learun.clientdata.getAsync('custmerData', {


+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoItemApply/Form.js Zobrazit soubor

@@ -40,8 +40,8 @@ var bootstrap = function ($, learun) {
grid: [
{ label: '资产编号', name: 'ACode', width: 200, align: 'left' },
{ label: '资产名称', name: 'AName', width: 200, align: 'left' },
{ label: "英文名称", name: "AEName", width: 200, align: "left" },
{ label: "资产型号", name: "AModel", width: 200, align: "left" },
//{ label: "英文名称", name: "AEName", width: 200, align: "left" },
{ label: "规格型号", name: "AModel", width: 200, align: "left" },
{ label: "生产厂家", name: "AManufacturer", width: 200, align: "left" },
{
label: "供应商", name: "ASupplierId", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) {


+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoItemApply/FormJY.js Zobrazit soubor

@@ -40,8 +40,8 @@ var bootstrap = function ($, learun) {
grid: [
//{ label: '资产编号', name: 'ACode', width: 200, align: 'left' },
{ label: '资产名称', name: 'AName', width: 200, align: 'left' },
{ label: "英文名称", name: "AEName", width: 200, align: "left" },
{ label: "资产型号", name: "AModel", width: 200, align: "left" },
//{ label: "英文名称", name: "AEName", width: 200, align: "left" },
{ label: "规格型号", name: "AModel", width: 200, align: "left" },
{ label: "生产厂家", name: "AManufacturer", width: 200, align: "left" },
{
label: "供应商", name: "ASupplierId", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) {


+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoItemApply/FormPurchase.js Zobrazit soubor

@@ -40,8 +40,8 @@ var bootstrap = function ($, learun) {
grid: [
{ label: '资产编号', name: 'ACode', width: 200, align: 'left' },
{ label: '资产名称', name: 'AName', width: 200, align: 'left' },
{ label: "英文名称", name: "AEName", width: 200, align: "left" },
{ label: "资产型号", name: "AModel", width: 200, align: "left" },
//{ label: "英文名称", name: "AEName", width: 200, align: "left" },
{ label: "规格型号", name: "AModel", width: 200, align: "left" },
{ label: "生产厂家", name: "AManufacturer", width: 200, align: "left" },
{
label: "供应商", name: "ASupplierId", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) {


+ 2
- 4
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApplyIncomplete/Form.js Zobrazit soubor

@@ -73,11 +73,9 @@ var bootstrap = function ($, learun) {
});
}
},
//{label: '英文名称', name: 'AOIEName', width: 100, align: 'left'},
{
label: '英文名称', name: 'AOIEName', width: 100, align: 'left'
},
{
label: '资产型号', name: 'AOIModel', width: 100, align: 'left'
label: '规格型号', name: 'AOIModel', width: 100, align: 'left'
},
{
label: '生产厂家', name: 'AOIManufacturer', width: 100, align: 'left'


+ 3
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApplyIncomplete/FormItem.cshtml Zobrazit soubor

@@ -17,12 +17,12 @@
<div class="lr-form-item-title">资产类别</div>
<div id="AOITId" readonly="readonly"></div>
</div>
<div class="col-xs-6 lr-form-item" data-table="Ass_AssetsOutItemApply">
@*<div class="col-xs-6 lr-form-item" data-table="Ass_AssetsOutItemApply">
<div class="lr-form-item-title">英文名称</div>
<input id="AOIEName" type="text" class="form-control" readonly="readonly" />
</div>
</div>*@
<div class="col-xs-6 lr-form-item" data-table="Ass_AssetsOutItemApply">
<div class="lr-form-item-title">资产型号</div>
<div class="lr-form-item-title">规格型号</div>
<input id="AOIModel" type="text" class="form-control" readonly="readonly" />
</div>
<div class="col-xs-6 lr-form-item" data-table="Ass_AssetsOutItemApply">


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Inventory/Form.cshtml Zobrazit soubor

@@ -24,7 +24,7 @@
<div class="col-xs-12 lr-form-item">
<div class="lr-form-item-title">明细操作</div>
<input id="detailadd" type="button" class="btn btn-success" value="新增明细" />
<input id="detailedit" type="button" class="btn btn-warning" value="编辑明细" />
@*<input id="detailedit" type="button" class="btn btn-warning" value="编辑明细" />*@
<input id="detaildel" type="button" class="btn btn-danger" value="移除明细" />
</div>
<div class="col-xs-12 lr-form-item lr-form-item-grid">


+ 56
- 5
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Inventory/Form.js Zobrazit soubor

@@ -128,15 +128,61 @@ var bootstrap = function ($, learun) {
});
}
},
{label: '资产品牌', name: 'AISpecification', 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: 'AIIStorageId', width: 100, align: 'left',
formatterAsync: function(callback, value, row, op, $cell) {
learun.clientdata.getAsync('custmerData', {
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'Ass_StorageData',
key: value,
keyId: 'sid',
callback: function (_data) {
callback(_data['sname']);
}
});
}
},
{
label: '生产厂家', name: 'AAIManufacturer', width: 100, align: 'left'
}
label: '房间号', name: 'AIIStoragePosition', width: 100, align: 'left',
formatterAsync: function(callback, value, row, op, $cell) {
learun.clientdata.getAsync('custmerData', {
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'Ass_Storage_Room',
key: value,
keyId: 'rid',
callback: function (_data) {
callback(_data['rcode']);
}
});
}
},{
label: '使用部门', name: 'AIDepartment', width: 100, align: 'left',
formatterAsync: function(callback, value, row, op, $cell) {
learun.clientdata.getAsync('custmerData', {
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'classdata',
key: value,
keyId: 'id',
callback: function (_data) {
callback(_data['name']);
}
});
}
},
{
label: '使用人', name: 'AIUsePeople', width: 100, align: 'left',
formatterAsync: function(callback, value, row, op, $cell) {
learun.clientdata.getAsync('custmerData', {
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'BaseUser',
key: value,
keyId: 'f_userid',
callback: function (_data) {
callback(_data['f_realname']);
}
});
}
},
],
height: 400,
mainId: 'AAIId',
@@ -177,7 +223,12 @@ var bootstrap = function ($, learun) {
AAIPrice: item.AIAssValue,
AAIUnit: item.AIUnits,
AAIEName: '',
AAIModel: item.AISpecificationtype,
AAIModel: item.AISpecificationtype,//规格型号
AISpecification: item.AISpecification,//资产品牌
AIIStorageId: item.AIIStorageId,
AIIStoragePosition: item.AIIStoragePosition,
AIDepartment: item.AIDepartment,
AIUsePeople: item.AIUsePeople,
AAIManufacturer: item.AIManufacturer,
AAIId:learun.newGuid()
}


+ 50
- 4
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Inventory/FormView.js Zobrazit soubor

@@ -85,15 +85,61 @@ 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: 'AIIStorageId', width: 100, align: 'left',
formatterAsync: function(callback, value, row, op, $cell) {
learun.clientdata.getAsync('custmerData', {
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'Ass_StorageData',
key: value,
keyId: 'sid',
callback: function (_data) {
callback(_data['sname']);
}
});
}
},
{
label: '生产厂家', name: 'AAIManufacturer', width: 100, align: 'left'
}
label: '房间号', name: 'AIIStoragePosition', width: 100, align: 'left',
formatterAsync: function(callback, value, row, op, $cell) {
learun.clientdata.getAsync('custmerData', {
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'Ass_Storage_Room',
key: value,
keyId: 'rid',
callback: function (_data) {
callback(_data['rcode']);
}
});
}
},{
label: '使用部门', name: 'AIDepartment', width: 100, align: 'left',
formatterAsync: function(callback, value, row, op, $cell) {
learun.clientdata.getAsync('custmerData', {
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'classdata',
key: value,
keyId: 'id',
callback: function (_data) {
callback(_data['name']);
}
});
}
},
{
label: '使用人', name: 'AIUsePeople', width: 100, align: 'left',
formatterAsync: function(callback, value, row, op, $cell) {
learun.clientdata.getAsync('custmerData', {
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'BaseUser',
key: value,
keyId: 'f_userid',
callback: function (_data) {
callback(_data['f_realname']);
}
});
}
},
],
height: 400,
mainId: 'AAIId',


+ 3
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_InventoryItemApply/Form.cshtml Zobrazit soubor

@@ -21,12 +21,12 @@
<div class="lr-form-item-title">资产类别</div>
<div id="AAITId" readonly="readonly"></div>
</div>
<div class="col-xs-6 lr-form-item" data-table="Ass_InventoryItemApply">
@*<div class="col-xs-6 lr-form-item" data-table="Ass_InventoryItemApply">
<div class="lr-form-item-title">英文名称</div>
<input id="AAIEName" type="text" class="form-control" readonly="readonly" />
</div>
</div>*@
<div class="col-xs-6 lr-form-item" data-table="Ass_InventoryItemApply">
<div class="lr-form-item-title">资产型号</div>
<div class="lr-form-item-title">规格型号</div>
<input id="AAIModel" type="text" class="form-control" readonly="readonly" />
</div>
<div class="col-xs-6 lr-form-item" data-table="Ass_InventoryItemApply">


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_InventoryItemApply/Form.js Zobrazit soubor

@@ -75,7 +75,7 @@ var bootstrap = function ($, learun) {
}
}
},
{ label: "资产型号", name: "amodel", width: 150, align: "left" },
{ label: "规格型号", name: "amodel", width: 150, align: "left" },
{ label: "生产厂家", name: "amanufacturer", width: 150, align: "left" },
{
label: "供应商", name: "asupplierid", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) {


+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_InventoryItemApply/Index.js Zobrazit soubor

@@ -82,8 +82,8 @@ var bootstrap = function ($, learun) {
}
});
}},
{ label: "英文名称", name: "AOIEName", width: 100, align: "left"},
{ label: "资产型号", name: "AOIModel", width: 100, align: "left"},
//{ label: "英文名称", name: "AOIEName", width: 100, align: "left"},
{ label: "规格型号", name: "AOIModel", width: 100, align: "left"},
{ label: "生产厂家", name: "AOIManufacturer", width: 100, align: "left"},
{ label: "单价", name: "AOIPrice", width: 100, align: "left"},
{ label: "数量", name: "AOIStock", width: 100, align: "left"},


+ 4
- 10
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Purchase/FormView.js Zobrazit soubor

@@ -107,11 +107,9 @@ var bootstrap = function ($, learun) {
{
label: '资产名称', name: 'PAIName', width: 100, align: 'left'
},
//{label: '英文名称', name: 'PAIEName', width: 100, align: 'left'},
{
label: '英文名称', name: 'PAIEName', width: 100, align: 'left'
},
{
label: '资产型号', name: 'PAIModel', width: 100, align: 'left'
label: '规格型号', name: 'PAIModel', width: 100, align: 'left'
},
{
label: '资产类别', name: 'PAITId', width: 100, align: 'left',
@@ -132,15 +130,11 @@ var bootstrap = function ($, learun) {
{
label: '数量', name: 'PAIAmount', width: 100, align: 'left'
},
{
label: '生产厂家', name: 'PAIManufacturer', width: 100, align: 'left'
},
//{label: '生产厂家', name: 'PAIManufacturer', width: 100, align: 'left'},
{
label: '资产要求', name: 'PAIRequest', width: 100, align: 'left'
},
{
label: '用途', name: 'PAIUse', width: 100, align: 'left'
},
//{label: '用途', name: 'PAIUse', width: 100, align: 'left'},
{
label: '资产描述', name: 'PAIContent', width: 100, align: 'left'
},


+ 3
- 7
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Purchase/StartForm.js Zobrazit soubor

@@ -32,11 +32,9 @@ var bootstrap = function ($, learun) {
{
label: '资产名称', name: 'PAIName', width: 100, align: 'left'
},
//{ label: '英文名称', name: 'PAIEName', width: 100, align: 'left'},
{
label: '英文名称', name: 'PAIEName', width: 100, align: 'left'
},
{
label: '资产型号', name: 'PAIModel', width: 100, align: 'left'
label: '规格型号', name: 'PAIModel', width: 100, align: 'left'
},
{
label: '资产类别', name: 'PAITId', width: 100, align: 'left',
@@ -63,9 +61,7 @@ var bootstrap = function ($, learun) {
{
label: '资产要求', name: 'PAIRequest', width: 100, align: 'left'
},
{
label: '用途', name: 'PAIUse', width: 100, align: 'left'
},
//{label: '用途', name: 'PAIUse', width: 100, align: 'left'},
{
label: '资产描述', name: 'PAIContent', width: 100, align: 'left'
},


+ 3
- 7
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_PurchaseApply/Form.js Zobrazit soubor

@@ -98,11 +98,9 @@ var bootstrap = function ($, learun) {
{
label: '资产名称', name: 'PAIName', width:100, align: 'left'
},
//{label: '英文名称', name: 'PAIEName', width:100, align: 'left'},
{
label: '英文名称', name: 'PAIEName', width:100, align: 'left'
},
{
label: '资产型号', name: 'PAIModel', width:100, align: 'left'
label: '规格型号', name: 'PAIModel', width:100, align: 'left'
},
{
label: '资产类别', name: 'PAITId', width: 100, align: 'left',
@@ -136,9 +134,7 @@ var bootstrap = function ($, learun) {
{
label: '数量', name: 'PAIAmount', width: 100, align: 'left'
},
{
label: '生产厂家', name: 'PAIManufacturer', width:100, align: 'left'
},
//{label: '生产厂家', name: 'PAIManufacturer', width:100, align: 'left'},
],
height: 270,
mainId:'PAIId'


+ 4
- 10
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_PurchaseApply/FormView.js Zobrazit soubor

@@ -93,11 +93,9 @@ var bootstrap = function ($, learun) {
{
label: '资产名称', name: 'PAIName', width: 100, align: 'left'
},
//{label: '英文名称', name: 'PAIEName', width: 100, align: 'left'},
{
label: '英文名称', name: 'PAIEName', width: 100, align: 'left'
},
{
label: '资产型号', name: 'PAIModel', width: 100, align: 'left'
label: '规格型号', name: 'PAIModel', width: 100, align: 'left'
},
{
label: '资产类别', name: 'PAITId', width: 100, align: 'left',
@@ -118,15 +116,11 @@ var bootstrap = function ($, learun) {
{
label: '数量', name: 'PAIAmount', width: 100, align: 'left'
},
{
label: '生产厂家', name: 'PAIManufacturer', width: 100, align: 'left'
},
//{label: '生产厂家', name: 'PAIManufacturer', width: 100, align: 'left'},
{
label: '资产要求', name: 'PAIRequest', width: 100, align: 'left'
},
{
label: '用途', name: 'PAIUse', width: 100, align: 'left'
},
//{label: '用途', name: 'PAIUse', width: 100, align: 'left'},
{
label: '资产描述', name: 'PAIContent', width: 100, align: 'left'
},


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_PurchaseItemApply/Form.cshtml Zobrazit soubor

@@ -12,7 +12,7 @@
<input id="PAIEName" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item" data-table="Ass_PurchaseItemApply">
<div class="lr-form-item-title">资产型号</div>
<div class="lr-form-item-title">规格型号</div>
<input id="PAIModel" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item" data-table="Ass_PurchaseItemApply">


+ 4
- 4
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_PurchaseItemApply/Index.js Zobrazit soubor

@@ -66,8 +66,8 @@ var bootstrap = function ($, learun) {
url: top.$.rootUrl + '/AssetManagementSystem/Ass_PurchaseItemApply/GetPageList',
headData: [
{ label: "资产名称", name: "PAIName", width: 100, align: "left"},
{ label: "英文名称", name: "PAIEName", width: 100, align: "left"},
{ label: "资产型号", name: "PAIModel", width: 100, align: "left"},
//{ label: "英文名称", name: "PAIEName", width: 100, align: "left"},
{ label: "规格型号", name: "PAIModel", width: 100, align: "left"},
{ label: "资产类别", name: "PAITId", width: 100, align: "left",
formatterAsync: function (callback, value, row, op,$cell) {
learun.clientdata.getAsync('custmerData', {
@@ -81,9 +81,9 @@ var bootstrap = function ($, learun) {
}},
{ label: "所需金额", name: "PAIPrice", width: 100, align: "left"},
{ label: "所需数量", name: "PAIAmount", width: 100, align: "left"},
{ label: "生产厂家", name: "PAIManufacturer", width: 100, align: "left"},
//{ label: "生产厂家", name: "PAIManufacturer", width: 100, align: "left"},
{ label: "资产要求", name: "PAIRequest", width: 100, align: "left"},
{ label: "用途", name: "PAIUse", width: 100, align: "left"},
//{ label: "用途", name: "PAIUse", width: 100, align: "left"},
{ label: "资产描述", name: "PAIContent", width: 100, align: "left"},
],
mainId:'PAIId',


+ 3
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_ScrapItem/Form.cshtml Zobrazit soubor

@@ -38,13 +38,13 @@
<input id="AAIEName" type="text" class="form-control" readonly="readonly" />
</div>
<div class="col-xs-6 lr-form-item" data-table="Ass_InventoryItemApply">
<div class="lr-form-item-title">资产型号</div>
<div class="lr-form-item-title">规格型号</div>
<input id="AAIModel" type="text" class="form-control" readonly="readonly" />
</div>
<div class="col-xs-6 lr-form-item" data-table="Ass_InventoryItemApply">
@*<div class="col-xs-6 lr-form-item" data-table="Ass_InventoryItemApply">
<div class="lr-form-item-title">生产厂家</div>
<input id="AAIManufacturer" type="text" class="form-control" readonly="readonly" />
</div>
</div>*@
<div class="col-xs-6 lr-form-item" data-table="Ass_InventoryItemApply">
<div class="lr-form-item-title">资产id</div>
<input id="AAIAId" type="text" class="form-control" readonly="readonly" />


+ 3
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_ScrapItem/Form.js Zobrazit soubor

@@ -39,7 +39,7 @@ var bootstrap = function ($, learun) {
grid: [
{ label: '资产编号', name: 'aicodenumjy', width: 150, align: 'left' },
{ label: '资产名称', name: 'aname', width: 150, align: 'left' },
{ label: "英文名称", name: "aename", width: 100, align: "left" },
//{ label: "英文名称", name: "aename", width: 100, align: "left" },
{
label: '楼宇名称', name: 'aiistorageid', width: 100, align: 'left', formatterAsync: function (callback, value, row, op, $cell) {
learun.clientdata.getAsync('custmerData', {
@@ -74,8 +74,8 @@ var bootstrap = function ($, learun) {
}
}
},
{ label: "资产型号", name: "amodel", width: 150, align: "left" },
{ label: "生产厂家", name: "amanufacturer", width: 150, align: "left" },
{ label: "规格型号", name: "amodel", width: 150, align: "left" },
//{ label: "生产厂家", name: "amanufacturer", width: 150, align: "left" },
{
label: "供应商", name: "asupplierid", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) {
learun.clientdata.getAsync('custmerData', {


+ 3
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_ScrapItem/Index.js Zobrazit soubor

@@ -84,9 +84,9 @@ var bootstrap = function ($, learun) {
});
}
},
{ label: "英文名称", name: "AOIEName", width: 100, align: "left" },
{ label: "资产型号", name: "AOIModel", width: 100, align: "left" },
{ label: "生产厂家", name: "AOIManufacturer", width: 100, align: "left" },
//{ label: "英文名称", name: "AOIEName", width: 100, align: "left" },
{ label: "规格型号", name: "AOIModel", width: 100, align: "left" },
//{ label: "生产厂家", name: "AOIManufacturer", width: 100, align: "left" },
{ label: "单价", name: "AOIPrice", width: 100, align: "left" },
{ label: "数量", name: "AOIStock", width: 100, align: "left" },
{


+ 25
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/Ass_InventoryItemApply/Ass_InventoryItemApplyEntity.cs Zobrazit soubor

@@ -122,6 +122,31 @@ namespace Learun.Application.TwoDevelopment.AssetManagementSystem
/// </summary>
[Column("AADDRESS")]
public string AAddress { get; set; }
/// <summary>
/// 资产品牌
/// </summary>
[Column("AISPECIFICATION")]
public string AISpecification { get; set; }
/// <summary>
/// 楼宇
/// </summary>
[Column("AIISTORAGEID")]
public string AIIStorageId { get; set; }
/// <summary>
/// 房间号
/// </summary>
[Column("AIISTORAGEPOSITION")]
public string AIIStoragePosition { get; set; }
/// <summary>
/// 使用部门
/// </summary>
[Column("AIDEPARTMENT")]
public string AIDepartment { get; set; }
/// <summary>
/// 使用人
/// </summary>
[Column("AIUSEPEOPLE")]
public string AIUsePeople { get; set; }


#endregion


Načítá se…
Zrušit
Uložit