|
@@ -430,7 +430,7 @@ input[type="radio"], input[type="checkbox"] {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.tender-list02 .scroll-y dd input {
|
|
.tender-list02 .scroll-y dd input {
|
|
|
- width: 100%;
|
|
|
|
|
|
|
+ /*width: 100%;*/
|
|
|
height: 34px;
|
|
height: 34px;
|
|
|
border: none;
|
|
border: none;
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
@@ -861,6 +861,48 @@ input[type="radio"], input[type="checkbox"] {
|
|
|
.tender-content .input-select{
|
|
.tender-content .input-select{
|
|
|
padding: 0;
|
|
padding: 0;
|
|
|
}
|
|
}
|
|
|
|
|
+.tender-list02 .scroll-y dd input{
|
|
|
|
|
+ border: #ccc 1px solid;
|
|
|
|
|
+}
|
|
|
|
|
+#li01 ul {
|
|
|
|
|
+ width: 200px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+#li01 ul li {
|
|
|
|
|
+ height: 30px;
|
|
|
|
|
+ line-height: 30px;
|
|
|
|
|
+ padding: 0;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+#li01 ul li a {
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ height: 30px;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+}
|
|
|
|
|
+#li01 .input-group-addon {
|
|
|
|
|
+ width: 30px;
|
|
|
|
|
+ line-height: 34px;
|
|
|
|
|
+ height: 34px;
|
|
|
|
|
+ padding: 0;
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ top: -50px;
|
|
|
|
|
+ right: -7px;
|
|
|
|
|
+ border-top-right-radius: 0;
|
|
|
|
|
+ border-bottom-right-radius: 0;
|
|
|
|
|
+ left: 40%;
|
|
|
|
|
+}
|
|
|
|
|
+ .title-div a{
|
|
|
|
|
+ float: right;
|
|
|
|
|
+ color: #5078cb;
|
|
|
|
|
+ font-weight :normal;
|
|
|
|
|
+ margin-right: 30px;
|
|
|
|
|
+ }
|
|
|
|
|
+.well{
|
|
|
|
|
+ background-color: #fff;
|
|
|
|
|
+ border-radius: 0;
|
|
|
|
|
+ padding: 10px;
|
|
|
|
|
+}
|
|
|
</style>
|
|
</style>
|
|
|
<div class="ng-scope">
|
|
<div class="ng-scope">
|
|
|
<form name="tenderForm">
|
|
<form name="tenderForm">
|
|
@@ -933,7 +975,7 @@ input[type="radio"], input[type="checkbox"] {
|
|
|
</div>
|
|
</div>
|
|
|
<div class="input-select col-xs-3">
|
|
<div class="input-select col-xs-3">
|
|
|
<input class="tender-input" type="radio" value="1" ng-model="inquiry.invoice" />
|
|
<input class="tender-input" type="radio" value="1" ng-model="inquiry.invoice" />
|
|
|
- <span>增值税普通发票</span>
|
|
|
|
|
|
|
+ <span>普通发票</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="input-select col-xs-3">
|
|
<div class="input-select col-xs-3">
|
|
|
<input class="tender-input" type="radio" value="0" ng-model="inquiry.invoice" />
|
|
<input class="tender-input" type="radio" value="0" ng-model="inquiry.invoice" />
|
|
@@ -941,35 +983,40 @@ input[type="radio"], input[type="checkbox"] {
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="col-xs-12">
|
|
|
|
|
- <div class="tender-desc">上传附件:</div>
|
|
|
|
|
- <div class="fileInputContainer">
|
|
|
|
|
- <input class="fileInput" type="file" ng-file-select name="file" ng-model="myFiles"/>
|
|
|
|
|
|
|
+ <div class="row">
|
|
|
|
|
+ <div class="col-xs-12">
|
|
|
|
|
+ <div class="tender-desc">上传附件:</div>
|
|
|
|
|
+ <div class="fileInputContainer">
|
|
|
|
|
+ <input class="fileInput" type="file" ng-file-select name="file" ng-model="myFiles"/>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div style="margin-left: 100px; color: #969595; font-size: 12px; ">
|
|
|
|
|
+ 提示:选择附件大小不超过5MB,可上传JPG,PNG,EXCEL,WORD,PDF
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div style="margin-left: 100px; color: #969595; font-size: 12px; ">
|
|
|
|
|
- 提示:选择附件大小不超过5MB,可上传JPG,PNG,EXCEL,WORD,PDF
|
|
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="row" style="margin-bottom: 0;">
|
|
|
|
|
+ <div class="col-xs-12">
|
|
|
|
|
+ <div ng-show="previewShow">
|
|
|
|
|
+ <div class="fl" style="margin-left: 100px;">
|
|
|
|
|
+ <div class="well margin-b-0">
|
|
|
|
|
+ <div ng-show="previewShow">
|
|
|
|
|
+ <img ng-show="previewShow" alt="营业执照复印件" src="{{imgPreview}}" width="200px" height="100px">
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <span class="text-primary"><b>{{imgPreviewName}}</b></span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div ng-show="pdfShow">
|
|
|
|
|
+ <img ng-show="pdfShow" src="static/img/all/pdf.jpg" alt="PDF文件" width="30px" height="40px">
|
|
|
|
|
+ <span class="text-primary"><b>{{imgPreviewName}}</b></span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div ng-show="noneFileShow">
|
|
|
|
|
+ <span class="text-warning">请上传清晰照片的图片文件或PDF文件</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div ng-show="previewShow">
|
|
|
|
|
- <div class="fl"> </div>
|
|
|
|
|
- <div class="fr">
|
|
|
|
|
- <div class="well margin-b-0" >
|
|
|
|
|
- <div ng-show="previewShow">
|
|
|
|
|
- <img ng-show="previewShow" alt="营业执照复印件" src="{{imgPreview}}" width="200px" height="100px">
|
|
|
|
|
- <div>
|
|
|
|
|
- <span class="text-primary"><b>{{imgPreviewName}}</b></span>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div ng-show="pdfShow">
|
|
|
|
|
- <img ng-show="pdfShow" src="static/img/all/pdf.jpg" alt="PDF文件" width="30px" height="40px">
|
|
|
|
|
- <span class="text-primary"><b>{{imgPreviewName}}</b></span>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div ng-show="noneFileShow">
|
|
|
|
|
- <span class="text-warning">请上传清晰照片的图片文件或PDF文件</span>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="wrap">
|
|
<div class="wrap">
|
|
@@ -987,11 +1034,11 @@ input[type="radio"], input[type="checkbox"] {
|
|
|
<span class="wid02">品牌</span>
|
|
<span class="wid02">品牌</span>
|
|
|
<span>单位</span>
|
|
<span>单位</span>
|
|
|
<span>币别</span>
|
|
<span>币别</span>
|
|
|
- <span>价格有效日期</span>
|
|
|
|
|
|
|
+ <span>报价有效期</span>
|
|
|
<span class="wid03"> </span>
|
|
<span class="wid03"> </span>
|
|
|
</dt>
|
|
</dt>
|
|
|
<div class="scroll-y">
|
|
<div class="scroll-y">
|
|
|
- <dd ng-repeat="prod in inquiry.inquiryItems">
|
|
|
|
|
|
|
+ <dd ng-repeat="prod in inquiry.inquiryItems" id="li01">
|
|
|
<span>{{$index + 1}}</span>
|
|
<span>{{$index + 1}}</span>
|
|
|
<span class="wid01 text-center">
|
|
<span class="wid01 text-center">
|
|
|
<input type="text" name="code" ng-model="prod.prodCode" ng-change="getSimilarCodes(prod.prodCode)" ng-focus="onFocus('code')" placeholder="请输入标准原厂型号" typeahead="prod.code for prod in getSimilarCodes($viewValue)" autocomplete="off" typeahead-on-select="onAssociateCmpClick($item, prod)" spellcheck = "false" required>
|
|
<input type="text" name="code" ng-model="prod.prodCode" ng-change="getSimilarCodes(prod.prodCode)" ng-focus="onFocus('code')" placeholder="请输入标准原厂型号" typeahead="prod.code for prod in getSimilarCodes($viewValue)" autocomplete="off" typeahead-on-select="onAssociateCmpClick($item, prod)" spellcheck = "false" required>
|
|
@@ -1008,8 +1055,8 @@ input[type="radio"], input[type="checkbox"] {
|
|
|
<i class="fa fa-search" aria-hidden="true"></i>
|
|
<i class="fa fa-search" aria-hidden="true"></i>
|
|
|
</div>
|
|
</div>
|
|
|
</span>
|
|
</span>
|
|
|
- <span class="text-center"><input type="text" ng-model="prod.unit" placeholder="点击填入单位" required/></span>
|
|
|
|
|
- <span><select class="wid01" data-style="btn-primary" ng-model="prod.currency" ng-init="prod.currency = 'RMB'" style="width: 56px;height: 34px;">
|
|
|
|
|
|
|
+ <span class="text-center"><input type="text" ng-model="prod.unit" placeholder="点击填入单位" required style="width: 105px; margin-left: 10px;"/></span>
|
|
|
|
|
+ <span><select class="wid01" data-style="btn-primary" ng-model="prod.currency" ng-init="prod.currency = 'RMB'" style="width: 80px;height: 34px; margin-left: 10px; position: relative; top: 1px; border: #ccc 1px solid;">
|
|
|
<option value ="RMB">RMB</option>
|
|
<option value ="RMB">RMB</option>
|
|
|
<option value ="USD">USD</option>
|
|
<option value ="USD">USD</option>
|
|
|
<option value ="HKD">HKD</option>
|
|
<option value ="HKD">HKD</option>
|
|
@@ -1030,7 +1077,7 @@ input[type="radio"], input[type="checkbox"] {
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <!-- <div class="com_title01" style="border-bottom: 1px solid #969595;"><a ng-click="add()" style="margin-left: 20px;"><i class="fa fa-plus"></i>新增产品明细</a></div>-->
|
|
|
|
|
|
|
+ <div class="com_title01" style="border-bottom: 1px solid #969595;"><a ng-click="add()" style="margin-left: 20px;"><i class="fa fa-plus"></i>新增询价明细</a></div>
|
|
|
<div class="title-div" style="border-bottom: 1px dashed #327ebe;">
|
|
<div class="title-div" style="border-bottom: 1px dashed #327ebe;">
|
|
|
<span>供应商信息</span>
|
|
<span>供应商信息</span>
|
|
|
<a class="add-vendor tender-desc" ng-click="dbfindVendor()" href="javascript:void(0)" ng-if="inquiry.isOpen == 0">
|
|
<a class="add-vendor tender-desc" ng-click="dbfindVendor()" href="javascript:void(0)" ng-if="inquiry.isOpen == 0">
|