diff --git a/src/pages/inLocation/index.vue b/src/pages/inLocation/index.vue index f59e50a..7b47048 100644 --- a/src/pages/inLocation/index.vue +++ b/src/pages/inLocation/index.vue @@ -18,7 +18,7 @@ 采购人:{{item.purchaser}} - + 采购时间:{{`${item.date[0]}-${item.date[1]>=10?item.date[1]:'0'+item.date[1]}-${item.date[2]>=10?item.date[2]:'0'+item.date[2]}`}} diff --git a/src/pages/outLocation/addForm.vue b/src/pages/outLocation/addForm.vue index 046b63a..4285ef2 100644 --- a/src/pages/outLocation/addForm.vue +++ b/src/pages/outLocation/addForm.vue @@ -190,7 +190,6 @@ } // 重置 function reset() { - form.value.supplierName = '' form.value.itemNumbers = [] } // 获取订单信息详情