Bläddra i källkod

修改毛重确定赋值问题

achao 3 år sedan
förälder
incheckning
71dec18418

+ 1 - 1
src/views/houseSelfCollect/customerManagementAdd.vue

@@ -1,6 +1,6 @@
 <!--客户管理添加-->
 <!--客户管理添加-->
 <template>
 <template>
-  <div class="center">
+  <div class="container">
     <el-row>
     <el-row>
       <el-col :span="12">
       <el-col :span="12">
         <h2 class="bg-left titleup">{{ trader }}粮商</h2>
         <h2 class="bg-left titleup">{{ trader }}粮商</h2>

+ 1 - 1
src/views/houseSelfCollect/inspectInfo.vue

@@ -1,6 +1,6 @@
 <!--质检信息-->
 <!--质检信息-->
 <template>
 <template>
-  <div class="center">
+  <div class="container">
     <el-row>
     <el-row>
       <el-col :span="12">
       <el-col :span="12">
         <h2 class="bg-left titleup">{{ information }}信息</h2>
         <h2 class="bg-left titleup">{{ information }}信息</h2>

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 399 - 520
src/views/houseSelfCollect/settlement.vue


+ 6 - 16
src/views/taskManagement/tranManagementWarehouseInOutTaskAdd.vue

@@ -673,7 +673,7 @@
 								this.gradestatus=false
 								this.gradestatus=false
 							}
 							}
 						}
 						}
-						
+
 						console.log(this.warehouseNameList[i])
 						console.log(this.warehouseNameList[i])
 						//经办人
 						//经办人
 						getstaff({
 						getstaff({
@@ -892,8 +892,8 @@
 						return
 						return
 					}
 					}
 					}
 					}
-					
-					
+
+
 					if (!this.dataList.predictDate) {
 					if (!this.dataList.predictDate) {
 						this.$message({
 						this.$message({
 							message: '预计出库日期不能为空!',
 							message: '预计出库日期不能为空!',
@@ -1043,7 +1043,7 @@
 						return
 						return
 					}
 					}
 					}
 					}
-					
+
 					if (!this.dataList1.predictDate) {
 					if (!this.dataList1.predictDate) {
 						this.$message({
 						this.$message({
 							message: '预计入库日期不能为空!',
 							message: '预计入库日期不能为空!',
@@ -1294,7 +1294,7 @@
 						return
 						return
 					}
 					}
 					}
 					}
-					
+
 					if (!this.dataList.predictDate) {
 					if (!this.dataList.predictDate) {
 						this.$message({
 						this.$message({
 							message: '预计出库日期不能为空!',
 							message: '预计出库日期不能为空!',
@@ -1302,7 +1302,7 @@
 						})
 						})
 						return
 						return
 					}
 					}
-					
+
 					if (!this.dataList1.predictDate) {
 					if (!this.dataList1.predictDate) {
 						this.$message({
 						this.$message({
 							message: '预计入库日期不能为空!',
 							message: '预计入库日期不能为空!',
@@ -1847,16 +1847,6 @@
 		background: #e8ecf6;
 		background: #e8ecf6;
 		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
 		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
 	}
 	}
-
-	.winseaview-view {
-		padding: 0 0 20px;
-	}
-
-	.container {
-		overflow: scroll;
-		height: 93vh;
-	}
-
 	.el-radio-group {
 	.el-radio-group {
 		font-size: 0;
 		font-size: 0;
 		margin-top: 20px;
 		margin-top: 20px;

+ 4 - 4
src/views/warehouse/warehouseManagementNoWeightOut.vue

@@ -190,7 +190,7 @@
                   <el-option v-for="item in options2" :key="item.constKey"
                   <el-option v-for="item in options2" :key="item.constKey"
                     :label="item.carNo + '(' + item.tranCarNo + ')'" :value="item.carNo" />
                     :label="item.carNo + '(' + item.tranCarNo + ')'" :value="item.carNo" />
                 </el-select>
                 </el-select>
-                 <span style='padding-left:10px;'>发货重量(吨):{{dataList.loadNetWeight}}</span>  
+                 <span style='padding-left:10px;'>发货重量(吨):{{dataList.loadNetWeight}}</span>
               </ws-form-item>
               </ws-form-item>
 
 
               <ws-form-item label="车号" span="1" prop="carNo" v-if="dataList.outType == '火运'">
               <ws-form-item label="车号" span="1" prop="carNo" v-if="dataList.outType == '火运'">
@@ -522,7 +522,7 @@
       this.dataList.statusFlag = this.$route.statusFlag
       this.dataList.statusFlag = this.$route.statusFlag
       this.dataList.warehouseInOutDetail = this.$route.query.warehouseInOutDetail
       this.dataList.warehouseInOutDetail = this.$route.query.warehouseInOutDetail
       console.log(this.dataList)
       console.log(this.dataList)
-      if (this.$route.query.automaticWeightAcquisition == '1') {
+      if (this.$route.query.automaticWeightAcquisition == '0') {
         this.isShowBalance = true
         this.isShowBalance = true
       }
       }
       this.getList()
       this.getList()
@@ -530,9 +530,9 @@
     methods: {
     methods: {
       setVal(data) {
       setVal(data) {
         if (this.information == '毛重检斤') {
         if (this.information == '毛重检斤') {
-          this.deptBudgetList.grossWeight = data
+          this.dataList.grossWeight = data
         } else {
         } else {
-          this.deptBudgetList.tare = data
+          this.dataList.tare = data
         }
         }
 
 
       },
       },

Vissa filer visades inte eftersom för många filer har ändrats