Browse Source

手机求购新增类目、数量字段

yangc 7 years ago
parent
commit
4035a2514b

+ 9 - 3
components/mobile/applyPurchase/SeekList.vue

@@ -14,9 +14,15 @@
             <div>
               品牌:<span>{{item.inbrand || '-'}}</span>
             </div>
+            <div>
+              类目(产品名称):<span>{{item.prodTitle || '-'}}</span>
+            </div>
             <div>
               规格:<span>{{item.spec || '-'}}</span>
             </div>
+            <div>
+              采购数量:<span>{{item.needquantity || '-'}}</span>
+            </div>
             <div>
               截止日期:<span class="date">{{item.endDate | date}}</span>
             </div>
@@ -165,7 +171,7 @@
 
     li {
       border: 1px solid #e0e0e4;
-      height: 3.32rem;
+      height: 4.2rem;
       margin-bottom: .2rem;
 
       > p {
@@ -189,7 +195,7 @@
         .fl {
           color: #666;
           width: 4.8rem;
-          height: 1.74rem;
+          height: 2.62rem;
           margin: .27rem 0 .29rem .18rem;
           line-height: .46rem;
           border-right: 1px dashed #9f9f9f;
@@ -212,7 +218,7 @@
         }
         .fr {
           width: 2.2rem;
-          padding: .66rem 0 0 0;
+          padding: .9rem 0 0 0;
 
           p {
             font-size: .28rem;

+ 1 - 0
pages/mobile/applyPurchase/list/index.vue

@@ -127,6 +127,7 @@
         input {
           color: #333;
           width: 5.78rem;
+          line-height: normal;
         }
         span {
           height: .46rem;