Commit 3429c884692bf62dd9c4b9fb3db4a680d6f49588

Authored by 史婷婷
1 parent c8d53db3

feat: 所有地方placeholder="自动计算" 去掉

1 1 <?xml version="1.0" encoding="UTF-8"?>
2 2 <project version="4">
3 3 <component name="ChangeListManager">
4   - <list default="true" id="22e3db16-f3f9-44cc-b7ca-0b5f75df2820" name="Changes" comment="">
5   - <change beforePath="$PROJECT_DIR$/pages/change_list/product.vue" beforeDir="false" afterPath="$PROJECT_DIR$/pages/change_list/product.vue" afterDir="false" />
6   - </list>
  4 + <list default="true" id="22e3db16-f3f9-44cc-b7ca-0b5f75df2820" name="Changes" comment="" />
7 5 <option name="SHOW_DIALOG" value="false" />
8 6 <option name="HIGHLIGHT_CONFLICTS" value="true" />
9 7 <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
... ...
... ... @@ -119,12 +119,12 @@
119 119 </uni-list-item>
120 120 <uni-list-item title="不含税金额">
121 121 <template v-slot:footer>
122   - <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  122 + <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="" />
123 123 </template>
124 124 </uni-list-item>
125 125 <uni-list-item title="总金额">
126 126 <template v-slot:footer>
127   - <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  127 + <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="" />
128 128 </template>
129 129 </uni-list-item>
130 130 <uni-list-item title="发货日期">
... ...
... ... @@ -147,4 +147,11 @@ export default {
147 147 background: $theme-primary;
148 148 color: #fff;
149 149 }
  150 +
  151 +.uni-input-placeholder, .uni-input-input {
  152 + font-size: 32rpx !important;
  153 +}
  154 +.uni-input-placeholder {
  155 + color: rgba(0, 0, 0, 0.4) !important;
  156 +}
150 157 </style>
\ No newline at end of file
... ...
... ... @@ -63,7 +63,7 @@
63 63 <ProductRel ref="productRel" mode="add" :deliveryDate="form.orderDate" :deliveryDateBase="form.deliveryDate" @change="onProductsChange" :options="productList" />
64 64 <uni-list-item title="合计人民币金额(大写)">
65 65 <template v-slot:footer>
66   - <uni-easyinput v-model="form.totalAmountCapital" placeholder="自动计算" :inputBorder="false" disabled />
  66 + <uni-easyinput v-model="form.totalAmountCapital" placeholder="" :inputBorder="false" disabled />
67 67 </template>
68 68 </uni-list-item>
69 69 <uni-list-item title="交付定金、数额、时间">
... ...
... ... @@ -65,7 +65,7 @@
65 65 <ProductRel ref="productRel" mode="add" :deliveryDateBase="form.deliveryDate" :deliveryDate="form.orderDate" :list="productLineList" @change="onProductsChange" :options="productList" />
66 66 <uni-list-item title="合计人民币金额(大写)">
67 67 <template v-slot:footer>
68   - <uni-easyinput v-model="form.totalAmountCapital" placeholder="自动计算" :inputBorder="false"
  68 + <uni-easyinput v-model="form.totalAmountCapital" placeholder="" :inputBorder="false"
69 69 disabled />
70 70 </template>
71 71 </uni-list-item>
... ...
... ... @@ -124,12 +124,12 @@
124 124 </uni-list-item>
125 125 <!-- <uni-list-item title="不含税金额">
126 126 <template v-slot:footer>
127   - <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  127 + <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="" />
128 128 </template>
129 129 </uni-list-item> -->
130 130 <uni-list-item title="总金额">
131 131 <template v-slot:footer>
132   - <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  132 + <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="" />
133 133 </template>
134 134 </uni-list-item>
135 135 <uni-list-item title="发货日期">
... ...
... ... @@ -66,7 +66,7 @@
66 66 @change="onProductsChange" :options="productList" />
67 67 <uni-list-item title="合计人民币金额(大写)">
68 68 <template v-slot:footer>
69   - <uni-easyinput v-model="form.totalAmountCapital" placeholder="自动计算" :inputBorder="false" disabled />
  69 + <uni-easyinput v-model="form.totalAmountCapital" placeholder="" :inputBorder="false" disabled />
