gjy 2 år sedan
förälder
incheckning
83cb2ed5d6

+ 5 - 0
src/views/profitable/cashout.vue

@@ -750,4 +750,9 @@ console.log(this.Num,11111111111)
 .add,.del{
   width:25px;height:25px;
 }
+/deep/.el-upload--picture-card{
+  width: 100px;
+  height:100px;
+  line-height:100px;
+}
 </style>

+ 5 - 0
src/views/profitable/receipt.vue

@@ -403,4 +403,9 @@
   /deep/.el-form-item {
     width: 50%;
 }
+/deep/.el-upload--picture-card{
+  width: 100px;
+  height:100px;
+  line-height:100px;
+}
 </style>

+ 5 - 0
src/views/profitable/receiptaduit.vue

@@ -301,4 +301,9 @@
   /deep/.el-form-item {
     width: 50%;
 }
+/deep/.el-upload--picture-card{
+  width: 100px;
+  height:100px;
+  line-height:100px;
+}
 </style>

+ 6 - 1
src/views/warehousenew/warehousingOrder.vue

@@ -155,7 +155,7 @@
             </el-form-item>
             <el-form-item label="附件">
               <el-upload ref='uploadfiles' :file-list='dataList' action="https://www.zthymaoyi.com/upload/admin" list-type="picture-card"
-            :on-success="handlefujian" :on-remove="handleRemove" class="photo2">
+            :on-success="handlefujian" :on-remove="handleRemove" class="photo2"  accept="image/jpg,image/jpeg,image/png">
               <i class="el-icon-plus"></i>
               </el-upload>
             </el-form-item>
@@ -1434,4 +1434,9 @@ multiFilter(array, filters) {
   /deep/.el-form{
     width:90%;
   }
+  /deep/.el-upload--picture-card{
+  width: 100px;
+  height:100px;
+  line-height:100px;
+}
 </style>