出库
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { getMachines, getGroups, getTable } from '@/api/Inventory/StockInquiry'
|
||||
import { getMachines, getGroups, getTable } from '@/api/Inventory/OutPartSelect'
|
||||
|
||||
export default {
|
||||
data() {
|
||||
@@ -165,9 +165,6 @@ export default {
|
||||
if (response.data.total === 0) {
|
||||
this.listLoading1 = false
|
||||
} else {
|
||||
// for (let i = 0; i < response.data.rows.length; i++) {
|
||||
// response.data.rows[i].入库时间 = response.data.rows[i].入库时间.split(' ')[0]
|
||||
// }
|
||||
this.tableData1 = response.data.rows
|
||||
this.total = response.data.total
|
||||
this.listLoading1 = false
|
||||
|
||||
Reference in New Issue
Block a user