js 生成编号
/** 生成编号 */
getBM() {
const dateTime = this.$moment(new Date().getTime()).format('YYYYMMDD');
const random = Math.floor(Math.random() * 1000);
const htbh = `YHCK${dateTime}${random}`;
return htbh;
},
择善人而交,择善书而读,择善言而听,择善行而从。