再次申购

zyy_db
anthonywj 1 year ago
parent 78b9c0169e
commit 266cf0c93c

@ -65,8 +65,8 @@ ENV = 'production'
# VUE_APP_BASE_API = 'http://192.168.0.67:9150/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://192.168.0.67:9150/UDI_WMS_MC/'
# 东山 # 东山
VUE_APP_BASE_API = 'http://https://mudi.dsxyy.org/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://https://mudi.dsxyy.org/UDI_WMS_MC/'
VUE_APP_BASE_API = 'http://192.168.10.225:9150/UDI_WMS_MC/'
# 应用访问路径 例如使用前缀 /admin/ # 应用访问路径 例如使用前缀 /admin/
VUE_APP_CONTEXT_PATH = '/UDI_WMS_NEW/' VUE_APP_CONTEXT_PATH = '/UDI_WMS_NEW/'

@ -120,7 +120,7 @@
<el-table-column label="备注" prop="remark"></el-table-column> <el-table-column label="备注" prop="remark"></el-table-column>
<el-table-column label="创建时间" prop="createTime" <el-table-column label="创建时间" prop="createTime"
sortable="custom" :sort-orders="['ascending', 'descending']"></el-table-column> sortable="custom" :sort-orders="['ascending', 'descending']"></el-table-column>
<el-table-column label="操作" width="120px"> <el-table-column label="操作" width="120">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="text" size="small" @click.native="newDistributionForm(scope.$index, scope.row)">编辑 <el-button type="text" size="small" @click.native="newDistributionForm(scope.$index, scope.row)">编辑
</el-button> </el-button>
@ -299,7 +299,7 @@ export default {
}, },
getId(id) { getId(id) {
if (this.formName == 'add' && id != null) { if (this.formName == 'add' && id != null) {
var data = { let data = {
id: id id: id
} }
this.pId = id this.pId = id
@ -312,7 +312,6 @@ export default {
} else { } else {
this.newSpDistributionVisible = false this.newSpDistributionVisible = false
} }
}, },
onSubmitFind() { onSubmitFind() {
this.filterQuery.page = 1; this.filterQuery.page = 1;

@ -106,12 +106,12 @@
<el-table v-loading="loading" :data="codeArray" style="width: 100%;" :row-class-name="tableRowClassName" border <el-table v-loading="loading" :data="codeArray" style="width: 100%;" :row-class-name="tableRowClassName" border
highlight-current-row max-height="300" height="300" ref="multipleTable"> highlight-current-row max-height="300" height="300" ref="multipleTable">
<el-table-column label="序号" type="index" width="60"></el-table-column> <el-table-column label="序号" type="index" width="60"></el-table-column>
<el-table-column label="DI/物资编码" prop="nameCode"></el-table-column> <el-table-column label="DI/物资编码" prop="nameCode" width="120"></el-table-column>
<el-table-column label="物资名称" prop="productName" show-overflow-tooltip="true"></el-table-column> <el-table-column label="物资名称" prop="productName" show-overflow-tooltip="true" width="140"></el-table-column>
<el-table-column label="商品名称" prop="spmc" show-overflow-tooltip="true"></el-table-column> <el-table-column label="商品名称" prop="spmc" show-overflow-tooltip="true" width="110"></el-table-column>
<el-table-column label="规格型号" prop="spec" show-overflow-tooltip="true"></el-table-column> <el-table-column label="规格型号" prop="spec" show-overflow-tooltip="true" width="140"></el-table-column>
<el-table-column label="计量单位" prop="measname" show-overflow-tooltip="true" width="100"></el-table-column> <el-table-column label="计量单位" prop="measname" show-overflow-tooltip="true" width="80"></el-table-column>
<el-table-column width="150" label="申购数量"> <el-table-column width="110" label="申购数量">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input size="small" v-model="scope.row.count" <el-input size="small" v-model="scope.row.count"
placeholder="请输入数量" style="width: 80%" placeholder="请输入数量" style="width: 80%"
@ -120,10 +120,10 @@
oninput="value=value.replace(/[^\d]/g,'')"></el-input> oninput="value=value.replace(/[^\d]/g,'')"></el-input>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="注册/备案号" prop="zczbhhzbapzbh"></el-table-column> <el-table-column label="注册/备案号" prop="zczbhhzbapzbh" width="140"></el-table-column>
<el-table-column label="生产厂家" prop="manufactory"></el-table-column> <el-table-column label="生产厂家" prop="manufactory" width="140"></el-table-column>
<el-table-column label="供应商" prop="supName"></el-table-column> <el-table-column label="供应商" prop="supName" width="140"></el-table-column>
<el-table-column label="操作" width="120"> <el-table-column label="操作" width="120" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="text" size="small" :disabled="scope.row.index === selectedIndex" @click.stop="true" <el-button type="text" size="small" :disabled="scope.row.index === selectedIndex" @click.stop="true"
@click.native="rowChange(scope.row)">编辑 @click.native="rowChange(scope.row)">编辑
@ -212,6 +212,10 @@ export default {
type: Function, type: Function,
required: true, required: true,
}, },
isRepeat: {
type: Boolean,
required: true,
},
}, },
data() { data() {
return { return {
@ -514,6 +518,29 @@ export default {
}); });
}, },
getDetailByRepeat(value) {
this.query = {
orderIdFk: value
}
listApplyDetail(this.query) //
.then((response) => {
this.codeArray = response.data.list || [];
this.total = response.data.total || 0;
this.loading = false;
this.codeArray.forEach(item => {
item.orderIdFk = value
})
})
.catch(() => {
this.loading = false;
this.list = [];
this.total = 0;
});
}
}, },
filters: {}, filters: {},
mounted() { mounted() {
@ -523,21 +550,7 @@ export default {
}; };
}, },
created() { created() {
this.$nextTick(res => { debugger
//idid
if (this.pId == null) {
addApplyId().then(response => {
if (response.code === 20000) {
this.pId = response.data
console.log("最初生成id:")
console.log(this.pId)
}
}).catch(() => {
this.loading = false;
})
}
})
if (this.$isNotBlank(this.idQuery.id)) { if (this.$isNotBlank(this.idQuery.id)) {
this.query.limit = 100; this.query.limit = 100;
this.pId = this.idQuery.id; this.pId = this.idQuery.id;
@ -547,25 +560,64 @@ export default {
this.sValue = this.formData.corpName; this.sValue = this.formData.corpName;
this.getStockOrderDetailList(); this.getStockOrderDetailList();
} else { } else {
var date = new Date(); let date = new Date();
this.formData = { if (this.isRepeat) {
id: null, this.formData = this.idQuery.formData
billNo: null, let orderId = this.idQuery.formData.id;
remark: "", this.createTime = parseTime(
deptCode: null,
locStorageCode: null,
invWarehouseCode: null,
createTime: parseTime(
date, date,
"{y}-{m}-{d} {h}:{i}:{s}" "{y}-{m}-{d} {h}:{i}:{s}"
), )
}; this.formData.billNo = null
this.orderEditor = false; addApplyId().then(response => {
if (response.code === 20000) {
this.pId = response.data
this.formData.id = this.pId
this.$nextTick(res => {
this.getDetailByRepeat(orderId)
});
}
}).catch(() => {
this.loading = false;
})
} else {
this.formData = {
id: null,
billNo: null,
remark: "",
deptCode: null,
locStorageCode: null,
invWarehouseCode: null,
createTime: parseTime(
date,
"{y}-{m}-{d} {h}:{i}:{s}"
),
};
this.orderEditor = false;
this.$nextTick(res => {
//idid
if (this.pId == null) {
addApplyId().then(response => {
if (response.code === 20000) {
this.pId = response.data
this.formData.id = this.pId
}
}).catch(() => {
this.loading = false;
})
}
})
}
} }
this.findSubInvs(); this.findSubInvs();
this.codeArray = []; this.codeArray = [];
}, }
}; ,
}
;
</script> </script>
<style scoped> <style scoped>

