带配货相关修改

prod
anthonywj 2 years ago
parent 04167f9417
commit c5ee51d94f

@ -62,8 +62,7 @@ export default {
}
},
data() {
return {
};
return {};
},
computed: {
currentPage: {
@ -109,6 +108,7 @@ export default {
background: #fff;
padding: 32px 16px;
}
.pagination-container.hidden {
display: none;
}

@ -9,7 +9,7 @@
style="margin-bottom: -15px"
>
<el-button-group
style="display: flex; margin: 0px 0 10px 80%; height: 35px"
style="display: flex; margin: 0px 0 15px 75%; height: 35px"
>
<el-button
size="mini"
@ -22,11 +22,12 @@
>草稿保存
</el-button>
<el-button size="mini" type="primary" @click.native="submit()"
v-if="curAction.checkWebNew != 2 || viewType !=1"
>立即提交
</el-button>
<el-button size="mini" type="primary" @click.native="submit(1)"
v-if="curAction.checkWebNew == 3"
>配货提交
v-if="curAction.checkWebNew > 1 && viewType == 1"
>配货提交
</el-button>
</el-button-group>
<el-row>
@ -636,7 +637,6 @@ export default {
this.orderFormData.checkPreInOrders = null;
this.checkPreInArray = [];
this.curAction = this.getActionItem(item);
debugger
if ((this.curAction.checkEnable && this.curAction.checkWebNew != 0) || this.viewType == 1) {
// 1
this.bizShow = true;
@ -911,7 +911,6 @@ export default {
},
submit(val) {
debugger
let tQuery = Object.assign(
JSON.parse(JSON.stringify(this.orderFormData))
);

@ -244,7 +244,7 @@
></el-table-column>
<el-table-column
label="扫码数量"
prop="scanCount" width="100"
prop="reCount" width="100"
></el-table-column>
<el-table-column
label="价格" width="100"
@ -839,8 +839,7 @@ export default {
return statusMap[status];
},
},
filters: {
},
filters: {},
mounted() {
document.body.ondrop = function (event) {
event.preventDefault();

@ -72,7 +72,7 @@
<el-table-column width="100"
label="扫码数量"
prop="reCount"
prop="scanCount"
v-if="viewType!=2"
show-overflow-tooltip
></el-table-column>

Loading…
Cancel
Save