Explorar o código

fix(订单表单): 将物料导入状态默认值改为PENDING

yz hai 2 semanas
pai
achega
56f99c4637
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/order-form/material-import-dialog.vue

+ 1 - 1
src/components/order-form/material-import-dialog.vue

@@ -506,7 +506,7 @@ export default {
           taxRate: 0,
           taxAmount: 0,
           totalAmount: 0,
-          status: material.status,
+          status: MaterialDetailStatus.PENDING,
           createTime: new Date().toISOString(),
           updateTime: new Date().toISOString()
         }))