瀏覽代碼

前端gjy

gjy 3 年之前
父節點
當前提交
c62620503c

+ 0 - 7
src/views/houseSelfCollect/inspectInfo.vue

@@ -345,13 +345,6 @@
           })
           return
         }
-        if (!this.inspect.type) {
-          this.$message({
-            message: '类型不能为空',
-            type: 'warning',
-          })
-          return
-        }
         if (!this.inspect.natureOfGrainPurchase) {
           this.$message({
             message: '购粮性质不能为空',

+ 3 - 2
src/views/outboundManagement/weighing.vue

@@ -53,8 +53,9 @@
 						<el-button type="primary" v-if="this.types == 1" @click="chongxin">重新获取</el-button>
 
 						<ws-form-item label="皮重(公斤)" span="1" prop="tare">
-							<ws-input v-model="weighingList.tare" placeholder="未获取到皮重" maxlength="100" size="small"
-								disabled />
+							<!-- <ws-input v-model="weighingList.tare" placeholder="未获取到皮重" maxlength="100" size="small"
+								disabled /> -->
+								<ws-input @input="calculation" v-model="weighingList.tare" placeholder="未获取到皮重" maxlength="100" size="small" />
 						</ws-form-item>
 						<el-button type="primary" v-if="this.types == 2 || this.types == null">重新获取</el-button>
 						<!-- <div class="formItem"> -->

+ 1 - 0
src/views/outboundManagement/weighingManagement.vue

@@ -125,6 +125,7 @@
 						this.warehouseId = this.warehouseList[i].warehouseId
 					}
 				}
+				this.getList()
 			},
 			weighing(row, num) {
 				console.log

+ 1 - 1
vue.config.js

@@ -141,7 +141,7 @@ module.exports = {
         // target: 'https://product-server.winsea.com/', //目标地址
         // target: 'http://standard-dev.winsea.com/', //目标地址
         // target: 'http://localhost:8090/',
-        target: 'http://192.168.1.120:8090/',
+        target: 'http://192.168.1.112:8090/',
         // target: 'http://192.168.1.112:8090/',
         // target: 'http://192.168.1.121:8090/',
         // target: 'http://192.168.1.119:8090/',