diff --git a/project/xumu/AppSellApply/AppSellApply.vue b/project/xumu/AppSellApply/AppSellApply.vue new file mode 100644 index 00000000..f5f10420 --- /dev/null +++ b/project/xumu/AppSellApply/AppSellApply.vue @@ -0,0 +1,35 @@ + + + + + + + + + diff --git a/project/xumu/AppSellApply/add.vue b/project/xumu/AppSellApply/add.vue new file mode 100644 index 00000000..621f1237 --- /dev/null +++ b/project/xumu/AppSellApply/add.vue @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + detail.detailList=v" :instance="instance" + :action="`/api/sell/apply/getClaimEarNumberList?contractNo=${detail.contractNo}`"> + 选择 + + + + + + + 只能上传JPG/PNG文件,且不超过2M,一次最多5张 + + + + + + + + + + + 提交 + + 返回 + + + + + diff --git a/project/xumu/AppSellApply/list.vue b/project/xumu/AppSellApply/list.vue new file mode 100644 index 00000000..dcbf7b89 --- /dev/null +++ b/project/xumu/AppSellApply/list.vue @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + 出栏申请 + + 查看 + + + + + + + + diff --git a/project/xumu/components/AiEartagPicker.vue b/project/xumu/components/AiEartagPicker.vue index 1f3b4403..6b5d37aa 100644 --- a/project/xumu/components/AiEartagPicker.vue +++ b/project/xumu/components/AiEartagPicker.vue @@ -33,7 +33,6 @@ export default { url += `?penId=${this.penId}` } !/undefined/.test(url) && this.instance.post(url).then(res => { - console.log(res) if (res?.data) { this.list = res.data }