|
@@ -621,6 +621,14 @@
|
|
>
|
|
>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
|
|
+ prop="fWarehouseids"
|
|
|
|
+ header-align="center"
|
|
|
|
+ width="150px"
|
|
|
|
+ align="center"
|
|
|
|
+ label="*仓库"
|
|
|
|
+ >
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column
|
|
prop="fWarehouselocids"
|
|
prop="fWarehouselocids"
|
|
header-align="center"
|
|
header-align="center"
|
|
width="150px"
|
|
width="150px"
|
|
@@ -1931,6 +1939,7 @@
|
|
fGoodsids: this.dialogWhgenlegList[whgen].fGoodsids,
|
|
fGoodsids: this.dialogWhgenlegList[whgen].fGoodsids,
|
|
fMarks: this.dialogWhgenlegList[whgen].fMarks,
|
|
fMarks: this.dialogWhgenlegList[whgen].fMarks,
|
|
fBillingway: this.dialogWhgenlegList[whgen].fBillingway,
|
|
fBillingway: this.dialogWhgenlegList[whgen].fBillingway,
|
|
|
|
+ fWarehouseids: this.dialogWhgenlegList[whgen].fWarehouseids,
|
|
fOriginalbillno: this.dialogWhgenlegList[whgen].fOriginalbillno,
|
|
fOriginalbillno: this.dialogWhgenlegList[whgen].fOriginalbillno,
|
|
fOriginalbilldate: this.dialogWhgenlegList[whgen].fOriginalbilldate,
|
|
fOriginalbilldate: this.dialogWhgenlegList[whgen].fOriginalbilldate,
|
|
fWarehouselocid: this.dialogWhgenlegList[whgen].fWarehouseLocationid,
|
|
fWarehouselocid: this.dialogWhgenlegList[whgen].fWarehouseLocationid,
|
|
@@ -2145,7 +2154,6 @@
|
|
this.browseStatus = true
|
|
this.browseStatus = true
|
|
const fId = row.fId || this.ids
|
|
const fId = row.fId || this.ids
|
|
getGoodsTransfer(fId).then((response) => {
|
|
getGoodsTransfer(fId).then((response) => {
|
|
- console.log(response.data.corps[0].createBy)
|
|
|
|
this.Operator = response.data.corps[0].createBy
|
|
this.Operator = response.data.corps[0].createBy
|
|
this.form = response.data.warehousebills
|
|
this.form = response.data.warehousebills
|
|
this.$set(this.form, 'fStltypeid', this.form.fStltypeid + '')
|
|
this.$set(this.form, 'fStltypeid', this.form.fStltypeid + '')
|