|
|
|
@ -1241,6 +1241,10 @@ export default {
|
|
|
|
|
|
|
|
|
|
refreshOrder(orderQuery) {
|
|
|
|
|
this.orderFormData = orderQuery;
|
|
|
|
|
this.scanCode = "";
|
|
|
|
|
this.result = "";
|
|
|
|
|
this.refreshCodesPanel()
|
|
|
|
|
this.init();
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
//撤回单据
|
|
|
|
@ -1479,7 +1483,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
handleChoose(currentRow) {
|
|
|
|
|
this.orderQuery = currentRow
|
|
|
|
|
this.refreshCodesPanel();
|
|
|
|
|
this.refreshOrder(this.orderQuery)
|
|
|
|
|
},
|
|
|
|
|
draftOrder() {
|
|
|
|
|
let tQuery = Object.assign(
|
|
|
|
@ -1741,8 +1745,6 @@ export default {
|
|
|
|
|
init() {
|
|
|
|
|
//页面初始化
|
|
|
|
|
this.codeFormData.code = "";
|
|
|
|
|
|
|
|
|
|
this.splitType = this.$route.query.splitType;
|
|
|
|
|
if (this.splitType == "search") {
|
|
|
|
|
} else if (this.splitType == "out") {
|
|
|
|
|
this.orderFormData.action = 'SC72197936495755';
|
|
|
|
@ -1816,6 +1818,7 @@ export default {
|
|
|
|
|
inputer.focus();
|
|
|
|
|
},
|
|
|
|
|
created() {
|
|
|
|
|
this.splitType = this.$route.query.splitType;
|
|
|
|
|
this.init();
|
|
|
|
|
if (this.$route.query.workplaceId != null) {
|
|
|
|
|
this.corpOrderIdDisabled = true
|
|
|
|
|