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 { - diff --git a/project/xumu/components/AiEartagPicker.vue b/project/xumu/components/AiEartagPicker.vue new file mode 100644 index 00000000..1157eb30 --- /dev/null +++ b/project/xumu/components/AiEartagPicker.vue @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + diff --git a/ui/packages/basic/AiInput.vue b/ui/packages/basic/AiInput.vue new file mode 100644 index 00000000..157dae7d --- /dev/null +++ b/ui/packages/basic/AiInput.vue @@ -0,0 +1,26 @@ + + + + + $emit('input', v)" clearable autofocus/> + + + + +