| | |
| | | > |
| | | <el-form :model="form" ref="form" label-width="120px" label-suffix=":" :rules="rules" inline> |
| | | <el-form-item label="备注" prop="sysInfo"> |
| | | <el-input type="textarea" :autosize="{ minRows: 4, maxRows: 12}" v-model="form.sysInfo" placeholder="请输入备注" :maxlength="50" v-trim/> |
| | | <el-input type="textarea" :autosize="{ minRows: 4, maxRows:4 }" v-model="form.sysInfo" placeholder="请输入备注" :maxlength="50" v-trim/> |
| | | </el-form-item> |
| | | |
| | | </el-form> |
| | |
| | | this.api.orderRemark(this.form) |
| | | .then(() => { |
| | | this.visible = false |
| | | this.$tip.apiSuccess('发货成功') |
| | | this.$tip.apiSuccess('添加成功') |
| | | this.$emit('success') |
| | | }).catch(e => { |
| | | this.$tip.apiFailed(e) |