库房管理-采购管理-采购入库->经手人设置默认值(当前登录用户)
This commit is contained in:
@@ -1708,7 +1708,7 @@ function reset() {
|
|||||||
// 完全重置所有表单字段
|
// 完全重置所有表单字段
|
||||||
Object.assign(receiptHeaderForm, {
|
Object.assign(receiptHeaderForm, {
|
||||||
busNo: undefined,
|
busNo: undefined,
|
||||||
practitionerId: undefined,
|
practitionerId: userUserStore.practitionerId,
|
||||||
occurrenceTime: formatDate(new Date()),
|
occurrenceTime: formatDate(new Date()),
|
||||||
supplierId: undefined,
|
supplierId: undefined,
|
||||||
medicationType: "1",
|
medicationType: "1",
|
||||||
|
|||||||
Reference in New Issue
Block a user