質問編集履歴
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -34,8 +34,8 @@
|
|
34
34
|
hinmei = "\n".join(textwrap.wrap(txt4.get('1.0', 'end -1c'), width=23))
|
35
35
|
code= str(txt2.get())
|
36
36
|
mai= str(txt5.get())
|
37
|
-
tree.insert("", "end",
|
37
|
+
tree.insert("", "end", values=(code,hinmei,mai,1,1,1,1,1,1))
|
38
|
-
df= df.append([haihin,code,"",hinmei,"商品名2","税率","税込小売価格","本体小売価格","税込卸価格","本体卸価格","入数表示","mai","入力者番号"])
|
38
|
+
df= df.append(["haihin","code","","hinmei","商品名2","税率","税込小売価格","本体小売価格","税込卸価格","本体卸価格","入数表示","mai","入力者番号"])
|
39
39
|
print(df)
|
40
40
|
#画面表示
|
41
41
|
root = tk.Tk()
|