|
@@ -2479,8 +2479,6 @@
|
|
|
<td width="200" colspan="4" class="zzss">
|
|
|
{{ item.fGoodsids }}
|
|
|
</td>
|
|
|
- <td width="200">1</td>
|
|
|
- <td width="200">白色聚吕</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td width="1400" colspan="6"> </td>
|
|
@@ -3022,7 +3020,6 @@ export default {
|
|
|
},
|
|
|
revoke(){
|
|
|
revoke(this.form.fId).then(data=>{
|
|
|
- console.log(data)
|
|
|
if (data.code == 200){
|
|
|
this.open = false;
|
|
|
}
|
|
@@ -3034,9 +3031,7 @@ export default {
|
|
|
billId:this.form.fId,
|
|
|
id:this.form.fId
|
|
|
}
|
|
|
- console.log(data)
|
|
|
revokeTwo(data).then(data =>{
|
|
|
- console.log(data)
|
|
|
})
|
|
|
},
|
|
|
printSomething() {
|
|
@@ -3168,7 +3163,6 @@ export default {
|
|
|
this.$set(this.form, "fCorpidName", this.fMblnoOptions[corp].fName);
|
|
|
}
|
|
|
}
|
|
|
- console.log(JSON.stringify(this.form))
|
|
|
for (let sorp in this.warehouseOptions) {
|
|
|
if (this.form.fWarehouseid === this.warehouseOptions[sorp].fId) {
|
|
|
this.$set(
|
|
@@ -3235,7 +3229,6 @@ export default {
|
|
|
return false
|
|
|
}
|
|
|
if (this.dataListSelection.length > 0) {
|
|
|
- console.log(this.dataListSelection)
|
|
|
this.fTruckno = this.dataListSelection[0].fTruckno
|
|
|
this.fCntrtype = this.dataListSelection[0].fCntrtype
|
|
|
this.fGoodsids = this.dataListSelection[0].fGoodsids
|
|
@@ -3736,10 +3729,9 @@ export default {
|
|
|
const fId = row.fId || this.ids;
|
|
|
this.dataList = [];
|
|
|
getWarehousebills(fId).then((response) => {
|
|
|
- this.before = response.data.corps[0].createBy
|
|
|
- console.log(response.data.corps[0].createBy)
|
|
|
if (response.data.warehousebills) {
|
|
|
this.form = response.data.warehousebills;
|
|
|
+ this.before = this.form.createBy
|
|
|
if (this.form.fBillstatus > 2) {
|
|
|
this.approvalStatus = false;
|
|
|
} else {
|
|
@@ -3826,9 +3818,7 @@ export default {
|
|
|
this.title = "修改仓入库";
|
|
|
});
|
|
|
queryUserVal().then((response)=>{
|
|
|
- console.log(response)
|
|
|
this.current = response.user.userName
|
|
|
- console.log(this.queryParams)
|
|
|
})
|
|
|
},
|
|
|
// 库存总账多选框
|
|
@@ -4245,7 +4235,6 @@ export default {
|
|
|
}
|
|
|
disChargelist(formData).then((response) => {
|
|
|
this.dataList = response.data.warehousebillsitems
|
|
|
- console.log(response.data.warehousebillsitems)
|
|
|
for (let dt in dataSelection) {
|
|
|
for (let li in this.dataList) {
|
|
|
// this.dataList[li].fBsdate = (new Date(response.data.warehousebillsitems[li].createTime)).getTime() / 1000
|