@ -134,9 +134,10 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" width="90"> <el-table-column label="操作" width="160">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="text" size="small" @click.native.stop="printOrder(scope.row)">打印</el-button> <el-button type="text" size="small" @click.native.stop="printOrder(scope.row)">打印</el-button>
<el-button type="text" size="small" @click.native.stop="repeatOrder(scope.row)">再次申购</el-button>
<el-button type="text" @click.native.stop="deleteDialog(scope.row)">删除</el-button> <el-button type="text" @click.native.stop="deleteDialog(scope.row)">删除</el-button>
</template> </template>
</el-table-column> </el-table-column>
@ -181,11 +182,40 @@
:editType="editType" :editType="editType"
></pureApplyDetail> ></pureApplyDetail>
</el-dialog> </el-dialog>
<el-dialog
title="编辑申购单"
:visible.sync="pureApplyEditVisible"
width="80%"
v-if="pureApplyEditVisible"
@close='closeDialog'
:close-on-click-modal="false"
:close-on-press-escape="false"
>
<pureApplyEdit
:closeDialog="closeDialog"
:idQuery="idQuery"
v-on:cancelDialog="getId"
:isRepeat=true
></pureApplyEdit>
</el-dialog>
</div> </div>
</template> </template>
<script> <script>
import pureApplyDetail from "./pureApplyDetailDialog"; import pureApplyDetail from "./pureApplyDetailDialog";
import {delApply, auditOrder, listApplyDetail, auditListApply, listApply, printOrder} from "@/api/purchase/purApply"; import pureApplyEdit from "./purApplyEditDiaolog";
import {
delApply,
auditOrder,
listApplyDetail,
auditListApply,
listApply,
printOrder,
delApplyDetailAll
} from "@/api/purchase/purApply";
import {getInvListByUser} from "@/api/system/invWarehouse"; import {getInvListByUser} from "@/api/system/invWarehouse";
import {filterDepts, getDeptListByUser} from "@/api/auth/authDept"; import {filterDepts, getDeptListByUser} from "@/api/auth/authDept";
import {filterSubAll} from "@/api/system/invSubWarehouse"; import {filterSubAll} from "@/api/system/invSubWarehouse";
@ -273,7 +303,6 @@ export default {
}, },
], ],
}, },
pickerAuditOptions: { pickerAuditOptions: {
shortcuts: [ shortcuts: [
{ {
@ -305,6 +334,9 @@ export default {
}, },
], ],
}, },
pureApplyEditVisible: false,
}; };
}, },
@ -479,6 +511,15 @@ export default {
this.formName = "add"; this.formName = "add";
this.newSpDistributionVisible = true; this.newSpDistributionVisible = true;
}, },
repeatOrder(row) {
this.idQuery.id = '';
this.idQuery.formData = row;
this.pureApplyEditVisible = true;
},
getInvList() { getInvList() {
var query = { var query = {
parentId: this.filterQuery.targetDeptCode parentId: this.filterQuery.targetDeptCode
@ -518,10 +559,24 @@ export default {
}); });
}, },
getId(id) {
this.newSpDistributionVisible = false
let data = {
id: id
}
this.pId = id
delApplyDetailAll(data).then((response) => {
if (response.code == 20000) {
this.newSpDistributionVisible = false
this.pureApplyEditVisible = false;
}
});
},
} }
, ,
components: { components: {
pureApplyDetail, pureApplyDetail, pureApplyEdit
} }
, ,
filters: { filters: {

Loading…
Cancel
Save