|
@ -10,11 +10,8 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class=""> |
|
|
<div class=""> |
|
|
|
|
|
|
|
|
<el-form ref="form_obj" :model="formobj" class="formaddcopy02"> |
|
|
<el-form ref="form_obj" :model="formobj" class="formaddcopy02"> |
|
|
|
|
|
|
|
|
<el-row style="border-top: 1px solid #e0e3eb"> |
|
|
<el-row style="border-top: 1px solid #e0e3eb"> |
|
|
|
|
|
|
|
|
<el-col :span="8"> |
|
|
<el-col :span="8"> |
|
|
<div class="span-sty">申请人</div> |
|
|
<div class="span-sty">申请人</div> |
|
|
<el-form-item><span class="addinputInfo">{{ formobj.createByName }}</span></el-form-item> |
|
|
<el-form-item><span class="addinputInfo">{{ formobj.createByName }}</span></el-form-item> |
|
@ -28,9 +25,7 @@ |
|
|
<el-form-item><span class="addinputInfo">{{ formobj.createTime }}</span></el-form-item> |
|
|
<el-form-item><span class="addinputInfo">{{ formobj.createTime }}</span></el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
|
|
|
|
|
|
<el-row> |
|
|
<el-row> |
|
|
|
|
|
|
|
|
<el-col :span="8"> |
|
|
<el-col :span="8"> |
|
|
<div class="span-sty">调出站</div> |
|
|
<div class="span-sty">调出站</div> |
|
|
<el-form-item><span class="addinputInfo">{{ formobj.outPlatName }}</span></el-form-item> |
|
|
<el-form-item><span class="addinputInfo">{{ formobj.outPlatName }}</span></el-form-item> |
|
@ -47,39 +42,32 @@ |
|
|
<el-form-item><span class="addinputInfo">{{ formobj.confirmName }}</span></el-form-item> |
|
|
<el-form-item><span class="addinputInfo">{{ formobj.confirmName }}</span></el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
|
|
|
|
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-col :span="24"> |
|
|
<el-col :span="24"> |
|
|
<div class="span-sty">备注</div> |
|
|
<div class="span-sty">备注</div> |
|
|
<el-form-item><span class="addinputInfo">{{ formobj.remarks }}</span></el-form-item> |
|
|
<el-form-item><span class="addinputInfo">{{ formobj.remarks }}</span></el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
|
|
|
<div class="title">调拨商品列表</div> |
|
|
|
|
|
<el-table :data="formobj.wmsInventoryAllocateBillDetailNewList" :index="index" border style="width: 100%;" show-summary :summary-method="getSummaries"> |
|
|
<div class="title titleOne"> |
|
|
<el-table-column fixed width="60" label="序号" type="index" :index="index + 1" align="center"/> |
|
|
<div>调拨商品列表</div> |
|
|
<el-table-column prop="goodsID" label="商品ID" align="center"/> |
|
|
</div> |
|
|
<el-table-column prop="goodsSpuName" label="商品名称" align="center"/> |
|
|
|
|
|
<el-table-column prop="goodsSkuCode" label="商品编码" align="center"/> |
|
|
<el-table :data="formobj.wmsInventoryAllocateBillDetailNewList" :index="index" border style="width: 100%;" |
|
|
<el-table-column prop="goodsSkuOwnSpec" label="型号" align="center"/> |
|
|
show-summary :summary-method="getSummaries"> |
|
|
<el-table-column prop="unit" label="单位" align="center"/> |
|
|
<el-table-column fixed width="60" label="序号" type="index" :index="index + 1" align="center" /> |
|
|
<el-table-column prop="warehouseName" label="仓库" width="150" align="center"/> |
|
|
<el-table-column prop="goodsID" label="商品ID" align="center" /> |
|
|
<el-table-column prop="warehouseZoneName" label="区域" width="150" align="center"/> |
|
|
<el-table-column prop="goodsSpuName" label="商品名称" align="center" /> |
|
|
<el-table-column prop="warehouseArea" label="库区" width="150" align="center"/> |
|
|
<el-table-column prop="goodsSkuCode" label="商品编码" align="center" /> |
|
|
<el-table-column prop="warehouseRackCode" label="库位" align="center"/> |
|
|
<el-table-column prop="goodsSkuOwnSpec" label="型号" align="center" /> |
|
|
<el-table-column prop="stockCount" label="库存数量" align="center"/> |
|
|
<el-table-column prop="unit" label="单位" align="center" /> |
|
|
<el-table-column prop="markUpRatio" label="加价比例" align="center"/> |
|
|
<el-table-column prop="warehouseName" label="仓库" width="150" align="center" /> |
|
|
<el-table-column prop="requAmount" label="调拨单价" align="center"/> |
|
|
<el-table-column prop="warehouseArea" label="仓库" width="150" align="center" /> |
|
|
<el-table-column prop="count" label="调拨数量" align="center"/> |
|
|
<el-table-column prop="warehouseRackCode" label="库位" align="center" /> |
|
|
<el-table-column prop="amount" label="调拨金额" align="center" width="100"/> |
|
|
<el-table-column prop="stockCount" label="库存数量" align="center" /> |
|
|
|
|
|
<el-table-column prop="markUpRatio" label="加价比例" align="center" /> |
|
|
|
|
|
<el-table-column prop="requAmount" label="调拨单价" align="center" /> |
|
|
|
|
|
<el-table-column prop="count" label="调拨数量" align="center" /> |
|
|
|
|
|
<el-table-column prop="amount" label="调拨金额" align="center" width="100" /> |
|
|
|
|
|
</el-table> |
|
|
</el-table> |
|
|
</el-form> |
|
|
</el-form> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<!-- 选择待办人 的弹出框--> |
|
|
<!-- 选择待办人 的弹出框--> |
|
|
<el-dialog title="填写审批意见" :visible.sync="nodeDialogVisible" width="80%"> |
|
|
<el-dialog title="填写审批意见" :visible.sync="nodeDialogVisible" width="80%"> |
|
|
<el-form class="formadd"> |
|
|
<el-form class="formadd"> |
|
@ -109,8 +97,9 @@ |
|
|
<span>意见:</span> |
|
|
<span>意见:</span> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="20"> |
|
|
<el-col :span="20"> |
|
|
<el-form-item><el-input size="small" v-model="dialogList.comment" placeholder="审批意见" class="addinputw" |
|
|
<el-form-item> |
|
|
type="textarea" :autosize="{ minRows: 1, maxRows: 10}" clearable></el-input></el-form-item> |
|
|
<el-input size="small" v-model="dialogList.comment" placeholder="审批意见" class="addinputw" type="textarea" :autosize="{ minRows: 1, maxRows: 10}" clearable></el-input> |
|
|
|
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
<div style="text-align:center;margin-top: 20px;"> |
|
|
<div style="text-align:center;margin-top: 20px;"> |
|
@ -119,16 +108,16 @@ |
|
|
</div> |
|
|
</div> |
|
|
</el-form> |
|
|
</el-form> |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<script> |
|
|
<script> |
|
|
import req from '@/api/storage/allocation.js' |
|
|
import req from '@/api/storage/allocation.js' |
|
|
import { |
|
|
import { |
|
|
selectStaffListss |
|
|
selectStaffListss |
|
|
} from '@/api/Common/dictcommons' |
|
|
} from '@/api/Common/dictcommons' |
|
|
export default { |
|
|
|
|
|
|
|
|
export default { |
|
|
data() { |
|
|
data() { |
|
|
return { |
|
|
return { |
|
|
index: 0, |
|
|
index: 0, |
|
@ -237,8 +226,6 @@ |
|
|
}) |
|
|
}) |
|
|
return sums |
|
|
return sums |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
showInfo(sid) { |
|
|
showInfo(sid) { |
|
|
this.$nextTick(() => { |
|
|
this.$nextTick(() => { |
|
|
this.$refs['form_obj'].clearValidate() |
|
|
this.$refs['form_obj'].clearValidate() |
|
@ -248,15 +235,12 @@ |
|
|
this.formobj = res.data |
|
|
this.formobj = res.data |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
selectStaffListss().then((res) => { |
|
|
selectStaffListss().then((res) => { |
|
|
if (res.success) { |
|
|
if (res.success) { |
|
|
this.options = res.data |
|
|
this.options = res.data |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
// 加签 |
|
|
// 加签 |
|
|
openCountersign(val) { |
|
|
openCountersign(val) { |
|
|
this.operation = val |
|
|
this.operation = val |
|
@ -455,20 +439,17 @@ |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<style scoped> |
|
|
<style scoped> |
|
|
.span-sty { |
|
|
.span-sty { |
|
|
width: 130px !important; |
|
|
width: 130px !important; |
|
|
} |
|
|
} |
|
|
|
|
|
.addinputInfo { |
|
|
|
|
|
|
|
|
.addinputInfo { |
|
|
|
|
|
margin-left: 120px !important; |
|
|
margin-left: 120px !important; |
|
|
} |
|
|
} |
|
|
|
|
|
.rowClass { |
|
|
.rowClass { |
|
|
|
|
|
border-top: 1px solid #E0E3EB; |
|
|
border-top: 1px solid #E0E3EB; |
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |
|
|