瀏覽代碼

采购报价单-单价改为数字输入框

jingbb 3 月之前
父節點
當前提交
ff3aca9383
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/purchase/purchaseQuotationFrm/PurchaseQuotationForm.data.ts

+ 1 - 1
src/views/purchase/purchaseQuotationFrm/PurchaseQuotationForm.data.ts

@@ -273,7 +273,7 @@ export const PuechaseQuotationFormProductColumns: JVxeColumn[] = [
     {
       title: '单价(price)',
       key: 'taxPrice',
-      type: JVxeTypes.input,
+      type: JVxeTypes.inputNumber,
       placeholder: '请输入${title}',
       defaultValue:'',  
       width:"200px",