Browse Source

采购报价单-报价有效期日期选择控件与其他应该一致

jingbb 4 months ago
parent
commit
429a8b98a9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/saleCode/quotation/components/quotationFormForm.vue

+ 1 - 0
src/views/saleCode/quotation/components/quotationFormForm.vue

@@ -595,6 +595,7 @@
       }
       //新增行-产品明细-选择供应商报价单
       async function addProductFromSupplier(data){
+        debugger
          //查询客户名称
         var obj = await SelectProjectModalRef.value.getCustom(data[0].inquiryProject)
         formData.quotationCustomer =obj.length==0?'':obj[0].customerId