guoyuji
2024-07-08 028802e453c0062020c2ddfd1cf173085b087b2c
north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue
@@ -747,9 +747,9 @@
}
//页面第一次加载执行
const initOrder = async ()=>{
  //页面第一次加载执行
  await request.get(`/basicData/orderBasicData`).then((res) => {
    if(res.code==200){
      titleSelectJson.value=deepClone(res.data)
@@ -918,8 +918,6 @@
  titleUploadData.value.project = customer[0].project
  titleUploadData.value.salesmanId = customer[0].salesmanId
  titleUploadData.value.salesman = customer[0].salesman
  //titleSelectJson.value.customer
}
const changeSaleMan = () => {
@@ -929,7 +927,6 @@
}
const area = (row) => {
  return parseFloat((row.width * row.height/1000000).toFixed(2))
}
const countArea = (row) => {
@@ -953,9 +950,6 @@
  list.forEach((item)=>{
    countMoney += parseFloat(item.grossAmount)
  })
  // otherMoney.value.forEach(item => {
  //   countMoney+=item.quantity*item.price
  // })
  return parseFloat((countMoney).toFixed(2))
}
//导入功能