排产完成明细

This commit is contained in:
bryan sun
2019-10-29 11:23:04 +08:00
parent 80c11ee65d
commit 399c198d73
5 changed files with 255 additions and 4 deletions

View File

@@ -52,7 +52,6 @@ export function getNowTime() {
const time = date.getFullYear() + '-' + month + '-' + day + ' ' + hour + ':' + minute + ':' + second
return time
}
// 判断类型
export function type(target) {
const ret = typeof (target)