This commit is contained in:
USER-20220102CG\noblelift
2022-08-06 18:42:39 +08:00
parent 2a94f9c0b8
commit 5a52dcb0a4
9 changed files with 343 additions and 258 deletions

View File

@@ -135,7 +135,7 @@ export default {
electric_fence, lnsh_mixing_mill, lnsh_press, lnsh_palletizing_manipulator, lnsh_fold_disc_site, lnsh_kiln_lane, lnsh_kiln_truss,
lnsh_package_line, lnsh_out_kiln_truss, lnsh_package_pallet_manipulator, lnsh_pallet_storage, lnsh_labeling_machine, lnsh_split_manipulator, lnsh_rgv,
lnsh_station, lnsh_Laminating_machine, lnsh_package_site, rljn_package_palletSplit_manipulator, standard_rgv, lnsh_palletizing_manipulator_site,
lnsh_one_rgv},
lnsh_one_rgv },
dicts: ['device_type'],
mixins: [crud],
data() {

View File

@@ -59,6 +59,7 @@
<el-form-item label="取货点" prop="device_code">
<el-select
v-model="form.get_device_code"
filterable
multiple
placeholder="请选择"
>

View File

@@ -13,7 +13,7 @@
class="filter-item"
@keyup.enter.native="crud.toQuery"
/>
<rrOperation/>
<rrOperation />
</div>
<!--如果想在工具栏加入更多按钮可以使用插槽方式 slot = 'left' or 'right'-->
<crudOperation :permission="permission" />
@@ -106,7 +106,7 @@ import crudOperation from '@crud/CRUD.operation'
import udOperation from '@crud/UD.operation'
import pagination from '@crud/Pagination'
import crudProduceshiftorder from '@/api/acs/produceshiftorder/produceshiftorder'
import crudTask from "@/api/acs/task/task";
import crudTask from '@/api/acs/task/task'
const defaultForm = { order_id: null, order_code: null, is_unbundling: null, order_status: null, qty: null, product_code: null, material_code: null, material_name: null, material_uuid: null, cust_code: null, cust_name: null, model: null, molten_pool: null, weight: null, create_by: null, create_time: null, update_by: null, update_time: null, is_deleted: null }
export default {