|
@@ -7089,7 +7089,7 @@ export default {
|
|
|
getForm() {
|
|
|
let fId = null
|
|
|
if (this.chiId) fId = this.chiId
|
|
|
- if (this.form.fId) fId = this.form.fId
|
|
|
+ //if (this.form.fId) fId = this.form.fId
|
|
|
getWarehousebills(fId).then((response) => {
|
|
|
this.TFformdata(response.data.warehousebills);
|
|
|
console.log(this.copyStatus)
|