Browse Source

修改出入库样式 地图样式

mxx 3 years ago
parent
commit
c472d578ef

+ 1 - 1
src/views/contractManagement/futuresPurchaseContractAdd.vue

@@ -1867,7 +1867,7 @@
     left: 0;
     right: 0;
     margin: auto;
-    width: 800px;
+    width: 850px;
     height: 400px;
     background: gainsboro;
     border-radius: 20px;

+ 1 - 1
src/views/contractManagement/futuresPurchaseContractEdit.vue

@@ -1951,7 +1951,7 @@ export default {
   left: 0;
   right: 0;
   margin: auto;
-  width: 800px;
+  width: 850px;
   height: 400px;
   background: gainsboro;
   border-radius: 20px;

+ 1 - 1
src/views/contractManagement/futuresSalesContractAdd.vue

@@ -1823,7 +1823,7 @@
     left: 0;
     right: 0;
     margin: auto;
-    width: 800px;
+    width: 850px;
     height: 400px;
     background: gainsboro;
     border-radius: 20px;

+ 24 - 0
src/views/contractManagement/futuresSalesContractEdit.vue

@@ -1714,4 +1714,28 @@
     line-height: inherit;
     display: none;
   }
+   .map {
+    position: fixed;
+    top: 0;
+    bottom: 0;
+    left: 0;
+    right: 0;
+    margin: auto;
+    width: 850px;
+    height: 400px;
+    background: gainsboro;
+    border-radius: 20px;
+    padding: 10px;
+    box-sizing: border-box;
+    z-index: 99;
+  }
+
+  .amap-container {
+    width: 100% !important;
+  }
+
+  .address-btn {
+    width: 100%;
+    text-align: left;
+  }
 </style>

+ 1 - 1
src/views/contractManagement/purchaseContractAdd.vue

@@ -1794,7 +1794,7 @@
     left: 0;
     right: 0;
     margin: auto;
-    width: 800px;
+    width: 850px;
     height: 400px;
     background: gainsboro;
     border-radius: 20px;

+ 1 - 1
src/views/contractManagement/purchaseContractEdit.vue

