|
|
@@ -75,7 +75,7 @@ function handleSave() {
|
|
|
orderNo: medicalTechnology ? 3 : 0,
|
|
|
ledgerSn: store.patInfo.ledgerSn,
|
|
|
receiptNo: receiptNo.value,
|
|
|
- chargeDate: dayjs(store.chargeDate).format("YYYY-MM-DD hh:mm:ss"),
|
|
|
+ chargeDate: store.chargeDate
|
|
|
};
|
|
|
|
|
|
if (needRule(ruleName.财务)) {
|
|
|
@@ -237,7 +237,7 @@ onMounted(() => {
|
|
|
<el-date-picker
|
|
|
v-model="store.chargeDate"
|
|
|
type="datetime"
|
|
|
- format="YYYY-MM-DD"
|
|
|
+ format="YYYY-MM-DD HH:mm:ss"
|
|
|
value-format="YYYY-MM-DD HH:mm:ss"
|
|
|
style="width: 165px"
|
|
|
/>
|