value=""里面加载不出来数据

	<div id="toolinformation">

		<!--保存和表格下载-->
		<div class="btn-toolbar"
			style="margin-left: 280px; margin-right: 10px; margin-top: -13px"
			role="toolbar" aria-label="Toolbar with button groups">
			<div class="btn-group mr-auto" style="margin-left: 5px" role="group"
				aria-label="First group">
				<button type="button"
					style="background-color: rgba(0, 55, 255, 0.0)"
					class="btn btn-secondary text-primary">主界面</button>
			</div>
			<div class="btn-group " style="margin-right: 5px" role="group"
				aria-label="Third group">
				<button type="button"
					style="background-color: rgba(0, 55, 255, 0.0)"
					class="btn btn-secondary text-primary">下载表格</button>
			</div>
		</div>
		<hr style="margin-top: 5px" />
		<!--模块信息标题-->
		<div class="col px-md-3"
			style="width: 130px; margin-left: 256px; margin-top:-16px">
			<div style="font-size: 17px"
				class="p-2 border bg-primary text-white">
				<strong>模块信息</strong>
			</div>
		</div>
		<!--模块信息-->
					<input type="text" class="form-control" id="toolid" disabled 
						value="${toolmodel.toolid}"
						style="font-size: 15px; width: 180px; margin-left: -80px">
					<input type="hidden" name="toolid"value="${toolmodel.toolid}"
						style="font-size: 15px; width: 180px; margin-left: -80px">						
												
				
			</div>

			<div class="form-group row"
				style="margin-top: -55px; font-size: 15px">
				<label for="ModuleClassification" style="margin-left: 300px"
					class="col-sm-1 col-form-label"><strong>模块分类</strong></label>
				
					<input type="text" class="form-control" id="ModuleClassification"name="ModuleClassification"
						value="${toolmodel.ModuleClassification }"
						style="font-size: 15px; width: 180px; margin-left: -80px">
				
			</div>

			<div class="form-group row"
				style="margin-top: -55px; font-size: 15px">
				<label for="ModuleName" style="margin-left: 600px"
					class="col-sm-1 col-form-label"><strong>模块名称</strong></label>
				
					<input type="text" class="form-control" id="ModuleName"name="ModuleName"
						value="${toolmodel.ModuleName}"
						style="font-size: 15px; width: 180px; margin-left: -80px">
				
			</div>

			<div class="form-group row">
				<label for="ModuleModel" class="col-sm-1 col-form-label"><strong>模块型号</strong></label>
				
					<input type="text" class="form-control" id="ModuleModel"name="ModuleModel"
						value="${toolmodel.ModuleModel}"
						style="font-size: 15px; width: 180px; margin-left: -80px">
				
			</div>

			<div class="form-group row"
				style="margin-top: -55px; font-size: 15px">
				<label for="FactoryInfomation" style="margin-left: 300px"
					class="col-sm-1 col-form-label"><strong>厂家信息</strong></label>
				
					<input type="text" class="form-control" id="FactoryInfomation"name="FactoryInfomation"
						value="${toolmodel.FactoryInfomation}"
						style="font-size: 15px; width: 180px; margin-left: -80px">
			
			</div>

			<div class="form-group row"
				style="margin-top: -55px; font-size: 15px">
				<label for="Price" style="margin-left: 600px"
					class="col-sm-1 col-form-label"><strong>价格</strong></label>
				
					<input type="text" class="form-control" id="Price"name="Price"
						value="${toolmodel.Price}"
						style="font-size: 15px; width: 180px; margin-left: -80px">
				
			</div>
			<!--模块信息表-->
			<!--下面的那个表 -->
			<div class="form-group row" style="margin-top: 80px">
				<label for="Param1" style="margin-left: 550px"
					class="col-sm-1 col-form-label"><strong>参数一</strong></label>
				<div class="col-sm-3" style="margin-left: -90px">
					<input type="text" class="form-control" id="Param1"name="Param1"
						value="${toolmodel.Param1}"
						style="font-size: 15px; width: 200px; margin-left: -20px">
				</div>
				<div class="col-1" style="margin-left: -255px">
					<input type="text" class="form-control" id="Param1Value"name="Param1Value"
						value="${toolmodel.Param1Value}"
						style="font-size: 15px; width: 100px; margin-left: -60px">
				</div>
			</div>

			<div class="form-group row">
				<label for="Param2" style="margin-left: 550px"
					class="col-sm-1 col-form-label"><strong>参数二</strong></label>
				<div class="col-sm-3" style="margin-left: -90px">
					<input type="text" class="form-control" id="Param2"name="Param2"
						value="${toolmodel.Param2}"
						style="font-size: 15px; width: 200px; margin-left: -20px">
				</div>
				<div class="col-1" style="margin-left: -255px">
					<input type="text" class="form-control" id="Param2Value"name="Param2Value"
						value="${toolmodel.Param2Value}"
						style="font-size: 15px; width: 100px; margin-left: -60px">
				</div>
			</div>

			<div class="form-group row">
				<label for="Param3" style="margin-left: 550px"
					class="col-sm-1 col-form-label"><strong>参数三</strong></label>
				<div class="col-sm-3" style="margin-left: -90px">
					<input type="text" class="form-control" id="Param3"name="Param3"
						value="${toolmodel.Param3}"
						style="font-size: 15px; width: 200px; margin-left: -20px">
				</div>
				<div class="col-1" style="margin-left: -255px">
					<input type="text" class="form-control" id="Param3Value"name="Param3Value"
						value="${toolmodel.Param3Value}"
						style="font-size: 15px; width: 100px; margin-left: -60px">
				</div>
			</div>

			<div class="form-group row">
				<label for="Param4" style="margin-left: 550px"
					class="col-sm-1 col-form-label"><strong>参数四</strong></label>
				<div class="col-sm-3" style="margin-left: -90px">
					<input type="text" class="form-control" id="Param4"name="Param4"
						value="${toolmodel.Param4}"
						style="font-size: 15px; width: 200px; margin-left: -20px">
				</div>
				<div class="col-1" style="margin-left: -255px">
					<input type="text" class="form-control" id="Param4Value"name="Param4Value"
						value="${toolmodel.Param4Value}"
						style="font-size: 15px; width: 100px; margin-left: -60px">
				</div>
			</div>

			<div class="form-group row">
				<label for="Param5" style="margin-left: 550px"
					class="col-sm-1 col-form-label"><strong>参数五</strong></label>
				<div class="col-sm-3" style="margin-left: -90px">
					<input type="text" class="form-control" id="Param5"name="Param5"
						value="${toolmodel.Param5}"
						style="font-size: 15px; width: 200px; margin-left: -20px">
				</div>
				<div class="col-1" style="margin-left: -255px">
					<input type="text" class="form-control" id="Param5Value"name="Param5Value"
						value="${toolmodel.Param5Value}"
						style="font-size: 15px; width: 100px; margin-left: -60px">
				</div>
			</div>
			<div class="form-group row">
				<label for="Param6" style="margin-left: 550px"
					class="col-sm-1 col-form-label"><strong>参数六</strong></label>
				<div class="col-sm-3" style="margin-left: -90px">
					<input type="text" class="form-control" id="Param6"name="Param6"
						value="${toolmodel.Param6}"
						style="font-size: 15px; width: 200px; margin-left: -20px">
				</div>
				<div class="col-1" style="margin-left: -255px">
					<input type="text" class="form-control" id="Param6Value"name="Param6Value"
						value="${toolmodel.Param6Value}"
						style="font-size: 15px; width: 100px; margin-left: -60px">
				</div>
			</div>
			
