|
@@ -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) {
|