Commit 87614119 authored by wangwenjie's avatar wangwenjie

接口对接

parent cf9ed8a7
...@@ -85,10 +85,6 @@ ...@@ -85,10 +85,6 @@
<van-icon name="scan" /> <van-icon name="scan" />
扫码确认 扫码确认
</van-button> </van-button>
<van-button plain class="query-btn" type="default">
<van-icon name="revoke" />
返回件码列表
</van-button>
</div> </div>
</div> </div>
</template> </template>
......
...@@ -67,16 +67,6 @@ ...@@ -67,16 +67,6 @@
</div> </div>
</div> </div>
</div> </div>
<div class="btn-container">
<van-button plain @click="gousearch()" style="background: #07C160;color: #ffffff;" class="query-btn" type="success">
<van-icon name="browsing-history-o" />
查看件码详情
</van-button>
<van-button plain @click="gousearch()" class="query-btn query-btns" type="success">
<van-icon name="revoke" />
返回扫码
</van-button>
</div>
</template> </template>
<script> <script>
...@@ -95,34 +85,11 @@ export default { ...@@ -95,34 +85,11 @@ export default {
let qrCode = getStringByTwo(res) let qrCode = getStringByTwo(res)
this.gousearch(qrCode); this.gousearch(qrCode);
}); });
// this.gousearch("HTTPS://Y2WM.CN/99.1000.1/AC1018057002RNML006WBJKF44NFOVEJE")//测试代码
}, },
data() { data() {
return { return {
qrCodeH:{}, qrCodeH:{},
data: [ data: [],
{
qrCode: "TM00123456789",
type: 20, // 条码
status: 10, // 正常
generateTime: "2024-08-29 ",
boxBarProductLineDeviceCode: "BXBSB001",
boxBarProductLineName: "盒条产线",
codingDateStr: "2024-08-29",
BrandId: 1,
},
{
qrCode: "HM987654321098",
type: 30, // 盒码
status: 20, // 异常
generateTime: "2024-08-29 ",
boxBarProductLineDeviceCode: "BXBSB002",
boxBarProductLineName: "盒条产线",
codingDateStr: "2024-08-29",
BrandId: 1,
},
],
}; };
}, },
methods: { methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment