Browse Source

修复按合同号不显示列表

myd
13208366016 1 year ago
parent
commit
a94c085d22
  1. 4
      config/host.js
  2. 12
      pages.json
  3. 6
      pagesTask/pages/contracts/contracts.vue

4
config/host.js

@ -12,9 +12,9 @@
// tjj
// const devhost = 'http://192.168.10.29:13000/'
// cyz
// const devhost = 'http://192.168.10.75:8777/'
const devhost = 'http://192.168.10.75:8777/'
// 正式
const devhost = 'http://h5uapi.huitongys.com/'
// const devhost = 'http://h5uapi.huitongys.com/'
// cg
// const devhost='http://192.168.10.200:8888/'
/**

12
pages.json

@ -1272,12 +1272,12 @@
// "selectedIconPath": "/static/TabberIcon/icon3check.png",
// "text": "报表"
// },
// {
// "pagePath": "pages/news/news",
// "iconPath": "/static/TabberIcon/icon4.png",
// "selectedIconPath": "/static/TabberIcon/icon4check.png",
// "text": "消息"
// },
{
"pagePath": "pages/news/news",
"iconPath": "/static/TabberIcon/icon4.png",
"selectedIconPath": "/static/TabberIcon/icon4check.png",
"text": "消息"
},
{
"pagePath": "pages/user/user",
"iconPath": "/static/TabberIcon/icon5.png",

6
pagesTask/pages/contracts/contracts.vue

@ -72,9 +72,6 @@
</template>
</view>
</view>
</template>
<template>
<!-- 列表 -->
<scroll-view class="scvmabx" @scrolltolower="reachBottomInitPage" scroll-y="true" @touchmove.stop>
<!-- 按库位盘点 -->
@ -220,8 +217,6 @@
</template>
</scroll-view>
</template>
</BasicContainer>
<!-- 提交 -->
<button @click="submitCheck" class="submitButton" type="primary">提交盘点</button>
@ -463,6 +458,7 @@
//
function Tjinfo() {
console.log(infos.value.orderCode,'infos.value.orderCode');
const FormData = {
warehouseId: infos.value.warehouseId,
taskId: infos.value.taskId,

Loading…
Cancel
Save