生产日期

master
lion 2 years ago
parent 5ac2ac6299
commit f97381041a

@ -209,6 +209,11 @@
width: 120, width: 120,
prop: 'rukupici' prop: 'rukupici'
}, },
{
label: "生产日期",
width: 120,
prop: 'shengchanriqi'
},
{ {
label: "固定资产编号", label: "固定资产编号",
width: 180, width: 180,

@ -156,6 +156,16 @@
align: 'center', align: 'center',
}, },
{
label: "入库批次",
width: 120,
prop: 'rukupici',
},
{
label: "生产日期",
width: 120,
prop: 'shengchanriqi',
},
{ {
label: "出库数量", label: "出库数量",
width: 120, width: 120,

@ -202,6 +202,11 @@
} }
} }
}, },
{
label: "生产日期",
width: 120,
prop: 'shengchanriqi'
},
{ {
label: '备注', label: '备注',
prop:'stocks_beizhu', prop:'stocks_beizhu',

@ -179,6 +179,15 @@
style="width: 300px;"></el-input> style="width: 300px;"></el-input>
</div> </div>
</div> </div>
<div class="xy-table-item">
<div class="xy-table-item-label">
<span style="color: red;font-weight: 600;padding-right: 4px;"></span>生产日期
</div>
<div class="xy-table-item-content">
<el-input type="text" v-model="mingxiObj.shengchanriqi" placeholder="请选择生产日期" disabled
style="width: 300px;"></el-input>
</div>
</div>
<div class="xy-table-item"> <div class="xy-table-item">
<div class="xy-table-item-label"> <div class="xy-table-item-label">
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>出库数量 <span style="color: red;font-weight: 600;padding-right: 4px;">*</span>出库数量
@ -342,6 +351,11 @@
prop: "zaikushuliang", prop: "zaikushuliang",
width: 180 width: 180
},{ },{
label: "生产日期",
prop: "shengchanriqi",
width: 180
} ,{
label: "借用数量", label: "借用数量",
prop: "jieyongshuliang", prop: "jieyongshuliang",
width: 180 width: 180
@ -399,6 +413,10 @@
title: '入库批次', title: '入库批次',
key: 'rukupici', key: 'rukupici',
}, },
{
title: '生产日期',
key: 'shengchanriqi',
},
], ],
wuziList: [] wuziList: []
} }
@ -544,6 +562,7 @@
this.mingxiObj.jiliangdanwei = e.jiliangdanwei this.mingxiObj.jiliangdanwei = e.jiliangdanwei
this.mingxiObj.inventorys_id = e.id this.mingxiObj.inventorys_id = e.id
this.mingxiObj.guigexinghao = e.guigexinghao this.mingxiObj.guigexinghao = e.guigexinghao
this.mingxiObj.shengchanriqi = e.shengchanriqi
} }
}); });
this.mingxiList.map(item=>{ this.mingxiList.map(item=>{

@ -239,7 +239,7 @@
style="width: 300px;"></el-input> style="width: 300px;"></el-input>
</div> </div>
</div> </div>
<div class="xy-table-item" v-if="form.rukuleixing!='回库'"> <div class="xy-table-item" v-if="form.rukuleixing!='回库'||form.rukuleixing!='盘点'">
<div class="xy-table-item-label"> <div class="xy-table-item-label">
<span style="color: red;font-weight: 600;padding-right: 4px;"></span>物资分类 <span style="color: red;font-weight: 600;padding-right: 4px;"></span>物资分类
</div> </div>
@ -290,6 +290,15 @@
style="width: 300px;"></el-input> style="width: 300px;"></el-input>
</div> </div>
</div> </div>
<div class="xy-table-item" v-if="form.rukuleixing != '回库'">
<div class="xy-table-item-label">
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>生产日期
</div>
<div class="xy-table-item-content">
<el-date-picker style="width: 300px;" v-model="mingxiObj.shengchanriqi" type="date" placeholder="选择生产日期"
value-format="yyyy-MM-dd"></el-date-picker>
</div>
</div>
</div> </div>
@ -489,6 +498,10 @@
label: "在库数量", label: "在库数量",
prop: "zaikushuliang", prop: "zaikushuliang",
width: 180 width: 180
},{
label: "生产日期",
prop: "shengchanriqi",
width: 180
}, },
], ],
// //
@ -1139,6 +1152,8 @@
this.mingxiObj.zaikushuliang = e.zaikushuliang this.mingxiObj.zaikushuliang = e.zaikushuliang
this.mingxiObj.rukupici = e.rukupici this.mingxiObj.rukupici = e.rukupici
this.mingxiObj.id = e.id this.mingxiObj.id = e.id
this.mingxiObj.shengchanriqi = e.shengchanriqi
} else { } else {
this.mingxiObj.wuzibianma = e.wuzibianma this.mingxiObj.wuzibianma = e.wuzibianma
this.mingxiObj.zichanmingcheng = e.zichanmingcheng this.mingxiObj.zichanmingcheng = e.zichanmingcheng

Loading…
Cancel
Save