Compare commits
2 Commits
e3d21be7c6
...
cc3e1a5b64
Author | SHA1 | Date | |
---|---|---|---|
cc3e1a5b64 | |||
c4021f4cd0 |
@ -2,7 +2,7 @@
|
|||||||
"name" : "ziWms",
|
"name" : "ziWms",
|
||||||
"appid" : "__UNI__3FD43E0",
|
"appid" : "__UNI__3FD43E0",
|
||||||
"description" : "WMS系统",
|
"description" : "WMS系统",
|
||||||
"versionName" : "1.1.2",
|
"versionName" : "1.1.6",
|
||||||
"versionCode" : 125,
|
"versionCode" : 125,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
|
@ -845,6 +845,7 @@
|
|||||||
this.opCode = "";
|
this.opCode = "";
|
||||||
this.MATERIALPACKINGNAME = "";
|
this.MATERIALPACKINGNAME = "";
|
||||||
this.BoxListInfo = [];
|
this.BoxListInfo = [];
|
||||||
|
this.sumList = [];
|
||||||
this.RECEIVEACTNO = "";
|
this.RECEIVEACTNO = "";
|
||||||
this.MATERIALSPECNAME = "";
|
this.MATERIALSPECNAME = "";
|
||||||
this.PHASE = "";
|
this.PHASE = "";
|
||||||
|
@ -87,7 +87,6 @@
|
|||||||
<text class="card-description"> 数量: {{ item.MATERIALQUANTITY }} {{ item.UNIT }}</text>
|
<text class="card-description"> 数量: {{ item.MATERIALQUANTITY }} {{ item.UNIT }}</text>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="button-group" style="margin: 5rpx; align: center;">
|
<div class="button-group" style="margin: 5rpx; align: center;">
|
||||||
<u-button type="primary" size="mini" @click="deleteItem(item, index)">删除</u-button>
|
<u-button type="primary" size="mini" @click="deleteItem(item, index)">删除</u-button>
|
||||||
</div>
|
</div>
|
||||||
@ -602,7 +601,7 @@
|
|||||||
opcode: this.opCode,
|
opcode: this.opCode,
|
||||||
commitDate: this.commitDate
|
commitDate: this.commitDate
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.success) {
|
if (res.data.success || res.data.code == 200) {
|
||||||
this.opCode = '';
|
this.opCode = '';
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
if (this.value == 'true') {
|
if (this.value == 'true') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user