rev:一期优化:1.虚拟区也加重量卡控:只要有重量的就卡控并且发送飞书2.库存报表中子卷状态筛选查询数据异常问题;二期优化:1.手持入库的时候,如果是第一次入库则需要【生产入库】
This commit is contained in:
@@ -220,8 +220,8 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="保质期">
|
||||
<el-input v-model="form.quality_guaran_period" :disabled="crud.status.edit > 0 && form.status !== '0'" style="width: 300px;" />
|
||||
<el-form-item label="木箱实际重量">
|
||||
<el-input v-model="form.real_weight" style="width: 300px;" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
@@ -402,6 +402,13 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="保质期">
|
||||
<el-input v-model="form.quality_guaran_period" :disabled="crud.status.edit > 0 && form.status !== '0'" style="width: 300px;" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="备注">
|
||||
@@ -503,7 +510,11 @@
|
||||
:min-width="flexWidth('box_weight',crud.data,'木箱自身重量')"
|
||||
:formatter="crud.formatNum3"
|
||||
/>
|
||||
<el-table-column prop="real_weight" label="实际重量"/>
|
||||
<el-table-column
|
||||
prop="real_weight"
|
||||
label="木箱实际重量"
|
||||
:min-width="flexWidth('real_weight',crud.data,'木箱实际重量')"
|
||||
/>
|
||||
<el-table-column
|
||||
prop="quality_guaran_period"
|
||||
label="保质期"
|
||||
@@ -633,7 +644,8 @@ const defaultForm = {
|
||||
isreprintpackageboxlabel: null,
|
||||
isunpackbox: null,
|
||||
thickness_request: null,
|
||||
width_standard: null
|
||||
width_standard: null,
|
||||
real_weight: null
|
||||
}
|
||||
export default {
|
||||
name: 'Subpackagerelation',
|
||||
|
||||
Reference in New Issue
Block a user