|
|
|
@ -547,7 +547,7 @@ export default {
|
|
|
|
|
this.$message.error('未选择扫码单据类型');
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
debugger
|
|
|
|
|
|
|
|
|
|
if (this.formData.fromCorp == null || this.formData.fromCorp == '') {
|
|
|
|
|
this.$message.error('往来信息不能为空');
|
|
|
|
|
return
|
|
|
|
@ -885,7 +885,7 @@ export default {
|
|
|
|
|
this.query.orderId = this.idQuery.id;
|
|
|
|
|
errorCodeList(this.query) //查找该单号下的所有条码
|
|
|
|
|
.then((response) => {
|
|
|
|
|
debugger
|
|
|
|
|
|
|
|
|
|
this.codeArray = response.data.list || [];
|
|
|
|
|
this.total = response.data.total || 0;
|
|
|
|
|
for (let i = 0; i < this.codeArray.length; i++) {
|
|
|
|
@ -1206,7 +1206,6 @@ export default {
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
created() {
|
|
|
|
|
debugger
|
|
|
|
|
this.formData.code = '';
|
|
|
|
|
this.formData.actDate = new Date();
|
|
|
|
|
this.codeArray = [];
|
|
|
|
|