70 70 </template>
71 71 </uni-list-item>
72 72 <uni-list-item title="交付定金、数额、时间">
... ...
... ... @@ -83,12 +83,12 @@
83 83 </uni-list-item>
84 84 <uni-list-item title="不含税金额">
85 85 <template v-slot:footer>
86   - <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  86 + <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="" />
87 87 </template>
88 88 </uni-list-item>
89 89 <uni-list-item title="总金额">
90 90 <template v-slot:footer>
91   - <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  91 + <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="" />
92 92 </template>
93 93 </uni-list-item>
94 94 <uni-list-item title="发货日期">
... ...
... ... @@ -69,7 +69,7 @@
69 69
70 70 <uni-list-item title="合计人民币金额(大写)">
71 71 <template v-slot:footer>
72   - <uni-easyinput v-model="form.totalAmountCapital" placeholder="自动计算" :inputBorder="false"
  72 + <uni-easyinput v-model="form.totalAmountCapital" placeholder="" :inputBorder="false"
73 73 disabled />
74 74 </template>
75 75 </uni-list-item>
... ...
... ... @@ -126,12 +126,12 @@
126 126 </uni-list-item>
127 127 <!-- <uni-list-item title="不含税金额">
128 128 <template v-slot:footer>
129   - <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  129 + <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="" />
130 130 </template>
131 131 </uni-list-item> -->
132 132 <uni-list-item title="总金额">
133 133 <template v-slot:footer>
134   - <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  134 + <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="" />
135 135 </template>
136 136 </uni-list-item>
137 137 <uni-list-item title="发货日期">
... ...
... ... @@ -64,7 +64,7 @@
64 64 <ProductRel ref="productRel" mode="add" :deliveryDate="form.orderDate" :deliveryDateBase="form.deliveryDate" @change="onProductsChange" :options="productList" />
65 65 <uni-list-item title="合计人民币金额(大写)">
66 66 <template v-slot:footer>
67   - <uni-easyinput v-model="form.totalAmountCapital" placeholder="自动计算" :inputBorder="false" disabled />
  67 + <uni-easyinput v-model="form.totalAmountCapital" placeholder="" :inputBorder="false" disabled />
68 68 </template>
69 69 </uni-list-item>
70 70 <uni-list-item title="交付定金、数额、时间">
... ...
... ... @@ -82,12 +82,12 @@
82 82 </uni-list-item>
83 83 <!-- <uni-list-item title="不含税金额">
84 84 <template v-slot:footer>
85   - <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  85 + <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="" />
86 86 </template>
87 87 </uni-list-item> -->
88 88 <uni-list-item title="总金额">
89 89 <template v-slot:footer>
90   - <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  90 + <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="" />
91 91 </template>
92 92 </uni-list-item>
93 93 <uni-list-item title="发货日期">
... ...
... ... @@ -68,7 +68,7 @@
68 68
69 69 <uni-list-item title="合计人民币金额(大写)">
70 70 <template v-slot:footer>
71   - <uni-easyinput v-model="form.totalAmountCapital" placeholder="自动计算" :inputBorder="false"
  71 + <uni-easyinput v-model="form.totalAmountCapital" placeholder="" :inputBorder="false"
