Browse Source

增加作业单打印及入库确认返回的时间戳校验

buck 4 years ago
parent
commit
77062ec76e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/Warehousing/inStock/AddOrUpdate.vue

+ 2 - 0
src/views/Warehousing/inStock/AddOrUpdate.vue

@@ -6894,6 +6894,7 @@ export default {
           formData.append("tCntr", JSON.stringify(this.CntrTable));
           formData.append("tCntr", JSON.stringify(this.CntrTable));
           addWhgenleg(formData).then((response) => {
           addWhgenleg(formData).then((response) => {
             if ((response.code = 200)) {
             if ((response.code = 200)) {
+              this.$set(this.form, "fDateChanged", response.data.fDateChanged);
               this.TFformdata(response.data.warehousebills);
               this.TFformdata(response.data.warehousebills);
               this.detailList.map((e, index) => {
               this.detailList.map((e, index) => {
                 response.data.warehousebillsitems.map((item) => {
                 response.data.warehousebillsitems.map((item) => {
@@ -8338,6 +8339,7 @@ export default {
           formData.append("tCntr", JSON.stringify(this.CntrTable));
           formData.append("tCntr", JSON.stringify(this.CntrTable));
           addJoblist(formData).then((response) => {
           addJoblist(formData).then((response) => {
             if (response.code == 200) {
             if (response.code == 200) {
+              this.$set(this.form, "fDateChanged", response.data.fDateChanged);
               this.detailList.map((e, index) => {
               this.detailList.map((e, index) => {
                 response.data.warehousebillsitems.map((item) => {
                 response.data.warehousebillsitems.map((item) => {
                   if (e.fId == item.fId) {
                   if (e.fId == item.fId) {