diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/Form.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/Form.js index 13da63ddc..5d695fd7c 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/Form.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/Form.js @@ -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" }) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/FormView.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/FormView.js index ea180e8e4..8a4bda5a0 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/FormView.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/FormView.js @@ -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" })