72 72 disabled />
73 73 </template>
74 74 </uni-list-item>
... ...
... ... @@ -124,12 +124,12 @@
124 124 </uni-list-item>
125 125 <!-- <uni-list-item title="不含税金额">
126 126 <template v-slot:footer>
127   - <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  127 + <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="" />
128 128 </template>
129 129 </uni-list-item> -->
130 130 <uni-list-item title="总金额">
131 131 <template v-slot:footer>
132   - <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  132 + <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="" />
133 133 </template>
134 134 </uni-list-item>
135 135 <uni-list-item title="发货日期">
... ...
... ... @@ -64,7 +64,7 @@
64 64 <ProductRel ref="productRel" mode="add" :deliveryDateBase="form.deliveryDate" :deliveryDate="form.orderDate" @change="onProductsChange" :options="productList" :rawToProdRatioList="rawToProdRatioList" />
65 65 <uni-list-item title="合计人民币金额(大写)">
66 66 <template v-slot:footer>
67   - <uni-easyinput v-model="form.totalAmountCapital" placeholder="自动计算" :inputBorder="false" disabled />
  67 + <uni-easyinput v-model="form.totalAmountCapital" placeholder="" :inputBorder="false" disabled />
68 68 </template>
69 69 </uni-list-item>
70 70 <uni-list-item title="交付定金、数额、时间">
... ...
... ... @@ -45,7 +45,7 @@
45 45
46 46 <uni-list-item title="合计人民币金额(大写)">
47 47 <template v-slot:footer>
48   - <uni-easyinput v-model="form.totalAmountCapital" placeholder="自动计算" :inputBorder="false"
  48 + <uni-easyinput v-model="form.totalAmountCapital" placeholder="" :inputBorder="false"
49 49 disabled />
50 50 </template>
51 51 </uni-list-item>
... ...
... ... @@ -146,12 +146,12 @@
146 146 </uni-list-item>
147 147 <uni-list-item title="不含税金额">
148 148 <template v-slot:footer>
149   - <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  149 + <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="" />
150 150 </template>
151 151 </uni-list-item>
152 152 <uni-list-item title="总金额">
153 153 <template v-slot:footer>
154   - <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  154 + <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="" />
155 155 </template>
156 156 </uni-list-item>
157 157 <uni-list-item title="发货日期">
... ...
... ... @@ -60,7 +60,7 @@
60 60 <ProductRel ref="productRel" mode="add" :deliveryDateBase="form.deliveryDate" :deliveryDate="form.orderDate" @change="onProductsChange" :options="productList" />
61 61 <uni-list-item title="合计人民币金额(大写)">
62 62 <template v-slot:footer>
63   - <uni-easyinput v-model="form.totalAmountCapital" placeholder="自动计算" :inputBorder="false" disabled />
  63 + <uni-easyinput v-model="form.totalAmountCapital" placeholder="" :inputBorder="false" disabled />
64 64 </template>
65 65 </uni-list-item>
66 66 <uni-list-item title="交付定金、数额、时间">
... ...
... ... @@ -60,7 +60,7 @@
60 60
61 61 <uni-list-item title="合计人民币金额(大写)">
62 62 <template v-slot:footer>
63   - <uni-easyinput v-model="form.totalAmountCapital" placeholder="自动计算" :inputBorder="false"
  63 + <uni-easyinput v-model="form.totalAmountCapital" placeholder="" :inputBorder="false"
64 64 disabled />
65 65 </template>
66 66 </uni-list-item>
... ...
... ... @@ -119,12 +119,12 @@
119 119 </uni-list-item>
120 120 <uni-list-item title="不含税金额">
121 121 <template v-slot:footer>
122   - <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  122 + <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="" />
123 123 </template>
124 124 </uni-list-item>
125 125 <uni-list-item title="总金额">
126 126 <template v-slot:footer>
127   - <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  127 + <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="" />
128 128 </template>
129 129 </uni-list-item>
130 130 <uni-list-item title="发货日期">
... ...
... ... @@ -58,7 +58,7 @@
58 58 <ProductRel ref="productRel" mode="add" :deliveryDate="form.orderDate" :deliveryDateBase="form.deliveryDate" @change="onProductsChange" :options="productList" />
59 59 <uni-list-item title="合计人民币金额(大写)">
60 60 <template v-slot:footer>
61   - <uni-easyinput v-model="form.totalAmountCapital" placeholder="自动计算" :inputBorder="false" disabled />
  61 + <uni-easyinput v-model="form.totalAmountCapital" placeholder="" :inputBorder="false" disabled />
