zhangyuewww 3 years ago
parent
commit
0034546d88

+ 1 - 1
src/views/statisticalReport/autoSettlementList.vue

@@ -371,7 +371,7 @@
             </div>
             </div>
           </template></el-table-column
           </template></el-table-column
         >
         >
-        <el-table-column label="状态" prop="status">
+        <el-table-column label="状态" prop="status" width="100px">
           <template slot-scope="scope">
           <template slot-scope="scope">
             <span v-if="scope.row.approveStatus != null">{{
             <span v-if="scope.row.approveStatus != null">{{
               scope.row.approveStatus
               scope.row.approveStatus

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

@@ -794,7 +794,7 @@
 						return
 						return
 					}
 					}
 					if (
 					if (
-						this.dataList.bulkDensity < 500 ||
+						this.dataList.bulkDensity < 0 ||
 						this.dataList.bulkDensity > 1000
 						this.dataList.bulkDensity > 1000
 					) {
 					) {
 						this.$message({
 						this.$message({

+ 3 - 3
src/views/taskManagement/tranManagementWarehouseInOutTaskEdit.vue

@@ -994,7 +994,7 @@ export default {
           return
           return
         }
         }
         if (
         if (
-          this.dataList.bulkDensity < 500 ||
+          this.dataList.bulkDensity < 0 ||
           this.dataList.bulkDensity > 1000
           this.dataList.bulkDensity > 1000
         ) {
         ) {
           this.$message({
           this.$message({
@@ -1130,7 +1130,7 @@ export default {
           return
           return
         }
         }
         if (
         if (
-          this.dataList1.bulkDensity < 500 ||
+          this.dataList1.bulkDensity < 0 ||
           this.dataList1.bulkDensity > 1000
           this.dataList1.bulkDensity > 1000
         ) {
         ) {
           this.$message({
           this.$message({
@@ -1280,7 +1280,7 @@ export default {
           return
           return
         }
         }
         if (
         if (
-          this.dataList1.bulkDensity < 500 ||
+          this.dataList1.bulkDensity < 0 ||
           this.dataList1.bulkDensity > 1000
           this.dataList1.bulkDensity > 1000
         ) {
         ) {
           this.$message({
           this.$message({