Browse Source

资产变动申请是否下拉框调换

新疆体育高职分支
ndbs 1 year ago
parent
commit
da683cb20b
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/Form.js
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/FormView.js

+ 3
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/Form.js View File

@@ -90,8 +90,8 @@ var bootstrap = function ($, learun) {
$("#FAName").val(item.faname);
$("#FAId").val(item.faid);
//存放地点
$("#StorageId").lrselectSet(item.storageid);
$("#StorageIdNew").lrselectSet(item.storageid);
$("#StorageId").lrselectSet(item.storageid);
$("#StorageIdNew").lrselectSet(item.storageid);
}
});
$('#StorageId').lrDataSourceSelect({ code: 'Ass_StorageData', value: 'sid', text: 'sname' });
@@ -105,7 +105,7 @@ var bootstrap = function ($, learun) {
}
});
$('#IsMark').lrselect({
data: [{ text: "否", value: "1" }, { text: "是", value: "0" }],
data: [{ text: "是", value: "1" }, { text: "否", value: "0" }],
text: "text",
value: "value"
})


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/FormView.js View File

@@ -91,7 +91,7 @@ var bootstrap = function ($, learun) {
}
});
$('#IsMark').lrselect({
data: [{ text: "否", value: "1" }, { text: "是", value: "0" }],
data: [{ text: "是", value: "1" }, { text: "否", value: "0" }],
text: "text",
value: "value"
})


Loading…
Cancel
Save