heyang 2 years ago
parent
commit
e55bb489cc

+ 1 - 1
src/views/gasManage3_0/manage/infoRecord/infoRecord.vue

@@ -406,7 +406,7 @@ export default {
         },
         },
 
 
         series: [{
         series: [{
-          name: '入库',
+          name: '申请',
           type: 'bar',
           type: 'bar',
           barWidth: '14',
           barWidth: '14',
           itemStyle: {
           itemStyle: {

+ 5 - 1
src/views/gasManage_syd/manage/gasUseManage/gasUseManage.vue

@@ -118,6 +118,7 @@ export default {
     handleClick(index,row,doType){
     handleClick(index,row,doType){
       let _this=this;
       let _this=this;
       if(doType=='receive'){//领用
       if(doType=='receive'){//领用
+
         this.dialogTitle='领用气瓶提示';
         this.dialogTitle='领用气瓶提示';
         this.dialogContent='您在领用气瓶前需要确认气表压力与系统显示的压力值是否一致,如不一致则需要在下方填写实际气压值。';
         this.dialogContent='您在领用气瓶前需要确认气表压力与系统显示的压力值是否一致,如不一致则需要在下方填写实际气压值。';
         this.subName='领用';
         this.subName='领用';
@@ -163,7 +164,10 @@ export default {
     },
     },
     // 取消按钮
     // 取消按钮
     cancel() {
     cancel() {
-      this.form = {};
+      this.form = {
+        beforeUse:'',//领用
+        afterUse:'',//归还
+      };
       this.dialogVisible = false;
       this.dialogVisible = false;
     },
     },
     /*领用提交*/
     /*领用提交*/

+ 1 - 1
src/views/gasManage_syd/manage/infoRecord/infoRecord.vue

@@ -413,7 +413,7 @@ export default {
         },
         },
 
 
         series: [{
         series: [{
-          name: '入库',
+          name: '申请',
           type: 'bar',
           type: 'bar',
           barWidth: '14',
           barWidth: '14',
           itemStyle: {
           itemStyle: {

+ 2 - 2
src/views/medicUniversity-3_1/chemicalManagement/chemicalLibrary/ChemicalInfo/listPage.vue

@@ -115,7 +115,7 @@
                     <div class="num-input-min-box">
                     <div class="num-input-min-box">
                       <el-input-number
                       <el-input-number
                         style="width:110px;"
                         style="width:110px;"
-                        :min="null"
+                        :min="0"
                         :max="5000"
                         :max="5000"
                         :precision="2"
                         :precision="2"
                         :step="0.01"
                         :step="0.01"
@@ -173,7 +173,7 @@
                     <div class="num-input-min-box">
                     <div class="num-input-min-box">
                       <el-input-number
                       <el-input-number
                         style="width:110px;"
                         style="width:110px;"
-                        :min="null"
+                        :min="0"
                         :max="5000"
                         :max="5000"
                         :precision="2"
                         :precision="2"
                         :step="0.01"
                         :step="0.01"

+ 2 - 2
src/views/studentViews/chemicalManagement/studentChemicalInfo/addPage.vue

@@ -113,7 +113,7 @@
                     <div class="num-input-min-box">
                     <div class="num-input-min-box">
                       <el-input-number
                       <el-input-number
                         style="width:110px;"
                         style="width:110px;"
-                        :min="null"
+                        :min="0"
                         :max="5000"
                         :max="5000"
                         :precision="2"
                         :precision="2"
                         :step="0.01"
                         :step="0.01"
@@ -171,7 +171,7 @@
                     <div class="num-input-min-box">
                     <div class="num-input-min-box">
                       <el-input-number
                       <el-input-number
                         style="width:110px;"
                         style="width:110px;"
-                        :min="null"
+                        :min="0"
                         :max="5000"
                         :max="5000"
                         :precision="2"
                         :precision="2"
                         :step="0.01"
                         :step="0.01"