瀏覽代碼

调整房间号显示

金隅分支
zhangli 3 年之前
父節點
當前提交
0bf1c22dca
共有 9 個文件被更改,包括 14 次插入24 次删除
  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 查看文件

@@ -177,8 +177,8 @@ var bootstrap = function ($, learun) {
key: row.AAIStoragePosition,
keyId: 'rid',
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 查看文件

@@ -159,8 +159,8 @@ var bootstrap = function ($, learun) {
key: row.AAIStoragePosition,
keyId: 'rid',
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 查看文件

@@ -124,8 +124,8 @@
key: tempdatra[i].AAIStoragePosition,
keyId: 'rid',
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 查看文件

@@ -165,7 +165,7 @@ var bootstrap = function ($, learun) {
key: value,
keyId: 'rid',
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 查看文件

@@ -165,7 +165,7 @@ var bootstrap = function ($, learun) {
key: value,
keyId: 'rid',
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 查看文件

@@ -164,7 +164,7 @@ var bootstrap = function ($, learun) {
key: value,
keyId: 'rid',
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 查看文件

@@ -155,7 +155,7 @@ var bootstrap = function ($, learun) {
key: value,
keyId: 'rid',
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 查看文件

@@ -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,
mainId: 'RIID',


+ 1
- 7
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Receive/FormView.js 查看文件

@@ -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,
mainId: 'RIID',


Loading…
取消
儲存