<div class="form-group btn-group " style="margin-left: 770px;margin-top:-1036px">
				<button type="submit"style="background-color: rgba(0, 55, 255, 0.0)"
					class="btn btn-secondary  mr-2 text-primary">保存</button>
			</div>
		</form>
		<hr style="margin-top: -396px" />




		<!--模型输出区域-->
		<canvas id="mainCanvas" width="638px" height="382px"
			style="margin-left: 0px; margin-top: -15px; overflow: hidden"> </canvas>


		<!--图像控制按钮3D-->
		<div class="btn-group" style="margin-left: 498px; margin-top: -763px">
			<button type="button" class="btn btn-primary" style="width: 40px">
				<strong>3D</strong>
			</button>
			<button type="button"
				class="btn btn-primary dropdown-toggle dropdown-toggle-split"
				data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
				<span class="sr-only">Toggle Dropdown</span>
			</button>
			<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
				<div class="btn btn-block dropdown-toggle" type="button"
					id="dropdownMenuButton" data-toggle="dropdown"
					aria-haspopup="true" aria-expanded="false">下载</div>
				<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
					<a class="dropdown-item"
						style="margin-left: 35px; background-color: rgba(13, 122, 237, 0.00)"
						href="#">STL</a> <a class="dropdown-item"
						style="margin-left: 35px; background-color: rgba(13, 122, 237, 0.00)"
						href="#">OBJ</a> <a class="dropdown-item"
						style="margin-left: 35px; background-color: rgba(13, 122, 237, 0.00)"
						href="#">(else)</a>
				</div>
			</div>
		</div>
		<!--图像控制按钮2D-->
		<div class="btn-group" style="margin-left: 0px; margin-top: -763px">
			<button type="button" class="btn btn-primary" style="width: 40px">
				<strong>2D</strong>
			</button>
			<button type="button"
				class="btn btn-primary dropdown-toggle dropdown-toggle-split"
				data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
				<span class="sr-only">Toggle Dropdown</span>
			</button>
			<div class="dropdown-menu " aria-labelledby="dropdownMenuLink">
				<div class="btn dropdown-toggle btn-block" type="button"
					id="dropdownMenuButton" data-toggle="dropdown"
					aria-haspopup="true" aria-expanded="false">下载</div>
				<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
					<a class="dropdown-item"
						style="margin-left: 35px; background-color: rgba(13, 122, 237, 0.00)"
						href="#">dwg</a> <a class="dropdown-item"
						style="margin-left: 35px; background-color: rgba(13, 122, 237, 0.00)"
						href="#">dxf</a> <a class="dropdown-item"
						style="margin-left: 35px; background-color: rgba(13, 122, 237, 0.00)"
						href="#">png</a>
				</div>
			</div>
		</div>

		<!--刀具参数信息标题-->

		<div class="col px-md-3"
			style="width: 130px; margin-left: 1265px; margin-top: -413px">
			<div style="font-size: 17px"
				class="p-2 border bg-primary text-white">
				<strong>参数信息</strong>
			</div>
		</div>

		<!--刀具参数信息-->
	</div>
</div>
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值