| | |
| | | <!-- </el-form-item> --> |
| | | </el-form> |
| | | <el-button type="primary" @click="addItem"> |
| | | æ·»å è¾å
¥æ¡ |
| | | æ·»å ç©æ |
| | | </el-button> |
| | | </template> |
| | | |
| | |
| | | jsonData: JSON.parse(JSON.stringify(this.formData.items)), |
| | | palletCode: this.palletCode, |
| | | } |
| | | |
| | | }; |
| | | |
| | | |
| | | this.http.post("/api/BoxingInfo/AddBoxingInfo", params, true).then((x) => { |
| | | if (!x.status) { |
| | |
| | | } else { |
| | | this.$Message.success("æå"); |
| | | this.palletCode = ''; |
| | | this.formData.items = []; |
| | | this.formData.items = [{ MaterilName: '' }, { num: '' }]; |
| | | this.show = false; |
| | | $vue.refresh(); |
| | | } |