ymy 2 년 전
부모
커밋
0126e7683d
1개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 8 8
      src/views/oms/order/components/addOrder.vue

+ 8 - 8
src/views/oms/order/components/addOrder.vue

@@ -482,28 +482,28 @@ export default class AddOrder extends Vue {
             placeholder:'发票类型',
             clearable:true,
             data:[{
-              value: '1',
+              value: '个人电子普通',
               label: '个人电子普通'
             }, {
-              value: '2',
+              value: '单位电子普通',
               label: '单位电子普通'
             }, {
-              value: '3',
+              value: '个人纸质普通',
               label: '个人纸质普通'
             }, {
-              value: '4',
+              value: '单位纸质普通',
               label: '单位纸质普通'
             }, {
-              value: '5',
+              value: '个人电子增值税',
               label: '个人电子增值税'
             }, {
-              value: '6',
+              value: '单位电子增值税',
               label: '单位电子增值税'
             }, {
-              value: '7',
+              value: '个人纸质增值税',
               label: '个人纸质增值税'
             }, {
-              value: '8',
+              value: '单位纸质增值税',
               label: '单位纸质增值税'
             }]
           }