ccjgmwz 3 anni fa
parent
commit
24b68a5a1d

+ 4 - 1
public/static/weightCheck.html

@@ -10,6 +10,7 @@
       table tr td {
         border: 2px solid #333333;
         padding: 5px 0;
+        height: 36px;
       }
 
       #app {
@@ -18,8 +19,10 @@
       }
 
       .content {
+        padding-top: 100px;
+        padding-left: 20px;
+        padding-right: 20px;
         width: 1000px;
-        height: 583px;
         margin: auto;
         position: absolute;
         top: 0;

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

@@ -575,6 +575,9 @@
               type: 'warning',
             })
             .then(() => {
+              if(!this.inspect.tidalGrainPrice){
+                this.inspect.tidalGrainPrice = 0
+              }
               inspectAdd(this.inspect)
                 .toPromise()
                 .then((response) => {

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

@@ -166,7 +166,7 @@ export default {
         qualityInspectionManagement:{},
       },
       purchasePriceList:[],
-      allowEdit:'',
+      allowEdit:true,
       disabled:false
     }
   },

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

@@ -195,7 +195,7 @@
           buckleMiscellaneous: 0,
         },
         tpyeNo: '',
-        disabled: false,
+        disabled: true,
         relationId: '',
         warehouseId: '',
         purchasePriceList: [],

+ 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.107:8090/',
+        target: 'http://192.168.1.122:9100/',
         // target: 'http://192.168.1.119:8090/',
         // target: 'http://192.168.24.5:8098',//目标地址
         // target: 'http://product-server.winsea.com/',