Browse Source

模具询价单详情页增加税率填写

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@10615 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
dongbw 8 years ago
parent
commit
2a6273d3ac

+ 1 - 1
src/main/webapp/resources/tpl/index/sale/inquiry_mould_detail.html

@@ -107,7 +107,7 @@ tbody td .text-waiting {
 				<tr class="header">
 					<th width="385">模具资料</th>
 					<th width="50">币别</th>
-					<th width="250">价格</th>
+					<th width="250">价格&nbsp;&nbsp;&nbsp;<span>税率:</span><input class="taxrate-input" ng-model="inquiryMould.taxrate" ng-pattern="/^[0-9][0-9]{0,1}$/" style="width: 30px;" ng-disabled="!inquiryMould.$editing">%</th>
 					<th width="100"></th>
 				</tr>
 				</thead>