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