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. 8
      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() { print() {
this.dialogFormVisible = true; this.dialogFormVisible = true;
if (this.$refs["accountDatelist"] !== undefined) {
this.$refs["accountDatelist"].resetFields();
}
}, },
// //
handleCreateBills(row) { handleCreateBills(row) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save