Browse Source

发票类型调整

sangwenwei 8 months ago
parent
commit
e4eb3eb5f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/cw/invoice/InvoiceFormTask.vue

+ 1 - 1
src/views/cw/invoice/InvoiceFormTask.vue

@@ -321,7 +321,7 @@
               placeholder="请填写发票金额"
               maxlength="15"
               v-model="inputForm.accountTotal"
-
+			  :disabled="true"
             >
 
             </el-input>