Browse Source

修改 日期选择器日期清空

branch_ccpg_220107
佐 张 3 years ago
parent
commit
f462a208d4
  1. 3
      vue/src/views/ux/billManage/kanbanOutOrder/detail.vue
  2. 3
      vue/src/views/ux/billManage/kanbanWithOutOrder/detail.vue
  3. 3
      vue/src/views/ux/billManage/sparepartOutOrder/detail.vue
  4. 3
      vue/src/views/ux/billManage/vwOutOrder/detail.vue
  5. 3
      vue/src/views/ux/vw/dataInput/hq_f_outorder/detail.vue
  6. 3
      vue/src/views/ux/vw/dataInput/hq_f_outorder_chickout/detail.vue
  7. 12
      vue/src/views/ux/vw/dataInput/hq_h_checkout/detail.vue
  8. 3
      vue/src/views/ux/vw/dataInput/hq_h_outorder/detail.vue
  9. 3
      vue/src/views/ux/vw/dataInput/hq_m_checkout/detail.vue
  10. 3
      vue/src/views/ux/vw/dataInput/hq_m_outorder/detail.vue
  11. 3
      vue/src/views/ux/vw/dataInput/hq_y_outorder/detail.vue

3
vue/src/views/ux/billManage/kanbanOutOrder/detail.vue

@ -376,6 +376,9 @@ export default {
},
print() {
this.dialogFormVisible = true;
if (this.$refs["accountDatelist"] !== undefined) {
this.$refs["accountDatelist"].resetFields();
}
},
//
handleCreateBills(row) {

3
vue/src/views/ux/billManage/kanbanWithOutOrder/detail.vue

@ -373,6 +373,9 @@ export default {
},
print() {
this.dialogFormVisible = true;
if (this.$refs["accountDatelist"] !== undefined) {
this.$refs["accountDatelist"].resetFields();
}
},
//
handleCreateBills(row) {

3
vue/src/views/ux/billManage/sparepartOutOrder/detail.vue

@ -376,6 +376,9 @@ export default {
},
print() {
this.dialogFormVisible = true;
if (this.$refs["accountDatelist"] !== undefined) {
this.$refs["accountDatelist"].resetFields();
}
},
//
handleCreateBills(row) {

3
vue/src/views/ux/billManage/vwOutOrder/detail.vue

@ -306,6 +306,9 @@ export default {
methods: {
print() {
this.dialogFormVisible = true;
if (this.$refs["accountDatelist"] !== undefined) {
this.$refs["accountDatelist"].resetFields();
}
},
//
JobVersionValue(params) {

3
vue/src/views/ux/vw/dataInput/hq_f_outorder/detail.vue

@ -385,6 +385,9 @@ export default {
},
print() {
this.dialogFormVisible = true;
if (this.$refs["accountDatelist"] !== undefined) {
this.$refs["accountDatelist"].resetFields();
}
},
//
handleCreateBills(row) {

3
vue/src/views/ux/vw/dataInput/hq_f_outorder_chickout/detail.vue

@ -466,6 +466,9 @@ export default {
},
print() {
this.dialogFormVisible = true;
if (this.$refs["accountDatelist"] !== undefined) {
this.$refs["accountDatelist"].resetFields();
}
},
handleCreateBillsEnd(row) {
this.dialogFormVisible = false;

12
vue/src/views/ux/vw/dataInput/hq_h_checkout/detail.vue

@ -277,7 +277,7 @@ export default {
multipleSelection: [],
formTitle: "",
stockQty: "",
qty:"",
qty: "",
drawer: false,
showExcelImport: false,
tableHeight: document.documentElement.clientHeight - 230,
@ -371,9 +371,9 @@ export default {
// }
// },
handle(row) {
this.multipleSelection.forEach((element) => {
let outPutQty=element.outPutQty;
});
this.multipleSelection.forEach((element) => {
let outPutQty = element.outPutQty;
});
if (row.outPutQty > row.stockQty) {
this.$message({
message: "出库数量大于寄售库存,不允许出库!",
@ -409,7 +409,6 @@ export default {
this.listLoading = false;
});
}
},
//
JobVersionValue(params) {
@ -484,6 +483,9 @@ export default {
},
print() {
this.dialogFormVisible = true;
if (this.$refs["accountDatelist"] !== undefined) {
this.$refs["accountDatelist"].resetFields();
}
//this.getList();
},
handleCreateBillsEnd(row) {

3
vue/src/views/ux/vw/dataInput/hq_h_outorder/detail.vue

@ -387,6 +387,9 @@ export default {
},
print() {
this.dialogFormVisible = true;
if (this.$refs["accountDatelist"] !== undefined) {
this.$refs["accountDatelist"].resetFields();
}
// this.$axios
// .posts(
// "/api/settleaccount/WmsHQHKanbanoutput/WmsHQHKanbanOutPut-Pass",

3
vue/src/views/ux/vw/dataInput/hq_m_checkout/detail.vue

@ -455,6 +455,9 @@ export default {
},
print() {
this.dialogFormVisible = true;
if (this.$refs["accountDatelist"] !== undefined) {
this.$refs["accountDatelist"].resetFields();
}
},
handleCreateBillsEnd(row) {
this.dialogFormVisible = false;

3
vue/src/views/ux/vw/dataInput/hq_m_outorder/detail.vue

@ -384,6 +384,9 @@ export default {
},
print() {
this.dialogFormVisible = true;
if (this.$refs["accountDatelist"] !== undefined) {
this.$refs["accountDatelist"].resetFields();
}
},
handleCreateBillsEnd(row) {
this.dialogFormVisible = false;

3
vue/src/views/ux/vw/dataInput/hq_y_outorder/detail.vue

@ -489,6 +489,9 @@ export default {
},
print() {
this.dialogFormVisible = true;
if (this.$refs["accountDatelist"] !== undefined) {
this.$refs["accountDatelist"].resetFields();
}
},
handleCreateBillsEnd(row) {
this.dialogFormVisible = false;

Loading…
Cancel
Save