Browse Source

销售订单-金额不可编辑

jingbb 3 months ago
parent
commit
b5bb74a3c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/purchase/purchaseOrder/PurchaseOrderForm.data.ts

+ 1 - 1
src/views/purchase/purchaseOrder/PurchaseOrderForm.data.ts

@@ -299,7 +299,7 @@ export const purchaseOrderProductColumns: JVxeColumn[] = [
     {
       title: '金额(money)',
       key: 'taxAmount',
-      type: JVxeTypes.inputNumber,
+      type: JVxeTypes.normal,
       width:"200px",
       placeholder: '请输入${title}',
       defaultValue:'',