@@ -1692,7 +1692,7 @@ export default {
   left: 0;
   right: 0;
   margin: auto;
-  width: 800px;
+  width: 850px;
   height: 400px;
   background: gainsboro;
   border-radius: 20px;

+ 1 - 1
src/views/contractManagement/salesContractAdd.vue

@@ -1817,7 +1817,7 @@
     left: 0;
     right: 0;
     margin: auto;
-    width: 800px;
+    width: 850px;
     height: 400px;
     background: gainsboro;
     border-radius: 20px;

+ 1 - 1
src/views/contractManagement/salesContractEdit.vue

@@ -1617,7 +1617,7 @@
     left: 0;
     right: 0;
     margin: auto;
-    width: 800px;
+    width: 850px;
     height: 400px;
     background: gainsboro;
     border-radius: 20px;

+ 10 - 10
src/views/taskManagement/tranManagementWarehouseInOutTaskAdd.vue

@@ -76,7 +76,7 @@
 						</el-select>
 					</el-form-item>
 					<!--重量(吨)-->
-					<el-form-item label="重量(吨)" span="1" style="margin-left: 350px; margin-top: -40px">
+					<el-form-item label="重量(吨)">
 						<el-input @input="weightchange1" v-model="dataList.weight" placeholder="请输入重量(吨)"
 							maxlength="120" size="small" class="huom" />
 					</el-form-item>
@@ -94,12 +94,12 @@
 							maxlength="120" size="small" class="huom" />
 					</el-form-item>
 					<!--水分(%)<=-->
-					<el-form-item label="水分(%)<=" span="1" style="margin-left: 250px; margin-top: -40px">
+					<el-form-item label="水分(%)<=">
 						<el-input disabled @input="waterContentchange" v-model="dataList.waterContent"
 							placeholder="请输入水分占比" maxlength="120" size="small" class="huom" />
 					</el-form-item>
 					<!--单价(元/吨)-->
-					<el-form-item label="单价(元/吨)" span="1" style="margin-left: 500px; margin-top: -40px">
+					<el-form-item label="单价(元/吨)">
 						<el-input disabled @input="unitPricechange" v-model="dataList.unitPrice" placeholder="请输入单价"
 							maxlength="120" size="small" class="huom" />
 					</el-form-item>
@@ -179,7 +179,7 @@
 						</el-select>
 					</el-form-item>
 					<!--重量(吨)-->
-					<el-form-item label="重量(吨)" span="1" style="margin-left: 350px; margin-top: -40px">
+					<el-form-item label="重量(吨)">
 						<el-input @input="weightchange" v-model="dataList1.weight" placeholder="请输入重量(吨)"
 							maxlength="120" size="small" class="huom" />
 					</el-form-item>
@@ -198,13 +198,13 @@
 							class="huom" />
 					</el-form-item>
 					<!--水分(%)<=-->
-					<el-form-item label="水分(%)<=" span="1" style="margin-left: 350px; margin-top: -40px">
+					<el-form-item label="水分(%)<=">
 						<el-input @input="waterContentchange" :disabled="dataList.taskTypeKey == 3"
 							v-model="dataList1.waterContent" placeholder="请输入水分占比" maxlength="120" size="small"
 							class="huom" />
 					</el-form-item>
 					<!--单价(元/吨)-->
-					<el-form-item label="单价(元/吨)" span="1" style="margin-left: 650px; margin-top: -40px">
+					<el-form-item label="单价(元/吨)">
 						<el-input @input="unitPricechange" :disabled="dataList.taskTypeKey == 3"
 							v-model="dataList1.unitPrice" placeholder="请输入单价" maxlength="120" size="small"
 							class="huom" />
@@ -287,7 +287,7 @@
 						</el-select>
 					</el-form-item>
 					<!--重量(吨)-->
-					<el-form-item label="重量(吨)" span="1" style="margin-left: 350px; margin-top: -40px">
+					<el-form-item label="重量(吨)">
 						<el-input :disabled="dataList.taskTypeKey == 4" v-model="dataList.weight" placeholder="请输入重量(吨)"
 							maxlength="120" size="small" class="huom" />
 					</el-form-item>
@@ -306,13 +306,13 @@
 							class="huom" />
 					</el-form-item>
 					<!--水分(%)<=-->
-					<el-form-item label="水分(%)<=" span="1" style="margin-left: 350px; margin-top: -40px">
+					<el-form-item label="水分(%)<=">
 						<el-input :disabled="dataList.taskTypeKey == 3 || dataList.taskTypeKey == 4"
 							v-model="dataList.waterContent" placeholder="请输入水分占比" maxlength="120" size="small"
 							class="huom" />
 					</el-form-item>
 					<!--单价(元/吨)-->
-					<el-form-item label="单价(元/吨)" span="1" style="margin-left: 650px; margin-top: -40px">
+					<el-form-item label="单价(元/吨)">
 						<el-input :disabled="dataList.taskTypeKey == 3 || dataList.taskTypeKey == 4"
 							v-model="dataList.unitPrice" placeholder="请输入单价" maxlength="120" size="small"
 							class="huom" />
@@ -1832,7 +1832,7 @@
 	}
 
 	.huom {
-		width: 100px;
+		width: 100%;
 	}
 
 	.el-form {

+ 10 - 10
src/views/taskManagement/tranManagementWarehouseInOutTaskAudit.vue

@@ -145,7 +145,7 @@
             </el-select>
           </el-form-item>
           <!--重量(吨)-->
-          <el-form-item label="重量(吨)" span="1" style="margin-left: 350px; margin-top: -40px">
+          <el-form-item label="重量(吨)">
             <el-input
               disabled
               v-model="dataList.weight"
@@ -183,7 +183,7 @@
             />
           </el-form-item>
           <!--水分(%)<=-->
-          <el-form-item label="水分(%)<=" span="1" style="margin-left: 350px; margin-top: -40px">
+          <el-form-item label="水分(%)<=">
             <el-input
               @input="waterContentchange"
               v-model="dataList.waterContent"
@@ -194,7 +194,7 @@
             />
           </el-form-item>
           <!--单价(元/吨)-->
-          <el-form-item label="单价(元/吨)" span="1" style="margin-left: 650px; margin-top: -40px">
+          <el-form-item label="单价(元/吨)">
             <el-input
               @input="unitPricechange"
               v-model="dataList.unitPrice"
@@ -362,7 +362,7 @@
             </el-select>
           </el-form-item>
           <!--重量(吨)-->
-          <el-form-item label="重量(吨)" span="1" style="margin-left: 350px; margin-top: -40px">
+          <el-form-item label="重量(吨)">
             <el-input
               @input="weightchange"
               v-model="dataList1.weight"
@@ -402,7 +402,7 @@
             />
           </el-form-item>
           <!--水分(%)<=-->
-          <el-form-item label="水分(%)<=" span="1" style="margin-left: 350px; margin-top: -40px">
+          <el-form-item label="水分(%)<=">
             <el-input
               @input="waterContentchange"
               :disabled="dataList.taskTypeKey == 3"
@@ -414,7 +414,7 @@
             />
           </el-form-item>
           <!--单价(元/吨)-->
-          <el-form-item label="单价(元/吨)" span="1" style="margin-left: 650px; margin-top: -40px">
+          <el-form-item label="单价(元/吨)">
             <el-input
               @input="unitPricechange"
               :disabled="dataList.taskTypeKey == 3"
@@ -580,7 +580,7 @@
             </el-select>
           </el-form-item>
           <!--重量(吨)-->
-          <el-form-item label="重量(吨)" span="1" style="margin-left: 350px; margin-top: -40px">
+          <el-form-item label="重量(吨)">
             <el-input
               disabled
               v-model="dataList.weight"
@@ -619,7 +619,7 @@
             />
           </el-form-item>
           <!--水分(%)<=-->
-          <el-form-item label="水分(%)<=" span="1" style="margin-left: 350px; margin-top: -40px">
+          <el-form-item label="水分(%)<="
             <el-input
               disabled
               v-model="dataList.waterContent"
@@ -630,7 +630,7 @@
             />
           </el-form-item>
           <!--单价(元/吨)-->
-          <el-form-item label="单价(元/吨)" span="1" style="margin-left: 650px; margin-top: -40px">
+          <el-form-item label="单价(元/吨)">
             <el-input
               disabled
               v-model="dataList.unitPrice"
@@ -1496,7 +1496,7 @@ export default {
   margin: 0;
 }
 .huom {
-  width: 100px;
+  width: 100%;
 }
 .el-form {
   font-size: 14px;