| | |
| | | <template #content> |
| | | <el-form ref="form" :model="form" label-width="90px"> |
| | | <el-form-item label="æå°ä¸ªæ°"> |
| | | <el-input type="text" v-model="this.num" ></el-input> |
| | | <el-input type="text" v-model="this.num"></el-input> |
| | | </el-form-item> |
| | | </el-form> |
| | | </template> |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | num: 0, |
| | | num: 1, |
| | | show: false, |
| | | }; |
| | | }, |
| | |
| | | }, |
| | | submit() { |
| | | this.$emit("parentCall", ($vue) => { |
| | | |
| | | this.http.post("api/InboundOrder/PrintPalletCode?num="+this.num, "").then((x) => { |
| | | |
| | | this.http.post("api/InboundOrder/PrintPalletCode?num=" + this.num, "", "æ°æ®å¤çä¸...").then((x) => { |
| | | if (!x.status) { |
| | | this.$message.error(x.message); |
| | | } else { |