Compare commits
2 Commits
d7473cfc2f
...
44c5943387
Author | SHA1 | Date | |
---|---|---|---|
44c5943387 | |||
e2c06ad26f |
@ -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,
|
||||||
@ -622,6 +622,10 @@
|
|||||||
color: #FFCC33;
|
color: #FFCC33;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bottom-margin {
|
||||||
|
margin-bottom: 80rpx;
|
||||||
|
}
|
||||||
|
|
||||||
/* 基础样式 */
|
/* 基础样式 */
|
||||||
.picker {
|
.picker {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user