|
@@ -990,14 +990,14 @@
|
|
header-align="center"
|
|
header-align="center"
|
|
width="140px"
|
|
width="140px"
|
|
align="center"
|
|
align="center"
|
|
- label="*业务类型"
|
|
|
|
|
|
+ label="*商品属性"
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-select v-model="scope.row.fBusinessType"
|
|
<el-select v-model="scope.row.fBusinessType"
|
|
filterable
|
|
filterable
|
|
:disabled="browseStatus || scope.row.fBillstatus === 20 || scope.row.fBillstatus === 30 || scope.row.fBillstatus === 40"
|
|
:disabled="browseStatus || scope.row.fBillstatus === 20 || scope.row.fBillstatus === 30 || scope.row.fBillstatus === 40"
|
|
:remote-method="kqhouseRemoteMethod"
|
|
:remote-method="kqhouseRemoteMethod"
|
|
- placeholder="请选择业务类型"
|
|
|
|
|
|
+ placeholder="请选择商品属性"
|
|
>
|
|
>
|
|
<el-option
|
|
<el-option
|
|
v-for="(dict, index) in fStorageTypeOptions"
|
|
v-for="(dict, index) in fStorageTypeOptions"
|
|
@@ -1013,12 +1013,12 @@
|
|
header-align="center"
|
|
header-align="center"
|
|
align="center"
|
|
align="center"
|
|
width="140px"
|
|
width="140px"
|
|
- label="*业务详情"
|
|
|
|
|
|
+ label="*属性描述"
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-input
|
|
<el-input
|
|
v-model="scope.row.fMarks"
|
|
v-model="scope.row.fMarks"
|
|
- placeholder="业务详情"
|
|
|
|
|
|
+ placeholder="请填写属性描述"
|
|
:disabled="
|
|
:disabled="
|
|
browseStatus ||
|
|
browseStatus ||
|
|
scope.row.fBillstatus === 20 ||
|
|
scope.row.fBillstatus === 20 ||
|