数据修改
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
<nav-bar title="移库"></nav-bar>
|
||||
<nav-bar title="盘点"></nav-bar>
|
||||
<view class="search-confirm-wrap">
|
||||
<view class="zd-row">
|
||||
<view class="zd-row zd-col-14">
|
||||
@@ -12,7 +12,7 @@
|
||||
<button class="confirm-button" @tap="toSearch">查询</button>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd-row jcflexstart table-title_wraper">移库</view>
|
||||
<view class="zd-row jcflexstart table-title_wraper">盘点</view>
|
||||
<view class="grid-wrap">
|
||||
<view class="zdrow-wrap">
|
||||
<view class="zd-row sticky zd-th-wraper">
|
||||
|
||||
@@ -507,7 +507,8 @@
|
||||
return
|
||||
}
|
||||
try {
|
||||
let res = await easOutInBillUpdate(this.crType, this.checkData)
|
||||
let str = this.checkData.join(',')
|
||||
let res = await easOutInBillUpdate(this.crType, str)
|
||||
if (res.code === 1) {
|
||||
this.disabled1 = false
|
||||
this.checkData = []
|
||||
|
||||
@@ -78,7 +78,6 @@
|
||||
<th>收货数量</th>
|
||||
<th>收货仓库编码</th>
|
||||
<th>收货仓库名称</th>
|
||||
<th>收货库位名称</th>
|
||||
<th>件数</th>
|
||||
<th>更多</th>
|
||||
</tr>
|
||||
@@ -108,7 +107,6 @@
|
||||
</view>
|
||||
</td>
|
||||
<td>{{el.ckmc}}</td>
|
||||
<td>{{el.kwmc}}</td>
|
||||
<td>{{el.num}}</td>
|
||||
<td @tap.stop="getDetails(4,el)"><uni-icons type="more-filled" size="14" color="#fff"></uni-icons></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user