Compare commits

...

2 Commits

2 changed files with 8 additions and 4 deletions

View File

@ -100,7 +100,7 @@
<zb-table style="padding-bottom: 200upx;" ref="zbTable" :show-header="true" :columns="column" :stripe="true" <zb-table style="padding-bottom: 200upx;" ref="zbTable" :show-header="true" :columns="column" :stripe="true"
:fit="true" :highlight="true" :border="true" :data="BoxListInfo" @dele="del"></zb-table> :fit="true" :highlight="true" :border="true" :data="BoxListInfo" @dele="del"></zb-table>
<view class="tabbar_bottom"> <view class="tabbar_bottom bottom-margin">
<u-input v-if="false" v-model="opCode" /> <u-input v-if="false" v-model="opCode" />
<uni-datetime-picker style="align-items: center;" type="date" :clear-icon="false" v-model="commitDate" <uni-datetime-picker style="align-items: center;" type="date" :clear-icon="false" v-model="commitDate"
@maskClick="maskClick" /> @maskClick="maskClick" />
@ -468,7 +468,7 @@
} }
// console.log(this.barCodeArr1) // console.log(this.barCodeArr1)
let a = uni.getStorageSync('userid') let a = uni.getStorageSync('userid')
await this.$MyRequest('/location/AnalyStockBarCode', { await this.$MyRequest('/api/location/AnalyStockBarCode', {
MATERIALPACKINGNAME: this.MATERIALPACKINGNAME1, MATERIALPACKINGNAME: this.MATERIALPACKINGNAME1,
erpFactory: this.ERPFACTORY, erpFactory: this.ERPFACTORY,
erpLocation: this.ERPLOCATION, erpLocation: this.ERPLOCATION,
@ -569,7 +569,7 @@
opcode: this.opCode, opcode: this.opCode,
user: this.userId user: this.userId
}).then((res) => { }).then((res) => {
this.$MyRequest('/location/CommitMove1', { this.$MyRequest('/api/location/CommitMove1', {
body: this.BoxListInfo, body: this.BoxListInfo,
user: this.userId, user: this.userId,
time: this.commitDate, time: this.commitDate,
@ -621,6 +621,10 @@
switch { switch {
color: #FFCC33; color: #FFCC33;
} }
.bottom-margin {
margin-bottom: 80rpx;
}
/* 基础样式 */ /* 基础样式 */
.picker { .picker {

View File

@ -1,6 +1,6 @@
<template> <template>
<view style="margin: 10rpx;"> <view style="margin: 10rpx;">
<u-navbar back-text="返回" title="退入库" :background="background"></u-navbar> <u-navbar back-text="返回" title="退入库" :background="background"></u-navbar>
<u-form ref="testForm"> <u-form ref="testForm">
<!-- <u-row align="left" style="margin-left: 54rpx;margin-top: 20rpx"> <!-- <u-row align="left" style="margin-left: 54rpx;margin-top: 20rpx">
<u-col style="display: contents;"><label>组织:</label> </u-col> <u-col style="display: contents;"><label>组织:</label> </u-col>