Showing
28 changed files
with
46 additions
and
41 deletions
| 1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project version="4"> | 2 | <project version="4"> |
| 3 | <component name="ChangeListManager"> | 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 | <option name="SHOW_DIALOG" value="false" /> | 5 | <option name="SHOW_DIALOG" value="false" /> |
| 8 | <option name="HIGHLIGHT_CONFLICTS" value="true" /> | 6 | <option name="HIGHLIGHT_CONFLICTS" value="true" /> |
| 9 | <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> | 7 | <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> |
| @@ -119,12 +119,12 @@ | @@ -119,12 +119,12 @@ | ||
| 119 | </uni-list-item> | 119 | </uni-list-item> |
| 120 | <uni-list-item title="不含税金额"> | 120 | <uni-list-item title="不含税金额"> |
| 121 | <template v-slot:footer> | 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 | </template> | 123 | </template> |
| 124 | </uni-list-item> | 124 | </uni-list-item> |
| 125 | <uni-list-item title="总金额"> | 125 | <uni-list-item title="总金额"> |
| 126 | <template v-slot:footer> | 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 | </template> | 128 | </template> |
| 129 | </uni-list-item> | 129 | </uni-list-item> |
| 130 | <uni-list-item title="发货日期"> | 130 | <uni-list-item title="发货日期"> |
| @@ -147,4 +147,11 @@ export default { | @@ -147,4 +147,11 @@ export default { | ||
| 147 | background: $theme-primary; | 147 | background: $theme-primary; |
| 148 | color: #fff; | 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 | </style> | 157 | </style> |
| @@ -63,7 +63,7 @@ | @@ -63,7 +63,7 @@ | ||
| 63 | <ProductRel ref="productRel" mode="add" :deliveryDate="form.orderDate" :deliveryDateBase="form.deliveryDate" @change="onProductsChange" :options="productList" /> | 63 | <ProductRel ref="productRel" mode="add" :deliveryDate="form.orderDate" :deliveryDateBase="form.deliveryDate" @change="onProductsChange" :options="productList" /> |
| 64 | <uni-list-item title="合计人民币金额(大写)"> | 64 | <uni-list-item title="合计人民币金额(大写)"> |
| 65 | <template v-slot:footer> | 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 | </template> | 67 | </template> |
| 68 | </uni-list-item> | 68 | </uni-list-item> |
| 69 | <uni-list-item title="交付定金、数额、时间"> | 69 | <uni-list-item title="交付定金、数额、时间"> |
| @@ -65,7 +65,7 @@ | @@ -65,7 +65,7 @@ | ||
| 65 | <ProductRel ref="productRel" mode="add" :deliveryDateBase="form.deliveryDate" :deliveryDate="form.orderDate" :list="productLineList" @change="onProductsChange" :options="productList" /> | 65 | <ProductRel ref="productRel" mode="add" :deliveryDateBase="form.deliveryDate" :deliveryDate="form.orderDate" :list="productLineList" @change="onProductsChange" :options="productList" /> |
| 66 | <uni-list-item title="合计人民币金额(大写)"> | 66 | <uni-list-item title="合计人民币金额(大写)"> |
| 67 | <template v-slot:footer> | 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 | disabled /> | 69 | disabled /> |
| 70 | </template> | 70 | </template> |
| 71 | </uni-list-item> | 71 | </uni-list-item> |
| @@ -124,12 +124,12 @@ | @@ -124,12 +124,12 @@ | ||
| 124 | </uni-list-item> | 124 | </uni-list-item> |
| 125 | <!-- <uni-list-item title="不含税金额"> | 125 | <!-- <uni-list-item title="不含税金额"> |
| 126 | <template v-slot:footer> | 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 | </template> | 128 | </template> |
| 129 | </uni-list-item> --> | 129 | </uni-list-item> --> |
| 130 | <uni-list-item title="总金额"> | 130 | <uni-list-item title="总金额"> |
| 131 | <template v-slot:footer> | 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 | </template> | 133 | </template> |
| 134 | </uni-list-item> | 134 | </uni-list-item> |
| 135 | <uni-list-item title="发货日期"> | 135 | <uni-list-item title="发货日期"> |
| @@ -66,7 +66,7 @@ | @@ -66,7 +66,7 @@ | ||
| 66 | @change="onProductsChange" :options="productList" /> | 66 | @change="onProductsChange" :options="productList" /> |
| 67 | <uni-list-item title="合计人民币金额(大写)"> | 67 | <uni-list-item title="合计人民币金额(大写)"> |
| 68 | <template v-slot:footer> | 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 | </template> | 70 | </template> |
| 71 | </uni-list-item> | 71 | </uni-list-item> |
| 72 | <uni-list-item title="交付定金、数额、时间"> | 72 | <uni-list-item title="交付定金、数额、时间"> |
| @@ -83,12 +83,12 @@ | @@ -83,12 +83,12 @@ | ||
| 83 | </uni-list-item> | 83 | </uni-list-item> |
| 84 | <uni-list-item title="不含税金额"> | 84 | <uni-list-item title="不含税金额"> |
| 85 | <template v-slot:footer> | 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 | </template> | 87 | </template> |
| 88 | </uni-list-item> | 88 | </uni-list-item> |
| 89 | <uni-list-item title="总金额"> | 89 | <uni-list-item title="总金额"> |
| 90 | <template v-slot:footer> | 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 | </template> | 92 | </template> |
| 93 | </uni-list-item> | 93 | </uni-list-item> |
| 94 | <uni-list-item title="发货日期"> | 94 | <uni-list-item title="发货日期"> |
| @@ -69,7 +69,7 @@ | @@ -69,7 +69,7 @@ | ||
| 69 | 69 | ||
| 70 | <uni-list-item title="合计人民币金额(大写)"> | 70 | <uni-list-item title="合计人民币金额(大写)"> |
| 71 | <template v-slot:footer> | 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 | disabled /> | 73 | disabled /> |
| 74 | </template> | 74 | </template> |
| 75 | </uni-list-item> | 75 | </uni-list-item> |
| @@ -126,12 +126,12 @@ | @@ -126,12 +126,12 @@ | ||
| 126 | </uni-list-item> | 126 | </uni-list-item> |
| 127 | <!-- <uni-list-item title="不含税金额"> | 127 | <!-- <uni-list-item title="不含税金额"> |
| 128 | <template v-slot:footer> | 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 | </template> | 130 | </template> |
| 131 | </uni-list-item> --> | 131 | </uni-list-item> --> |
| 132 | <uni-list-item title="总金额"> | 132 | <uni-list-item title="总金额"> |
| 133 | <template v-slot:footer> | 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 | </template> | 135 | </template> |
| 136 | </uni-list-item> | 136 | </uni-list-item> |
| 137 | <uni-list-item title="发货日期"> | 137 | <uni-list-item title="发货日期"> |
| @@ -64,7 +64,7 @@ | @@ -64,7 +64,7 @@ | ||
| 64 | <ProductRel ref="productRel" mode="add" :deliveryDate="form.orderDate" :deliveryDateBase="form.deliveryDate" @change="onProductsChange" :options="productList" /> | 64 | <ProductRel ref="productRel" mode="add" :deliveryDate="form.orderDate" :deliveryDateBase="form.deliveryDate" @change="onProductsChange" :options="productList" /> |
| 65 | <uni-list-item title="合计人民币金额(大写)"> | 65 | <uni-list-item title="合计人民币金额(大写)"> |
| 66 | <template v-slot:footer> | 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 | </template> | 68 | </template> |
| 69 | </uni-list-item> | 69 | </uni-list-item> |
| 70 | <uni-list-item title="交付定金、数额、时间"> | 70 | <uni-list-item title="交付定金、数额、时间"> |
| @@ -82,12 +82,12 @@ | @@ -82,12 +82,12 @@ | ||
| 82 | </uni-list-item> | 82 | </uni-list-item> |
| 83 | <!-- <uni-list-item title="不含税金额"> | 83 | <!-- <uni-list-item title="不含税金额"> |
| 84 | <template v-slot:footer> | 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 | </template> | 86 | </template> |
| 87 | </uni-list-item> --> | 87 | </uni-list-item> --> |
| 88 | <uni-list-item title="总金额"> | 88 | <uni-list-item title="总金额"> |
| 89 | <template v-slot:footer> | 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 | </template> | 91 | </template> |
| 92 | </uni-list-item> | 92 | </uni-list-item> |
| 93 | <uni-list-item title="发货日期"> | 93 | <uni-list-item title="发货日期"> |
| @@ -68,7 +68,7 @@ | @@ -68,7 +68,7 @@ | ||
| 68 | 68 | ||
| 69 | <uni-list-item title="合计人民币金额(大写)"> | 69 | <uni-list-item title="合计人民币金额(大写)"> |
| 70 | <template v-slot:footer> | 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 | disabled /> | 72 | disabled /> |
| 73 | </template> | 73 | </template> |
| 74 | </uni-list-item> | 74 | </uni-list-item> |
| @@ -124,12 +124,12 @@ | @@ -124,12 +124,12 @@ | ||
| 124 | </uni-list-item> | 124 | </uni-list-item> |
| 125 | <!-- <uni-list-item title="不含税金额"> | 125 | <!-- <uni-list-item title="不含税金额"> |
| 126 | <template v-slot:footer> | 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 | </template> | 128 | </template> |
| 129 | </uni-list-item> --> | 129 | </uni-list-item> --> |
| 130 | <uni-list-item title="总金额"> | 130 | <uni-list-item title="总金额"> |
| 131 | <template v-slot:footer> | 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 | </template> | 133 | </template> |
| 134 | </uni-list-item> | 134 | </uni-list-item> |
| 135 | <uni-list-item title="发货日期"> | 135 | <uni-list-item title="发货日期"> |
| @@ -64,7 +64,7 @@ | @@ -64,7 +64,7 @@ | ||
| 64 | <ProductRel ref="productRel" mode="add" :deliveryDateBase="form.deliveryDate" :deliveryDate="form.orderDate" @change="onProductsChange" :options="productList" :rawToProdRatioList="rawToProdRatioList" /> | 64 | <ProductRel ref="productRel" mode="add" :deliveryDateBase="form.deliveryDate" :deliveryDate="form.orderDate" @change="onProductsChange" :options="productList" :rawToProdRatioList="rawToProdRatioList" /> |
| 65 | <uni-list-item title="合计人民币金额(大写)"> | 65 | <uni-list-item title="合计人民币金额(大写)"> |
| 66 | <template v-slot:footer> | 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 | </template> | 68 | </template> |
| 69 | </uni-list-item> | 69 | </uni-list-item> |
| 70 | <uni-list-item title="交付定金、数额、时间"> | 70 | <uni-list-item title="交付定金、数额、时间"> |
| @@ -45,7 +45,7 @@ | @@ -45,7 +45,7 @@ | ||
| 45 | 45 | ||
| 46 | <uni-list-item title="合计人民币金额(大写)"> | 46 | <uni-list-item title="合计人民币金额(大写)"> |
| 47 | <template v-slot:footer> | 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 | disabled /> | 49 | disabled /> |
| 50 | </template> | 50 | </template> |
| 51 | </uni-list-item> | 51 | </uni-list-item> |
| @@ -146,12 +146,12 @@ | @@ -146,12 +146,12 @@ | ||
| 146 | </uni-list-item> | 146 | </uni-list-item> |
| 147 | <uni-list-item title="不含税金额"> | 147 | <uni-list-item title="不含税金额"> |
| 148 | <template v-slot:footer> | 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 | </template> | 150 | </template> |
| 151 | </uni-list-item> | 151 | </uni-list-item> |
| 152 | <uni-list-item title="总金额"> | 152 | <uni-list-item title="总金额"> |
| 153 | <template v-slot:footer> | 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 | </template> | 155 | </template> |
| 156 | </uni-list-item> | 156 | </uni-list-item> |
| 157 | <uni-list-item title="发货日期"> | 157 | <uni-list-item title="发货日期"> |
| @@ -60,7 +60,7 @@ | @@ -60,7 +60,7 @@ | ||
| 60 | <ProductRel ref="productRel" mode="add" :deliveryDateBase="form.deliveryDate" :deliveryDate="form.orderDate" @change="onProductsChange" :options="productList" /> | 60 | <ProductRel ref="productRel" mode="add" :deliveryDateBase="form.deliveryDate" :deliveryDate="form.orderDate" @change="onProductsChange" :options="productList" /> |
| 61 | <uni-list-item title="合计人民币金额(大写)"> | 61 | <uni-list-item title="合计人民币金额(大写)"> |
| 62 | <template v-slot:footer> | 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 | </template> | 64 | </template> |
| 65 | </uni-list-item> | 65 | </uni-list-item> |
| 66 | <uni-list-item title="交付定金、数额、时间"> | 66 | <uni-list-item title="交付定金、数额、时间"> |
| @@ -60,7 +60,7 @@ | @@ -60,7 +60,7 @@ | ||
| 60 | 60 | ||
| 61 | <uni-list-item title="合计人民币金额(大写)"> | 61 | <uni-list-item title="合计人民币金额(大写)"> |
| 62 | <template v-slot:footer> | 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 | disabled /> | 64 | disabled /> |
| 65 | </template> | 65 | </template> |
| 66 | </uni-list-item> | 66 | </uni-list-item> |
| @@ -119,12 +119,12 @@ | @@ -119,12 +119,12 @@ | ||
| 119 | </uni-list-item> | 119 | </uni-list-item> |
| 120 | <uni-list-item title="不含税金额"> | 120 | <uni-list-item title="不含税金额"> |
| 121 | <template v-slot:footer> | 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 | </template> | 123 | </template> |
| 124 | </uni-list-item> | 124 | </uni-list-item> |
| 125 | <uni-list-item title="总金额"> | 125 | <uni-list-item title="总金额"> |
| 126 | <template v-slot:footer> | 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 | </template> | 128 | </template> |
| 129 | </uni-list-item> | 129 | </uni-list-item> |
| 130 | <uni-list-item title="发货日期"> | 130 | <uni-list-item title="发货日期"> |
| @@ -58,7 +58,7 @@ | @@ -58,7 +58,7 @@ | ||
| 58 | <ProductRel ref="productRel" mode="add" :deliveryDate="form.orderDate" :deliveryDateBase="form.deliveryDate" @change="onProductsChange" :options="productList" /> | 58 | <ProductRel ref="productRel" mode="add" :deliveryDate="form.orderDate" :deliveryDateBase="form.deliveryDate" @change="onProductsChange" :options="productList" /> |
| 59 | <uni-list-item title="合计人民币金额(大写)"> | 59 | <uni-list-item title="合计人民币金额(大写)"> |
| 60 | <template v-slot:footer> | 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 | </template> | 62 | </template> |
| 63 | </uni-list-item> | 63 | </uni-list-item> |
| 64 | <uni-list-item title="交付定金、数额、时间"> | 64 | <uni-list-item title="交付定金、数额、时间"> |
| @@ -83,12 +83,12 @@ | @@ -83,12 +83,12 @@ | ||
| 83 | </uni-list-item> | 83 | </uni-list-item> |
| 84 | <uni-list-item title="不含税金额"> | 84 | <uni-list-item title="不含税金额"> |
| 85 | <template v-slot:footer> | 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 | </template> | 87 | </template> |
| 88 | </uni-list-item> | 88 | </uni-list-item> |
| 89 | <uni-list-item title="总金额"> | 89 | <uni-list-item title="总金额"> |
| 90 | <template v-slot:footer> | 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 | </template> | 92 | </template> |
| 93 | </uni-list-item> | 93 | </uni-list-item> |
| 94 | <uni-list-item title="发货日期"> | 94 | <uni-list-item title="发货日期"> |
| @@ -63,7 +63,7 @@ | @@ -63,7 +63,7 @@ | ||
| 63 | 63 | ||
| 64 | <uni-list-item title="合计人民币金额(大写)"> | 64 | <uni-list-item title="合计人民币金额(大写)"> |
| 65 | <template v-slot:footer> | 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 | disabled /> | 67 | disabled /> |
| 68 | </template> | 68 | </template> |
| 69 | </uni-list-item> | 69 | </uni-list-item> |
| @@ -119,12 +119,12 @@ | @@ -119,12 +119,12 @@ | ||
| 119 | </uni-list-item> | 119 | </uni-list-item> |
| 120 | <uni-list-item title="不含税金额"> | 120 | <uni-list-item title="不含税金额"> |
| 121 | <template v-slot:footer> | 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 | </template> | 123 | </template> |
| 124 | </uni-list-item> | 124 | </uni-list-item> |
| 125 | <uni-list-item title="总金额"> | 125 | <uni-list-item title="总金额"> |
| 126 | <template v-slot:footer> | 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 | </template> | 128 | </template> |
| 129 | </uni-list-item> | 129 | </uni-list-item> |
| 130 | <uni-list-item title="发货日期"> | 130 | <uni-list-item title="发货日期"> |
| @@ -60,7 +60,7 @@ | @@ -60,7 +60,7 @@ | ||
| 60 | <ProductRel ref="productRel" mode="add" :deliveryDate="form.orderDate" :deliveryDateBase="form.deliveryDate" @change="onProductsChange" :options="productList" /> | 60 | <ProductRel ref="productRel" mode="add" :deliveryDate="form.orderDate" :deliveryDateBase="form.deliveryDate" @change="onProductsChange" :options="productList" /> |
| 61 | <uni-list-item title="合计人民币金额(大写)"> | 61 | <uni-list-item title="合计人民币金额(大写)"> |
| 62 | <template v-slot:footer> | 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 | </template> | 64 | </template> |
| 65 | </uni-list-item> | 65 | </uni-list-item> |
| 66 | <uni-list-item title="交付定金、数额、时间"> | 66 | <uni-list-item title="交付定金、数额、时间"> |
| @@ -82,12 +82,12 @@ | @@ -82,12 +82,12 @@ | ||
| 82 | </uni-list-item> | 82 | </uni-list-item> |
| 83 | <uni-list-item title="不含税金额"> | 83 | <uni-list-item title="不含税金额"> |
| 84 | <template v-slot:footer> | 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 | </template> | 86 | </template> |
| 87 | </uni-list-item> | 87 | </uni-list-item> |
| 88 | <uni-list-item title="总金额"> | 88 | <uni-list-item title="总金额"> |
| 89 | <template v-slot:footer> | 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 | </template> | 91 | </template> |
| 92 | </uni-list-item> | 92 | </uni-list-item> |
| 93 | <uni-list-item title="发货日期"> | 93 | <uni-list-item title="发货日期"> |
| @@ -60,7 +60,7 @@ | @@ -60,7 +60,7 @@ | ||
| 60 | 60 | ||
| 61 | <uni-list-item title="合计人民币金额(大写)"> | 61 | <uni-list-item title="合计人民币金额(大写)"> |
| 62 | <template v-slot:footer> | 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 | disabled /> | 64 | disabled /> |
| 65 | </template> | 65 | </template> |
| 66 | </uni-list-item> | 66 | </uni-list-item> |
| @@ -119,12 +119,12 @@ | @@ -119,12 +119,12 @@ | ||
| 119 | </uni-list-item> | 119 | </uni-list-item> |
| 120 | <uni-list-item title="不含税金额"> | 120 | <uni-list-item title="不含税金额"> |
| 121 | <template v-slot:footer> | 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 | </template> | 123 | </template> |
| 124 | </uni-list-item> | 124 | </uni-list-item> |
| 125 | <uni-list-item title="总金额"> | 125 | <uni-list-item title="总金额"> |
| 126 | <template v-slot:footer> | 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 | </template> | 128 | </template> |
| 129 | </uni-list-item> | 129 | </uni-list-item> |
| 130 | <uni-list-item title="发货日期"> | 130 | <uni-list-item title="发货日期"> |