新购模块问题修改
This commit is contained in:
parent
88119b83dd
commit
c498e59cda
|
|
@ -40,7 +40,7 @@ export function updatePurchaseCheckInfo(data) {
|
|||
export function purchaseCheckInfoRemove(ids) {
|
||||
return request({
|
||||
url: '/material/purchase_check_info/' + ids,
|
||||
method: 'post',
|
||||
method: 'delete',
|
||||
})
|
||||
}
|
||||
|
||||
|
|
@ -83,7 +83,7 @@ export function getListUnSelected() {
|
|||
export function delPeople(ids) {
|
||||
return request({
|
||||
url: '/material/purchase_notice_person/' + ids,
|
||||
method: 'post',
|
||||
method: 'delete',
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -528,7 +528,7 @@ export default {
|
|||
console.log(z.data)
|
||||
// obj.supplierId = ''
|
||||
obj.createTime = null
|
||||
obj.productionTime = ''
|
||||
obj.productionTime = this.maForm.productionTime;
|
||||
obj.purchaseTaxPrice = 0
|
||||
obj.purchaseTaxPrice = 0
|
||||
obj.purchaseNum = 1
|
||||
|
|
|
|||
|
|
@ -151,7 +151,7 @@
|
|||
<template slot-scope="{ row }">
|
||||
<el-button
|
||||
size="mini"
|
||||
type="primary" v-if="row.manageType==0&&row.status==4"
|
||||
type="primary" v-if="row.manageType==0"
|
||||
icon="el-icon-zoom-in"
|
||||
@click="handleView(row)"
|
||||
>
|
||||
|
|
@ -174,7 +174,7 @@
|
|||
<el-button
|
||||
plain
|
||||
size="mini"
|
||||
type="success" v-if="row.manageType==0&&row.status==4"
|
||||
type="success" v-if="row.manageType==0"
|
||||
@click="onDownloadQr(row)"
|
||||
>
|
||||
<svg-icon icon-class="qr-icon" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue