|
@@ -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;
|
|
},
|
|
},
|
|
/*领用提交*/
|
|
/*领用提交*/
|