|
|
@@ -4,12 +4,12 @@
|
|
|
<view class="module-com input-line-wrap">
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
- <view class="tui-title">花材名称</view>
|
|
|
+ <view class="tui-title">名称</view>
|
|
|
<input v-model="form.name" placeholder-class="phcolor" class="tui-input" name="name" placeholder="请填写名称" @input="fillName($event)" maxlength="50" type="text" />
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
- <view class="tui-title">花材品种</view>
|
|
|
+ <view class="tui-title">平台名称</view>
|
|
|
<view style="color:#CCCCCC;width:450upx;height:45upx;" @click.stop="notModify">{{productData.ptItemInfo ? productData.ptItemInfo.name : ''}}</view>
|
|
|
|
|
|
</tui-list-cell>
|
|
|
@@ -86,8 +86,8 @@
|
|
|
<view class="tui-title">颜色管理</view>
|
|
|
<view class="switch_bx">
|
|
|
<switch :checked="form.variety == 0 ? false : true" @change="varietyChange" style="transform: scale(0.8,0.8)" />
|
|
|
- <text v-if="form.variety == 1">需要</text>
|
|
|
- <text v-else>不需要</text>
|
|
|
+ <text v-if="form.variety == 1">开启</text>
|
|
|
+ <text v-else>关闭</text>
|
|
|
</view>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
@@ -162,7 +162,7 @@ export default {
|
|
|
id:0,
|
|
|
name:"",
|
|
|
py:"",
|
|
|
- stock:'',
|
|
|
+ stock:0,
|
|
|
ratio:'',
|
|
|
bigUnitId:1,
|
|
|
smallUnitId:2,
|
|
|
@@ -177,6 +177,7 @@ export default {
|
|
|
status:2,
|
|
|
delStatus:0,
|
|
|
itemId:0,
|
|
|
+ variety:0
|
|
|
},
|
|
|
itemClassSelectedData:{},
|
|
|
itemClassData:[],
|