Browse Source

复制后,订单日期需要为当天日期

002390 1 year ago
parent
commit
4bc1df8787
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/purchase/purchase-order/add/index.vue

+ 1 - 0
src/views/purchase/purchase-order/add/index.vue

@@ -109,6 +109,7 @@ export default {
             status: "0",
             source: "3",
             isClose:'N',
+            billDate: new Date().Format('yyyy-MM-dd'),
             closeTime:'',
             isInvoice:'N',
             isSendWms:'N',