62 62 </template>
63 63 </uni-list-item>
64 64 <uni-list-item title="交付定金、数额、时间">
... ...
... ... @@ -83,12 +83,12 @@
83 83 </uni-list-item>
84 84 <uni-list-item title="不含税金额">
85 85 <template v-slot:footer>
86   - <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  86 + <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="" />
87 87 </template>
88 88 </uni-list-item>
89 89 <uni-list-item title="总金额">
90 90 <template v-slot:footer>
91   - <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  91 + <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="" />
92 92 </template>
93 93 </uni-list-item>
94 94 <uni-list-item title="发货日期">
... ...
... ... @@ -63,7 +63,7 @@
63 63
64 64 <uni-list-item title="合计人民币金额(大写)">
65 65 <template v-slot:footer>
66   - <uni-easyinput v-model="form.totalAmountCapital" placeholder="自动计算" :inputBorder="false"
  66 + <uni-easyinput v-model="form.totalAmountCapital" placeholder="" :inputBorder="false"
67 67 disabled />
68 68 </template>
69 69 </uni-list-item>
... ...
... ... @@ -119,12 +119,12 @@
119 119 </uni-list-item>
120 120 <uni-list-item title="不含税金额">
121 121 <template v-slot:footer>
122   - <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  122 + <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="" />
123 123 </template>
124 124 </uni-list-item>
125 125 <uni-list-item title="总金额">
126 126 <template v-slot:footer>
127   - <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  127 + <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="" />
128 128 </template>
129 129 </uni-list-item>
130 130 <uni-list-item title="发货日期">
... ...
... ... @@ -60,7 +60,7 @@
60 60 <ProductRel ref="productRel" mode="add" :deliveryDate="form.orderDate" :deliveryDateBase="form.deliveryDate" @change="onProductsChange" :options="productList" />
61 61 <uni-list-item title="合计人民币金额(大写)">
62 62 <template v-slot:footer>
63   - <uni-easyinput v-model="form.totalAmountCapital" placeholder="自动计算" :inputBorder="false" disabled />
  63 + <uni-easyinput v-model="form.totalAmountCapital" placeholder="" :inputBorder="false" disabled />
64 64 </template>
65 65 </uni-list-item>
66 66 <uni-list-item title="交付定金、数额、时间">
... ...
... ... @@ -82,12 +82,12 @@
82 82 </uni-list-item>
83 83 <uni-list-item title="不含税金额">
84 84 <template v-slot:footer>
85   - <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  85 + <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="" />
86 86 </template>
87 87 </uni-list-item>
88 88 <uni-list-item title="总金额">
89 89 <template v-slot:footer>
90   - <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  90 + <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="" />
91 91 </template>
92 92 </uni-list-item>
93 93 <uni-list-item title="发货日期">
... ...
... ... @@ -60,7 +60,7 @@
60 60
61 61 <uni-list-item title="合计人民币金额(大写)">
62 62 <template v-slot:footer>
63   - <uni-easyinput v-model="form.totalAmountCapital" placeholder="自动计算" :inputBorder="false"
  63 + <uni-easyinput v-model="form.totalAmountCapital" placeholder="" :inputBorder="false"
64 64 disabled />
65 65 </template>
66 66 </uni-list-item>
... ...
... ... @@ -119,12 +119,12 @@
119 119 </uni-list-item>
120 120 <uni-list-item title="不含税金额">
121 121 <template v-slot:footer>
122   - <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  122 + <uni-easyinput v-model="item.amountExcludingTax" type="number" :inputBorder="false" disabled placeholder="" />
123 123 </template>
124 124 </uni-list-item>
125 125 <uni-list-item title="总金额">
126 126 <template v-slot:footer>
127   - <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="自动计算" />
  127 + <uni-easyinput v-model="item.totalAmount" type="number" :inputBorder="false" disabled placeholder="" />
128 128 </template>
129 129 </uni-list-item>
130 130 <uni-list-item title="发货日期">
... ...