显示编码

jg-waiwang-pro
XI_TENG\xixi_ 3 months ago
parent c0fff61035
commit 104e1e812f

@ -72,9 +72,10 @@
b.id, b.id,
b.id AS productId, b.id AS productId,
b.NAME AS NAME, b.NAME AS NAME,
b.spec, a.spec,
b.bar_code AS barCode, b.bar_code AS barCode,
a.is_input AS isInput, a.is_input AS isInput,
a.code,
CASE CASE
b.inventory_type b.inventory_type
WHEN 1 THEN WHEN 1 THEN

@ -342,18 +342,21 @@
align="center" prop="cargoId" width="180px"> align="center" prop="cargoId" width="180px">
<template slot="header"> <template slot="header">
<span class="required-sign" v-if="judgeRequired('workorderproductList-cargoId')">*</span> <span class="required-sign"
v-if="judgeRequired('workorderproductList-cargoId')">*</span>货区名称
</template> </template>
<template slot-scope="scope"> <template slot-scope="scope">
<JnpfPopupSelect v-model="scope.row.cargoId" <JnpfPopupSelect v-model="scope.row.cargoId"
@change="changeData('workorderproduct-cargoId', scope.$index)" :rowIndex="scope.$index" @change="changeData('workorderproduct-cargoId', scope.$index)"
:formData="dataForm" :templateJson="interfaceRes.workorderproductcargoId" placeholder="请选择" :rowIndex="scope.$index" :formData="dataForm"
hasPage propsValue="id" popupWidth="800px" popupTitle="选择数据" popupType="dialog" :templateJson="interfaceRes.workorderproductcargoId" placeholder="请选择" hasPage
propsValue="id" popupWidth="800px" popupTitle="选择数据" popupType="dialog"
relationField='cargo_name' :field="'cargoId' + scope.$index" relationField='cargo_name' :field="'cargoId' + scope.$index"
:disabled="judgeWrite('workorderproductList') || judgeWrite('workorderproductList-cargoId')" :disabled="judgeWrite('workorderproductList') || judgeWrite('workorderproductList-cargoId')"
interfaceId="530700536261903749" :pageSize="20" interfaceId="530700536261903749" :pageSize="20"
:columnOptions="workorderproductcargoIdcolumnOptions" clearable :style='{ "width": "100%" }'> :columnOptions="workorderproductcargoIdcolumnOptions" clearable
:style='{ "width": "100%" }'>
</JnpfPopupSelect> </JnpfPopupSelect>
</template> </template>
</el-table-column> </el-table-column>
@ -446,7 +449,7 @@
<el-table-column label="规格" prop="spec" width="200px" align="center"> <el-table-column label="规格" prop="spec" width="200px" align="center">
<template slot="header"> <template slot="header">
<span class="required-sign">*</span>规格 <span class="required-sign"></span>规格
</template> </template>
<template slot-scope="scope"> <template slot-scope="scope">
@ -456,10 +459,10 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="编码" prop="spec" width="200px" align="center"> <el-table-column label="编码" prop="code" width="200px" align="center">
<template slot="header"> <template slot="header">
<span class="required-sign">*</span>编码 <span class="required-sign"></span>编码
</template> </template>
<template slot-scope="scope"> <template slot-scope="scope">
@ -655,7 +658,7 @@
<el-table-column label="规格" prop="spec" align="center"> <el-table-column label="规格" prop="spec" align="center">
<template slot="header"> <template slot="header">
<span class="required-sign">*</span>规格 <span class="required-sign"></span>规格
</template> </template>
<template slot-scope="scope"> <template slot-scope="scope">
@ -666,10 +669,10 @@
</el-table-column> </el-table-column>
<el-table-column label="编码" prop="spec" width="200px" align="center"> <el-table-column label="编码" prop="code" width="200px" align="center">
<template slot="header"> <template slot="header">
<span class="required-sign">*</span>编码 <span class="required-sign"></span>编码
</template> </template>
<template slot-scope="scope"> <template slot-scope="scope">

Loading…
Cancel
Save