| | |
| | | > |
| | | <div class="label">授权数量</div> |
| | | <el-input-number |
| | | v-model="cartItem.chCount" |
| | | @change="handleChangeCh" |
| | | :disabled="!data.hasChUnitPrice" |
| | | size="small" |
| | | :min="1" |
| | | :max="16" |
| | | label="描述文字" |
| | | ></el-input-number> |
| | | <span class="desText">最大支持16路</span> |
| | | <el-input-number |
| | | v-model="cartItem.authCount" |
| | | @change="handleChangeAuth" |
| | | :disabled="!data.hasAuthPrice" |
| | |
| | | payMethod: 0, |
| | | products, |
| | | status: 0, |
| | | userId: JSON.parse(sessionStorage.getItem("userInfo")).id, |
| | | }).then((res) => { |
| | | if (res.success) { |
| | | this.orderId = res.data.orderId; |