4b1fad9d by yuanbo

增加注释

1 parent 83efb49a
......@@ -144,6 +144,11 @@
}
})
},
/**
* @description: handleSelect
* @param {*} val
* @author: renchao
*/
handleSelect (val) {
this.bdcqz.ysxlh = this.ruleForm.ysxlh
if (this.bdcqz.bdcqzlx == 1) {
......@@ -160,6 +165,10 @@
this.zfyy = "";
this.invalidDiglog = false
},
/**
* @description: handleZF
* @author: renchao
*/
handleZF () {
this.invalidDiglog = true
},
......@@ -580,6 +589,10 @@
image.src = this.bdczmSrc;
},
// 打印
/**
* @description: 打印
* @author: renchao
*/
handlePrint () {
if (this.ruleForm.ysxlh == '') {
this.$message.error('请选择印刷序列号');
......