diff --git a/project/xumu/AppImmunityManage/AppImmunityManage.vue b/project/xumu/AppImmunityManage/AppImmunityManage.vue new file mode 100644 index 00000000..862f4c95 --- /dev/null +++ b/project/xumu/AppImmunityManage/AppImmunityManage.vue @@ -0,0 +1,35 @@ + + + + + diff --git a/project/xumu/AppImmunityManage/add.vue b/project/xumu/AppImmunityManage/add.vue new file mode 100644 index 00000000..7a1f616f --- /dev/null +++ b/project/xumu/AppImmunityManage/add.vue @@ -0,0 +1,200 @@ + + + + + diff --git a/project/xumu/AppImmunityManage/list.vue b/project/xumu/AppImmunityManage/list.vue new file mode 100644 index 00000000..1bd74b87 --- /dev/null +++ b/project/xumu/AppImmunityManage/list.vue @@ -0,0 +1,106 @@ + + + + + diff --git a/project/xumu/AppWeightManage/add.vue b/project/xumu/AppWeightManage/add.vue index ef9b8d2a..cf73d3e9 100644 --- a/project/xumu/AppWeightManage/add.vue +++ b/project/xumu/AppWeightManage/add.vue @@ -61,7 +61,8 @@ export default { }, submit() { this.$refs.detail.validate().then(() => { - this.instance.post("/api/breed/weight/addOrEdit", this.detail).then(res => { + this.form.biochipEarNumber = this.detail.biochipEarNumber + this.instance.post("/api/breed/weight/addOrEdit", this.form).then(res => { if (res?.code == 0) { this.dialog = false this.getDetail() diff --git a/project/xumu/AppWeightManage/list.vue b/project/xumu/AppWeightManage/list.vue index b68b1ee9..4443cc4c 100644 --- a/project/xumu/AppWeightManage/list.vue +++ b/project/xumu/AppWeightManage/list.vue @@ -81,7 +81,7 @@ export default { -